¿Qué pasa si un usuario está editando un registro y luego otro usuario intenta editar el mismo? Saludos y gracias de antemano. Jonathan Message ¿Q u é...
Jonathan Sarabia
jsarabia@...
10 de Ago, 2004 10:07 pm
361
El problema no tiene que ver con Dinamica sino con el entorno de compilacion (classpath, etc) de tu proyecto. Probaste borrando el .class de PortalEngine y...
Aunque recompile en el portal todavía me aparece este error.... java.lang.Error: Unresolved compilation problem: java.sql.Types cannot be resolved at...
A quick tip: For those generating PDF reports with IText and Dinamica facilities, please note that the class dinamica.StringUtil provides helper methods that...
Creating dynamic pages that work like VB6 Forms: http://www.martincordova.com/docs/dynamic-pages.pdf It shows how to use the XMLHttp object, javascript and...
El sistema de seguridad incluido con Dinamica graba los passwords como un hash MD5 codificado en base64. Los hash MD5 (en teoria) son irreversibles. Para...
Que tal Martin, ¿Existe una manera de desencriptar la clave de un usuario en el sistema de seguridad de dinamica? ... Do You Yahoo!? Todo lo que quieres saber...
Try this: 1.- Close Eclipse 2.- Replace your .classpath file - use a copy from an existing eclipse project (a Dinamica project) - before doing this, create a...
Seems to be a problem with Eclipse and classpath corruption. The referenced library is part of the JRE. Try to remove and add again the JRE system library to...
Loading a project into eclipse I found this error. How could found the missing library? "This compilation unit indirectly references the missing type ...
Today someone asked me about implemententing some very specific extensions to the security model: 1.- Block users from Internet for some specific Actions 2.-...
This is a problem with Electric XML jar included with your version of Portal Server. Please try to replace the old JAR with the new one included with Dinamica...
Hi, i´m trying to integrate handling of BLOB of dinamica with the portal server, but i found and error, this is the stack trace: java.lang.NoSuchMethodError:...
For those interested in McKoi (the database server shipped with Dinamica), someone posted to the McKoi list an implementation of the DataSource API for McKoi...
A new technical article is available: http://www.martincordova.com/docs/dinamica-http.pdf Explains how to write high-performance binary web services using ...
Hello: I just found some nice javascript code to create a Calendar inside any DIV tag, I enhanced the code a little to make it very easy to reuse in your HTML...
Congratulations! I hope you will make some good business :) - Thank you for sharing these news with us. As far as I know, yours will be one of the few...
Hello everybody, We have just delivered a new information system to control the inventory of plans of a construction enterprise here in Venezuela. The...
Jonathan Sarabia
jsarabia@...
14 de Jun, 2004 5:52 pm
338
I just posted an updated framework.jar v1.9c: http://www.martincordova.com/download/framework.jar It does include fixes for BLOB management...
I detected this problem 2 days ago and it was fixed for 1.9C (not available yet). I will post the new JAR in a few hours. It was serving the BLOBs on my...
Hello: Just to keep you informed about forthcomming Dinamica releases, I am working on patch 1.9C, it will include -among other things- http tunneling support,...
¿Y no será que no hay constructor? ¿O que no está instanciando el objeto usando new? Saludos, Lorenzo ... getConneciton, y al ejecutarse siempre el objeto...
No necesitas sobreescribir este metodo. Debes obtener un DataSource y luego una conexion, los objetos Output no tienen conexion activa como los Transaction -...