<?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: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>Fri, 06 Nov 2009 20:34:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>Comment on About by weiquan</title>
		<link>http://dotal.wordpress.com/about/#comment-499</link>
		<dc:creator>weiquan</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:01:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-499</guid>
		<description>hi, doublaA:
 sorry to bother you. really appreciate that you shared your development experience on hsql + hibernate. but I have the similar problem. Could you give me a hand?
 =============================
hi, anyone use hibernate to call sp in hsqldb instead of using  j2se
API executeQuery()?
when I using hibernate + hsqldb to call sp, I got the error
===========================
 by: java.sql.SQLException: Unknown JDBC escape sequence: { ? = call
RT_BL_EMPLOYEE_LIFERATE(&#039;M&#039;,&#039;25&#039;) }
       at org.hsqldb.jdbc.jdbcConnection.onStartEscapeSequence(Unknown Source)
       at org.hsqldb.jdbc.jdbcConnection.nativeSQL(Unknown Source)
       at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
       at org.hsqldb.jdbc.jdbcCallableStatement.(Unknown Source)
       at org.hsqldb.jdbc.jdbcConnection.prepareCall(Unknown Source)
       at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:502)
       at org.hibernate.jdbc.AbstractBatcher.prepareCallableQueryStatement(AbstractBatcher.java:156)
       at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1543)
       at org.hibernate.loader.Loader.doQuery(Loader.java:673)
       at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
       at org.hibernate.loader.Loader.doList(Loader.java:2213)
       ... 53 more

===================================================

here is my sql-query configuration
--------------------------------------------------------------------------------------------
       
               
                       
                       
                       
               
               { ? = call RT_BL_EMPLOYEE_LIFERATE(&#039;M&#039;,&#039;25&#039;) }
       
----------------------------------------------------------

here is my code to call sp
---------------------------------------------------
Query query = getSession(true).getNamedQuery(&quot;selectBLEmployeesLifeRate_SP&quot;);

---------------------------------------------------------------------------------------------------------

any wrong ?

========================================</description>
		<content:encoded><![CDATA[<p>hi, doublaA:<br />
 sorry to bother you. really appreciate that you shared your development experience on hsql + hibernate. but I have the similar problem. Could you give me a hand?<br />
 =============================<br />
hi, anyone use hibernate to call sp in hsqldb instead of using  j2se<br />
API executeQuery()?<br />
when I using hibernate + hsqldb to call sp, I got the error<br />
===========================<br />
 by: java.sql.SQLException: Unknown JDBC escape sequence: { ? = call<br />
RT_BL_EMPLOYEE_LIFERATE(&#8216;M&#8217;,'25&#8242;) }<br />
       at org.hsqldb.jdbc.jdbcConnection.onStartEscapeSequence(Unknown Source)<br />
       at org.hsqldb.jdbc.jdbcConnection.nativeSQL(Unknown Source)<br />
       at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)<br />
       at org.hsqldb.jdbc.jdbcCallableStatement.(Unknown Source)<br />
       at org.hsqldb.jdbc.jdbcConnection.prepareCall(Unknown Source)<br />
       at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:502)<br />
       at org.hibernate.jdbc.AbstractBatcher.prepareCallableQueryStatement(AbstractBatcher.java:156)<br />
       at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1543)<br />
       at org.hibernate.loader.Loader.doQuery(Loader.java:673)<br />
       at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)<br />
       at org.hibernate.loader.Loader.doList(Loader.java:2213)<br />
       &#8230; 53 more</p>
<p>===================================================</p>
<p>here is my sql-query configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>               { ? = call RT_BL_EMPLOYEE_LIFERATE(&#8216;M&#8217;,'25&#8242;) }</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>here is my code to call sp<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Query query = getSession(true).getNamedQuery(&#8220;selectBLEmployeesLifeRate_SP&#8221;);</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>any wrong ?</p>
<p>========================================</p>
]]></content:encoded>
	</item>
</channel>
</rss>
