<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for DoTaL</title>
	<atom:link href="http://dotal.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotal.wordpress.com</link>
	<description>My repository for development tidbits, and a few personal anecdotes</description>
	<lastBuildDate>Wed, 11 Nov 2009 22:09:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Configuring BEA WebLogic 8.1 with Hibernate 3.x by Donald Isaak</title>
		<link>http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-527</link>
		<dc:creator>Donald Isaak</dc:creator>
		<pubDate>Wed, 11 Nov 2009 22:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-527</guid>
		<description>If you need to configure Weblogic 11g (version 10.3.1) check out http://disaak.blogspot.com/2009/11/migrating-to-weblogic-configure_04.html where I&#039;ve posted documentation on how can configure your EAR Project&#039;s WebContent \ META-INF \ weblogic-application.xml file with a Preferred Application Package to get the Hibernate classes to trump the WebLogic classes in cases where you have class collisions.</description>
		<content:encoded><![CDATA[<p>If you need to configure Weblogic 11g (version 10.3.1) check out <a href="http://disaak.blogspot.com/2009/11/migrating-to-weblogic-configure_04.html" rel="nofollow">http://disaak.blogspot.com/2009/11/migrating-to-weblogic-configure_04.html</a> where I&#8217;ve posted documentation on how can configure your EAR Project&#8217;s WebContent \ META-INF \ weblogic-application.xml file with a Preferred Application Package to get the Hibernate classes to trump the WebLogic classes in cases where you have class collisions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mulitple PropertyPlaceholderConfigurer configurations by Isha</title>
		<link>http://dotal.wordpress.com/2007/09/14/mulitple-propertyplaceholderconfigurer-configurations/#comment-526</link>
		<dc:creator>Isha</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/09/14/mulitple-propertyplaceholderconfigurer-configurations/#comment-526</guid>
		<description>hi,

I have same issue, but after I did your modifications,

I get

PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property &#039;base&#039; threw exception; nested exception is org.springframework.ldap.BadLdapGrammarException: Failed to parse DN; nested exception is org.springframework.ldap.core.TokenMgrError: Lexical error at line 1, column 1.  Encountered: &quot;$&quot; (36), after : &quot;&quot;
	at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)
	at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1214)
	... 129 more

Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have same issue, but after I did your modifications,</p>
<p>I get</p>
<p>PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property &#8216;base&#8217; threw exception; nested exception is org.springframework.ldap.BadLdapGrammarException: Failed to parse DN; nested exception is org.springframework.ldap.core.TokenMgrError: Lexical error at line 1, column 1.  Encountered: &#8220;$&#8221; (36), after : &#8220;&#8221;<br />
	at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)<br />
	at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1214)<br />
	&#8230; 129 more</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dates in HSQLDB and Oracle by Danilo Akamine</title>
		<link>http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-524</link>
		<dc:creator>Danilo Akamine</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-524</guid>
		<description>an interesting post ;)</description>
		<content:encoded><![CDATA[<p>an interesting post <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dates in HSQLDB and Oracle by Anonymous</title>
		<link>http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-520</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 01 Sep 2009 11:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-520</guid>
		<description>select (date &#039;1982-02-02&#039;) + 1 day from dual;

Is also cross-platform...(At least on hsqldb 1.9.0rc4 - not earlier versions)</description>
		<content:encoded><![CDATA[<p>select (date &#8216;1982-02-02&#8242;) + 1 day from dual;</p>
<p>Is also cross-platform&#8230;(At least on hsqldb 1.9.0rc4 &#8211; not earlier versions)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dates in HSQLDB and Oracle by Anonymous</title>
		<link>http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-519</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/04/26/dates-in-hsqldb-and-oracle/#comment-519</guid>
		<description>You don&#039;t need to write your own alias:

select date &#039;2009-01-01&#039; from dual; 

Will work on both oracle &amp; hsqldb (you&#039;ll have to create a table called dual on hsqldb, though :)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to write your own alias:</p>
<p>select date &#8216;2009-01-01&#8242; from dual; </p>
<p>Will work on both oracle &amp; hsqldb (you&#8217;ll have to create a table called dual on hsqldb, though <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring BEA WebLogic 8.1 with Hibernate 3.x by wojtek</title>
		<link>http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-512</link>
		<dc:creator>wojtek</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-512</guid>
		<description>Thanks! Worked for me :)</description>
		<content:encoded><![CDATA[<p>Thanks! Worked for me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log4J 1.2.15 and maven dependencies by Vikram</title>
		<link>http://dotal.wordpress.com/2008/05/06/log4j-1215-and-maven-dependencies/#comment-511</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/?p=40#comment-511</guid>
		<description>Thanks, very handy!</description>
		<content:encoded><![CDATA[<p>Thanks, very handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Log4J 1.2.15 and maven dependencies by Spring Web Service&#8217;s with JAXB, Maven &#38; Eclipse &#171; Jamesbnuzzo&#8217;s Blog</title>
		<link>http://dotal.wordpress.com/2008/05/06/log4j-1215-and-maven-dependencies/#comment-509</link>
		<dc:creator>Spring Web Service&#8217;s with JAXB, Maven &#38; Eclipse &#171; Jamesbnuzzo&#8217;s Blog</dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/?p=40#comment-509</guid>
		<description>[...] DoTaL [...]</description>
		<content:encoded><![CDATA[<p>[...] DoTaL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup internal maven repository by Brian Fox</title>
		<link>http://dotal.wordpress.com/2007/02/26/setup-internal-maven-repository/#comment-508</link>
		<dc:creator>Brian Fox</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/02/26/setup-internal-maven-repository/#comment-508</guid>
		<description>Maven Proxy is pretty old now. See here for more information about the new breed of repository managers: 
http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix</description>
		<content:encoded><![CDATA[<p>Maven Proxy is pretty old now. See here for more information about the new breed of repository managers:<br />
<a href="http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix" rel="nofollow">http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring BEA WebLogic 8.1 with Hibernate 3.x by Sridhar</title>
		<link>http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-506</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Sat, 07 Mar 2009 15:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://dotal.wordpress.com/2007/02/21/configuring-bea-weblogic-81-with-hibernate-3x/#comment-506</guid>
		<description>Hi,

I am new to weblogic and Hibernate. I have installed weblogic 10.3. I want to configure this for hibernate 3.2.

What i need to do.

I am confusing with CLASSPATH IN startWeblogic.sh

This startWeblogic.sh present at 2 locations. One is /bea/wlserver_10.3/samples/domains/wl_server/bin

2nd one is  /bea/wlserver_10.3/samples/domains/wl_server/
In which file i have to change CLASSPATH.

I think 1st one right. Because in that classpath present.

And there are 

SAVE_CLASSPATH=&quot;${CLASSPATH}&quot;

CLASSPATH=&quot;${SAVE_CLASSPATH}&quot;

SAVE_CLASSPATH=&quot;&quot;

in the file. Is this the thing i have to change or not.

And in hibernate i did not find antlr-2.7.6rc1.jar.

I have ant-antlr-1.6.5.jar, ant-1.6.5.jar, antlr-2.7.6.jar.

Which jar i have to use.

Please help me out. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to weblogic and Hibernate. I have installed weblogic 10.3. I want to configure this for hibernate 3.2.</p>
<p>What i need to do.</p>
<p>I am confusing with CLASSPATH IN startWeblogic.sh</p>
<p>This startWeblogic.sh present at 2 locations. One is /bea/wlserver_10.3/samples/domains/wl_server/bin</p>
<p>2nd one is  /bea/wlserver_10.3/samples/domains/wl_server/<br />
In which file i have to change CLASSPATH.</p>
<p>I think 1st one right. Because in that classpath present.</p>
<p>And there are </p>
<p>SAVE_CLASSPATH=&#8221;${CLASSPATH}&#8221;</p>
<p>CLASSPATH=&#8221;${SAVE_CLASSPATH}&#8221;</p>
<p>SAVE_CLASSPATH=&#8221;"</p>
<p>in the file. Is this the thing i have to change or not.</p>
<p>And in hibernate i did not find antlr-2.7.6rc1.jar.</p>
<p>I have ant-antlr-1.6.5.jar, ant-1.6.5.jar, antlr-2.7.6.jar.</p>
<p>Which jar i have to use.</p>
<p>Please help me out. Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
