<?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: Migrating from tomcat to weblogic</title>
	<atom:link href="http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/</link>
	<description>software engineering for beginners</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:17:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Wong</title>
		<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/comment-page-1/#comment-5511</link>
		<dc:creator>Chris Wong</dc:creator>
		<pubDate>Thu, 05 Jan 2012 21:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=171#comment-5511</guid>
		<description>I added the weblogic.xml file to WEB-INF directory and tried deploying my application EAR.

Received the following error:
    &lt;Stack trace for message 149004
weblogic.management.DeploymentException:
        at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:79)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:186)
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.NoSuchMethodError: javax/persistence/spi/PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;
        at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:621)
        at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
        at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:393)
        at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:386)
        at weblogic.deployment.BasePersistenceUnitInfoImpl.(BasePersistenceUnitInfoImpl.java:158)
        Truncated. see log file for complete stacktrace
&gt;</description>
		<content:encoded><![CDATA[<p>I added the weblogic.xml file to WEB-INF directory and tried deploying my application EAR.</p>
<p>Received the following error:<br />
    &lt;Stack trace for message 149004<br />
weblogic.management.DeploymentException:<br />
        at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:79)<br />
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:186)<br />
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)<br />
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)<br />
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)<br />
        Truncated. see log file for complete stacktrace<br />
Caused By: java.lang.NoSuchMethodError: javax/persistence/spi/PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;<br />
        at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:621)<br />
        at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)<br />
        at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:393)<br />
        at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:386)<br />
        at weblogic.deployment.BasePersistenceUnitInfoImpl.(BasePersistenceUnitInfoImpl.java:158)<br />
        Truncated. see log file for complete stacktrace<br />
&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom @ Radiant Barrier Spray</title>
		<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/comment-page-1/#comment-5402</link>
		<dc:creator>Tom @ Radiant Barrier Spray</dc:creator>
		<pubDate>Thu, 02 Jun 2011 06:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=171#comment-5402</guid>
		<description>Nice workaround on the Antlr issue, for sure.  Thanks, man</description>
		<content:encoded><![CDATA[<p>Nice workaround on the Antlr issue, for sure.  Thanks, man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr.Mani - Information Marketing</title>
		<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/comment-page-1/#comment-4935</link>
		<dc:creator>Dr.Mani - Information Marketing</dc:creator>
		<pubDate>Mon, 04 Apr 2011 17:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=171#comment-4935</guid>
		<description>&quot;every time you use a full blown application server for something that a simple web container would be enough, god kills a kitten.&quot;

That made me :lol:

Seriously, though, ever coder should heed that sage advise!</description>
		<content:encoded><![CDATA[<p>&#8220;every time you use a full blown application server for something that a simple web container would be enough, god kills a kitten.&#8221;</p>
<p>That made me :lol:</p>
<p>Seriously, though, ever coder should heed that sage advise!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GY123</title>
		<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/comment-page-1/#comment-1629</link>
		<dc:creator>GY123</dc:creator>
		<pubDate>Tue, 16 Nov 2010 23:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=171#comment-1629</guid>
		<description>WEBLOGIC HIBERNATE ISSUES

THANKS FOR GIVING THE WORKAROUND ANTLR ISSUE.

THANKS AGAIN</description>
		<content:encoded><![CDATA[<p>WEBLOGIC HIBERNATE ISSUES</p>
<p>THANKS FOR GIVING THE WORKAROUND ANTLR ISSUE.</p>
<p>THANKS AGAIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javapapo</title>
		<link>http://blog.cherouvim.com/migrating-from-tomcat-to-weblogic/comment-page-1/#comment-1258</link>
		<dc:creator>javapapo</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=171#comment-1258</guid>
		<description>yes with weblogic you are going to need a lot of luck :(</description>
		<content:encoded><![CDATA[<p>yes with weblogic you are going to need a lot of luck :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

