<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/spwrapper/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/spwrapper/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/spwrapper/bugs/</id><updated>2008-10-06T15:32:32Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>&lt;const% broken for multiline statements</title><link href="https://sourceforge.net/p/spwrapper/bugs/2/" rel="alternate"/><published>2008-10-06T15:32:32Z</published><updated>2008-10-06T15:32:32Z</updated><author><name>Giovanni</name><uri>https://sourceforge.net/u/bricconi/</uri></author><id>https://sourceforge.net08c92912791ae160b73da0ae46dfacb4a9936a47</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This to let everybody know that unfortunately &amp;lt;const% expressions does not work for multiline statement.&lt;br /&gt;
example&lt;br /&gt;
select &amp;lt;const%  substring(field,10) a,&lt;br /&gt;
0.5*field2 %const&amp;gt;&lt;br /&gt;
from table...&lt;/p&gt;
&lt;p&gt;is broken because the regular experession does not work with \r\n characters.&lt;/p&gt;
&lt;p&gt;I will fix this soon&lt;/p&gt;
&lt;p&gt;Giovanni&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CallableStatement to OracleCallableStatement ClassCastExcept</title><link href="https://sourceforge.net/p/spwrapper/bugs/1/" rel="alternate"/><published>2006-12-08T11:42:13Z</published><updated>2006-12-08T11:42:13Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net88b4d8b617ca92fdbc93baf9b9af8a56ce9e5eaf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Generated class contains the following line that throws an exception (java.lang.ClassCastException:org.jboss.resource.adapter.jdbc.WrappedCallableStatement):&lt;/p&gt;
&lt;p&gt;((OracleCallableStatement)statement).registerOutParameter(1,OracleTypes.CURSOR);&lt;/p&gt;
&lt;p&gt;Also, the following line throws the same exception:&lt;/p&gt;
&lt;p&gt;P_RECORDSET=((OracleCallableStatement)statement).getCursor(1);&lt;/p&gt;
&lt;p&gt;System:&lt;br /&gt;
OS: GNU/Linux - Fedora Core 5&lt;br /&gt;
DB: Oracle 10g&lt;br /&gt;
JDK: 1.5.0_9&lt;br /&gt;
AS: JBoss 4.0.5&lt;br /&gt;
DB Connection via JNDI datasource.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>