-
Current setDatabase(String) in org/hsqldb/jdbc/pool/JDBCConnectionPoolDataSource.java is erroneously a recursive function. This patch fixes the problem.
The patch has been checked against 1.9.0-alpha1
Bye,
Giuseppe.
2009-03-25 10:05:02 UTC in HyperSQL Database Engine
-
Currently all scripts require JAVA_HOME environment variable.
This patch uses the variable if present, use PATH otherwise.
2008-04-15 07:31:42 UTC in j4sign
-
Hi,
I am inclined in using utf-8 sources, but I am not sure about the right choice when sources are shared with people using different operating systems and editors. Is utf-8 widely adopted among j4sign developers? If it is, then yes, please convert all sources and update build.xml.
Bye,
Giuseppe.
2008-04-11 21:16:36 UTC in j4sign
-
when I try to compile j4sign from sources I get this kind of errors since my LC_ALL and LANG variable are set to utf8:
compile.cms:
[javac] Compiling 2 source files to /home/giuseppe/src/cvs/j4sign/build/bin
[javac] /home/giuseppe/src/cvs/j4sign/src/java/core/it/trento/comune/j4sign/cms/ExternalSignatureCMSSignedDataGenerator.java:310: warning: unmappable character for encoding UTF8.
2008-04-08 07:24:33 UTC in j4sign
-
Hi,
I am testing the new freesigner 0.0.3 with a smartcard from italian InfoCert CA.
I installed the new 0.0.3 version on a linux machine, then used the run.cmd command in order to check my token.
If I use my old token -- InfoCamere ST INCARD 1203 -- the token is correctly recognized, but when I use the new smartcard I get this messages:
connect to PCSC 1.0 resource manager
Driver...
2008-04-07 16:32:46 UTC in j4sign
-
if you are using an UTF-8 locale, like it_IT.UTF-8, you cannot compile sources.
The kind of errors you get are:
compile-jdk13:
[echo] Compiling the core sources
[javac] Compiling 109 source files to /home/giuseppe/src/cvs/barcode4j/build/classes
[javac] /home/giuseppe/src/cvs/barcode4j/src/java/org/krysalis/barcode4j/impl/code128/CheckDigit.java:2: warning: unmappable character...
2008-03-21 08:41:28 UTC in Barcode4J
-
I just checked out the latest CVS code and this problem have been fixed.
2008-03-21 08:22:27 UTC in Barcode4J
-
Hi all,
we probably found the same problem using the string ISO-8859-1 "NEOS==APPEND&&numpages==1&&cover==false&&docId==polizze&&ramo==0002&&polizzanr==0000001&&cdProd==102B"
Caused by: java.lang.IllegalArgumentException: Illegal character: n
at org.krysalis.barcode4j.impl.datamatrix.DataMatrixHighLevelEncoder$EdifactEncoder.encodeChar(DataMatrixHighLevelEncoder.java:628...
2008-03-20 09:00:26 UTC in Barcode4J
-
More info: calling showPage(int) give the error above, while calling showPage(int, String, boolean) doesn't.
2007-11-09 12:50:10 UTC in GWT Widget Library
-
Hi,
I am using for the first time gwt-widget, and I don't know if this report display a bug in the library, or if I am not using it correctly. So, please, forgive me.
I derived a class from SortablePaginationBehavior, then I called its constructor (that invoke
super(table, resultsPerPage);
as first statement) and then, I call the
showPage(1);
What happens is that when invoking...
2007-11-09 12:24:44 UTC in GWT Widget Library