<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/jdbforms/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/jdbforms/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/jdbforms/support-requests/</id><updated>2006-07-04T10:54:53Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>DbForms: setAttribute non-serializable on JBoss 404 and Tomc</title><link href="https://sourceforge.net/p/jdbforms/support-requests/8/" rel="alternate"/><published>2006-07-04T10:54:53Z</published><updated>2006-07-04T10:54:53Z</updated><author><name>Ivan Codarin</name><uri>https://sourceforge.net/u/codarin/</uri></author><id>https://sourceforge.net1d9199f082efd1a85fcb6f3a1b910f590334a08c</id><summary type="html">&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;</summary></entry><entry><title>Problem with label fields and Validation</title><link href="https://sourceforge.net/p/jdbforms/support-requests/7/" rel="alternate"/><published>2005-10-24T16:41:40Z</published><updated>2005-10-24T16:41:40Z</updated><author><name>sphawkins</name><uri>https://sourceforge.net/u/sphawkins/</uri></author><id>https://sourceforge.netaa911560d4b635b82359870f663af90e218b5de8</id><summary type="html">&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;</summary></entry><entry><title>Check for changes to data</title><link href="https://sourceforge.net/p/jdbforms/support-requests/6/" rel="alternate"/><published>2005-09-14T14:49:19Z</published><updated>2005-09-14T14:49:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0c7862964a76905bf1347c55c12ecd079a788b66</id><summary type="html">&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;</summary></entry><entry><title>devgui win32 classpath spaces problem</title><link href="https://sourceforge.net/p/jdbforms/support-requests/5/" rel="alternate"/><published>2005-04-13T14:31:11Z</published><updated>2005-04-13T14:31:11Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3139a92d48ab1cad6dc161ecf111fbddb9122d92</id><summary type="html">&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;</summary></entry><entry><title>[No data] written for NULL fields</title><link href="https://sourceforge.net/p/jdbforms/support-requests/4/" rel="alternate"/><published>2005-03-30T21:36:40Z</published><updated>2005-03-30T21:36:40Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net26164a02b54ee6f46a672f989967772f462cbfd2</id><summary type="html">&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;</summary></entry><entry><title>Table users not found in configuration</title><link href="https://sourceforge.net/p/jdbforms/support-requests/3/" rel="alternate"/><published>2004-10-11T08:21:58Z</published><updated>2004-10-11T08:21:58Z</updated><author><name>Paul Mahoney</name><uri>https://sourceforge.net/u/pmahoney/</uri></author><id>https://sourceforge.netb7f25a4e570c5791e9416a9cb8d046b30d3e8929</id><summary type="html">&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;</summary></entry><entry><title>Limit results returned</title><link href="https://sourceforge.net/p/jdbforms/support-requests/2/" rel="alternate"/><published>2004-07-29T11:56:56Z</published><updated>2004-07-29T11:56:56Z</updated><author><name>Paul Donachy</name><uri>https://sourceforge.net/u/pdonachy/</uri></author><id>https://sourceforge.net8008a6797c3ce9cd23efcebc956224863f593f30</id><summary type="html">&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;</summary></entry><entry><title>1.1.4dev download</title><link href="https://sourceforge.net/p/jdbforms/support-requests/1/" rel="alternate"/><published>2003-05-26T05:08:45Z</published><updated>2003-05-26T05:08:45Z</updated><author><name>David Martin</name><uri>https://sourceforge.net/u/seareach2/</uri></author><id>https://sourceforge.neta15bbe93de9cb45372777e196f00c975f4932b79</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;1.1.4dev download zip seems to be corrupt...&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>