Hello everyone: I am making a new report into my application and when the correspondent action is called, the following error is thrown: ...
Jonathan Sarabia
jonathansarabia@...
1 de Sep, 2005 5:37 pm
574
Hi Jonathan, at first sight I would discard JDK issues, because I have run several tests with JDK 1.5 without problem. Please check this: 1.- Class name in...
Hello friends: All of these was checked out before posting the issue. Exactly this class was not tested in previous java versions, however, classes very...
Jonathan Sarabia
jonathansarabia@...
2 de Sep, 2005 4:36 am
576
Jonathan, in that case I would suggest to send me a ZIP containing: - The Action files - The class source code In the meantime please try another JDK (1.4.2)...
Hi, while working on the Winstone Servlet Engine project, we touched the problem of built-in upload support, like Resin's internal filter, which makes uploads...
Sorry I forgot to post the new simplified SaveBlob class that can be used with the new Upload JAR: package transactions; import dinamica.*; import java.io.*; ...
Hello to everyone: I just have made the test with JDK 1.4 and I get the same error. Now, there is a message in the resin console: [WARNING@08-09-2005...
Jonathan Sarabia
jonathansarabia@...
8 de Sep, 2005 7:44 pm
580
1.- Make sure you are using Dinamica 2.0.8 with IText 1.3 JARs, for this purpose you make copy /WEB-INF/lib/* from the latest webapp template. Remove you old...
Hello: I just uploaded an updated version of extra.zip, containing an additional GZip filter that compresses servlet response up to 92% for text based output....
Saludos, Estoy realizando una acción en la que se debe enviar un correo elctronico a un cliente. Me preguntaba cual es la clase de dinamica que puede realizar...
Adrian Garcia
agarcia@...
12 de Sep, 2005 4:44 pm
583
Adrian: Hay una clase que simplifica esto, en tanto que el email sea solo texto: dinamica.SimpleEmail - please lee los JavaDocs de Dinamica para mayor detalle...
Saludos. He reemplazado la clase SaveImage por la que enviaste la semana pasada pero aun no carga los documentos de la base de datos. El error que arroja es el...
Adrian Garcia
agarcia@...
12 de Sep, 2005 7:06 pm
585
Aun no he enviado el nuevo JAR con soporte para PostgreSQL, tu te refieres al cambio para grabar los documentos, que no tiene que ver con PostgreSQL, sino con...
Hello: Dinamica v2.0.9 JAR is available for download. Some new How-to articles describing new facilities will be published in the forthcomming days. This is a...
Hi, the author of Winstone servlet engine made a nice code contribution to Dinamica, an updated GZIP filter that now can work with includes. Download: *...
Hello everybody: Solved!. The problem was caused by an image that my class shows. Maybe, the interesting thing in here is to be aware that the error did not...
Jonathan Sarabia
jonathansarabia@...
14 de Sep, 2005 12:34 pm
589
Very, very nice... Thank's... dinamica@... escribió: Hello: Dinamica v2.0.9 JAR is available for download. Some new How-to articles describing...
Hi, I tested the new framework.jar with using PGSQL 7.4.7 for BLOB support and work perfectly Adrián García Blanco ... From: dinamica@... To: ...
Adrian Garcia
agarcia@...
14 de Sep, 2005 1:55 pm
591
Great, v2.0.9 will also include a version of SQL security scripts for PostgreSQL, I also tested the Security Admin console and it worked fine, with minimal...
Hello: * Updated framework.jar and main distribution dinamica.zip, regarding pre-release of 2.0.9, this was the only change: "The class dinamica.Controller was...
The CRUD model - one year after: A new, fresh approach to the "Simple Table Management" solution template, taking advantage of new features introduced by...
Hi Martin, I am running the admin on resin-3.0.14 and happens an error in the use of the sequences. java.lang.Throwable: [-5010] (at 100): Missing value...
Milko, please read the J2EE migration guide (download latest version from website), it does explain how to migrate to Resin 3.0.14, a single change must be...
Hi, a few days ago someone asked me about how to use the new Upload filter and the new dinamica.SaveBlob class. I plan to publish an updated BLOB how-to, in...
Hello, I installed sapdb, resin and dinamica on a windows 2000 and everithing is ok. Now, i am installing on windows 2003 server and the following error...
Make sure you can connect to MAXDB/SAPDB using the programs SQLStudio and DBMGUI, running on the same machine, and using "localhost" as the name of the host....
Hello there! I have a report that shows a lot of movements (more than 5000, maybe), and when I execute that, the following error appears: ...
Jonathan Sarabia
jonathansarabia@...
4 de Oct, 2005 9:09 pm
601
Jonathan, at first sight I can't see anything being accumulated in RAM. Using a buffer like yours has nothing to do with the OutOfMemory exception. What about...