<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/jdbforms/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/jdbforms/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Jul 2006 10:54:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jdbforms/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>DbForms: setAttribute non-serializable on JBoss 404 and Tomc</title><link>https://sourceforge.net/p/jdbforms/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dears,&lt;br /&gt;
I'm back... after a long time.. this means that&lt;br /&gt;
jdbforms is very very stable!&lt;br /&gt;
I'm trying to move my dbforms apps from a simple&lt;br /&gt;
apache+tomcat environment to a JBoss Clustered&lt;br /&gt;
Application server.&lt;br /&gt;
To use replicated HTTP sessions I need to tag my app as&lt;br /&gt;
distributable inside web.xml.&lt;/p&gt;
&lt;p&gt;When I do this I get a huge amount of exceptions where&lt;br /&gt;
Tomcat (the one embedded in Jboss) is telling me that&lt;br /&gt;
different classes (mine but also of jdbforms) are not&lt;br /&gt;
serializable.&lt;br /&gt;
The correct error message is:&lt;/p&gt;
&lt;p&gt;java.lang.IllegalArgumentException: setAttribute:&lt;br /&gt;
Non-serializable attribute&lt;/p&gt;
&lt;p&gt;and this happens for example on the&lt;br /&gt;
SingleConnectionProvider class, but also on the Config&lt;br /&gt;
servlet, and so on...&lt;/p&gt;
&lt;p&gt;Im using dbforms 2.4 in this application.&lt;br /&gt;
This sounds me very strange and it seems to be&lt;br /&gt;
connected to the new versions of tomcat... I think that&lt;br /&gt;
if I change all classes implementing the Serializable&lt;br /&gt;
interface I can solve the problem but I'm not sure this&lt;br /&gt;
is the correct way...&lt;/p&gt;
&lt;p&gt;Anyone of you had the the same problem? To give it a&lt;br /&gt;
try it's very simple... you can add the&lt;br /&gt;
&amp;lt;distributable/&amp;gt; tag on your web.xml under the starting&lt;br /&gt;
&amp;lt;webapp&amp;gt; tag.&lt;/p&gt;
&lt;p&gt;Many thanks&lt;br /&gt;
Ivan&lt;/p&gt;
&lt;p&gt;PS&lt;br /&gt;
Is the mailing list working? I sent twice this message&lt;br /&gt;
without any acknowledge... and it is not present in the&lt;br /&gt;
archive...??&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Codarin</dc:creator><pubDate>Tue, 04 Jul 2006 10:54:53 -0000</pubDate><guid>https://sourceforge.net1d9199f082efd1a85fcb6f3a1b910f590334a08c</guid></item><item><title>Problem with label fields and Validation</title><link>https://sourceforge.net/p/jdbforms/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have setup a form with validation on some of the&lt;br /&gt;
fields, when the navNext button is clicked the form is&lt;br /&gt;
validated and if any fields fail the validation the&lt;br /&gt;
relevant error message is shown and the textFields and&lt;br /&gt;
dateFields etc show the same data as before but the&lt;br /&gt;
label field (showing the key field) shows the data for&lt;br /&gt;
the next record and if any field is amended its this&lt;br /&gt;
next record that gets updated.&lt;/p&gt;
&lt;p&gt;Steven&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sphawkins</dc:creator><pubDate>Mon, 24 Oct 2005 16:41:40 -0000</pubDate><guid>https://sourceforge.netaa911560d4b635b82359870f663af90e218b5de8</guid></item><item><title>Check for changes to data</title><link>https://sourceforge.net/p/jdbforms/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want to be able to check for any changes made to the&lt;br /&gt;
data when navigating away from the current record and&lt;br /&gt;
display a conformation box asking if the user wants to&lt;br /&gt;
accept or cancel the changes. Is there anyway of doing&lt;br /&gt;
this?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 14 Sep 2005 14:49:19 -0000</pubDate><guid>https://sourceforge.net0c7862964a76905bf1347c55c12ecd079a788b66</guid></item><item><title>devgui win32 classpath spaces problem</title><link>https://sourceforge.net/p/jdbforms/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I can't get the devgui.bat file to work in a Windows XP &lt;br /&gt;
environment.  I know that you can't have any spaces in &lt;br /&gt;
the DBFORMS_HOME variable, but it seems that the &lt;br /&gt;
classpath that's created by devgui.bat won't tolerate &lt;br /&gt;
spaces either.&lt;/p&gt;
&lt;p&gt;Here is my classpath:&lt;br /&gt;
C:\dbforms\bin\dbforms2.5.jar;C:\Sun\AppServer\lib\j2ee.&lt;br /&gt;
jar;C:\Program Files\Apache Software &lt;br /&gt;
Foundation\Tomcat 5.0\common\lib;C:\Program &lt;br /&gt;
Files\Apache Software Foundation\Tomcat 5.0&lt;br /&gt;
\common\lib /jsp-api.jar;C:\Program Files\mysql-&lt;br /&gt;
connector-java\mysql-connector-java-&lt;br /&gt;
3.1.7;C:\WINNT\System32&lt;br /&gt;
\QTJava.zip;$XALANLIBDIR/xalan.jar;$XALANLIBDIR/xer&lt;br /&gt;
cesImpl.jar&lt;br /&gt;
Note the spaces in "C:\Program Files\Apache Software &lt;br /&gt;
Foundation\Tomcat 5.0\common\lib" for example.&lt;/p&gt;
&lt;p&gt;Here's what I see in the command window when I try to &lt;br /&gt;
run the devgui.bat file:&lt;br /&gt;
C:\dbforms\bin&amp;gt;devgui&lt;br /&gt;
Exception in thread "main" &lt;br /&gt;
java.lang.NoClassDefFoundError: Files\Apache&lt;/p&gt;
&lt;p&gt;I created a work-around by substituting underscores &lt;br /&gt;
("_") for spaces in the command line, as follows:&lt;br /&gt;
C:\Sun\AppServer\jdk\bin\java -&lt;br /&gt;
classpath .;C:\dbforms\bin\dbforms2.5.jar;C:\Sun\AppSe&lt;br /&gt;
rver\lib\j2ee.jar;C:\Program_Files\Apache_Software_Fou&lt;br /&gt;
ndation\Tomcat_5.0\common\lib\servlet-&lt;br /&gt;
api.jar;C:\Program_Files\mysql-connector-java\mysql-&lt;br /&gt;
connector-java-3.1.7.jar -&lt;br /&gt;
DDBFORMS_HOME=C:\dbforms &lt;br /&gt;
org.dbforms.devgui.DevGui&lt;/p&gt;
&lt;p&gt;I'm afraid that the underscores will create problems &lt;br /&gt;
later.  I searched the wikki without success regarding &lt;br /&gt;
this proiblem.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Charles Kogge&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 13 Apr 2005 14:31:11 -0000</pubDate><guid>https://sourceforge.net3139a92d48ab1cad6dc161ecf111fbddb9122d92</guid></item><item><title>[No data] written for NULL fields</title><link>https://sourceforge.net/p/jdbforms/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I test my application locally (websphere 5.1 &lt;br /&gt;
server), the null fields are displayed as empty string but &lt;br /&gt;
when I test on another websphere server, the fields are &lt;br /&gt;
displayed as "[No Data]". Do you know why ?&lt;/p&gt;
&lt;p&gt;Thanks !&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 30 Mar 2005 21:36:40 -0000</pubDate><guid>https://sourceforge.net26164a02b54ee6f46a672f989967772f462cbfd2</guid></item><item><title>Table users not found in configuration</title><link>https://sourceforge.net/p/jdbforms/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have set up a simple dbforms project and appear to &lt;br /&gt;
have a trivial configuration problem. I've checked &lt;br /&gt;
everyting I can think off but cannot get the application &lt;br /&gt;
(jsp) to find the entry for table "users" in dbforms-&lt;br /&gt;
config.xml&lt;/p&gt;
&lt;p&gt;I have attached the relevant files and would ask of the &lt;br /&gt;
team 2 things.&lt;/p&gt;
&lt;p&gt;1. Would someone "eyeball" them for some obvious error?&lt;br /&gt;
2. Can anyone tell be how to get more debug to help &lt;br /&gt;
trace the roblem?&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Mahoney</dc:creator><pubDate>Mon, 11 Oct 2004 08:21:58 -0000</pubDate><guid>https://sourceforge.netb7f25a4e570c5791e9416a9cb8d046b30d3e8929</guid></item><item><title>Limit results returned</title><link>https://sourceforge.net/p/jdbforms/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Im trying to create a simple list view results page. My &lt;br /&gt;
table size is very large over 100k entries.&lt;/p&gt;
&lt;p&gt;I keep getting the tomcat5 root cause errer "out of &lt;br /&gt;
memory". Guess the query Select * from x is too large. &lt;/p&gt;
&lt;p&gt;Is there anyway of limiting the size of the resultset &lt;br /&gt;
returned within dbforms. e.g. in mysql the limit &lt;br /&gt;
command ?&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
Paul&lt;/p&gt;
&lt;p&gt;Here is the dbforms code:&lt;/p&gt;
&lt;p&gt;&amp;lt;db:dbform autoUpdate="false" followUp="/pol.jsp" &lt;br /&gt;
maxRows="50" tableName="caseinfo" orderBy="ref_no" &amp;gt; &lt;br /&gt;
&amp;lt;db:header&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;db:navFirstButton style="width:90" &lt;br /&gt;
styleClass="black" caption="&amp;amp;lt;&amp;amp;lt; First"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;db:navPrevButton style="width:90" &lt;br /&gt;
styleClass="black" caption="&amp;amp;lt; Previous"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;db:navNextButton style="width:90" &lt;br /&gt;
styleClass="black" caption="Next &amp;amp;gt;"/&amp;gt;&lt;br /&gt;
&amp;lt;db:navLastButton style="width:90" &lt;br /&gt;
styleClass="black" caption="Last &amp;amp;gt;&amp;amp;gt;"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/db:header&amp;gt;&lt;br /&gt;
&amp;lt;db:errors/&amp;gt;&lt;br /&gt;
&amp;lt;db:body&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;db:label&lt;br /&gt;
styleClass="black" fieldName="id" nullFieldValue=""/&amp;gt;,&lt;br /&gt;
&amp;lt;db:label&lt;br /&gt;
styleClass="black" fieldName="ref_no" nullFieldValue=""/&amp;gt;,&lt;br /&gt;
&amp;lt;db:label&lt;br /&gt;
styleClass="black" fieldName="location" nullFieldValue=""/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/db:body&amp;gt;&lt;br /&gt;
&amp;lt;db:footer&amp;gt;&lt;br /&gt;
&amp;lt;/db:footer&amp;gt;&lt;br /&gt;
&amp;lt;/db:dbform&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Donachy</dc:creator><pubDate>Thu, 29 Jul 2004 11:56:56 -0000</pubDate><guid>https://sourceforge.net8008a6797c3ce9cd23efcebc956224863f593f30</guid></item><item><title>1.1.4dev download</title><link>https://sourceforge.net/p/jdbforms/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1.1.4dev download zip seems to be corrupt...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Martin</dc:creator><pubDate>Mon, 26 May 2003 05:08:45 -0000</pubDate><guid>https://sourceforge.neta15bbe93de9cb45372777e196f00c975f4932b79</guid></item></channel></rss>