-
WrapperManager.log(WrapperManager.WRAPPER_LOG_LEVEL_STATUS, "Message");
Doesn't work (with 3.3.9): the message is written to the wrapper log file and not the Windows event log ...
2009-12-18 15:20:51 UTC in Java Service Wrapper
-
How can I write a information/warning/error message to the WIndows Eventlog? Is the EventLog also a COM object that is accessible by j-Interop?.
2009-12-01 15:08:55 UTC in j-Interop : Java - COM Interoperability
-
To test the non-free versions of Java Service Wrapper, is there some trial license key to download to test those versions?.
2009-11-27 15:24:14 UTC in Java Service Wrapper
-
We try to install our app on a new 64 Bit Windows 2008 Server with new MS SQL 2008 64 Bit Version. Non JDBC Java Apps work correctly (with the installed 64 Bit Java VM). But the apps using jTDS driver with single sign on (that work on 32 Bit environment) throw an exception when trying to connect:
java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the...
2009-11-26 11:35:25 UTC in jTDS - SQL Server and Sybase JDBC driver
-
I have some valid PDF/A (PDFA1B) PDFs (JHOVE shows the conformance entries:
B
1
and acrobat reader shows the message "Dieses Dokument wird gerade im PDF/A-Modus angezeigt." when viewing these files). When concatenating such...
2009-11-25 11:40:47 UTC in iText, a JAVA-PDF library
-
It would be usefull e.g. for JtdsPreparedStatement to have public access to "parameters". And in those resulting ParamInfo objects to access e.g. "value". So far, these references are only "protected". Some public methods to access these objects would be helpfull to inspect prepared statements (e.g. log the statement with its values). So far, we keep the statement string with its values...
2009-11-24 11:46:09 UTC in jTDS - SQL Server and Sybase JDBC driver
-
Without the second method and using setDateFormatOverride() instead, the problem still persists:
[code]
/**
* JFreeChart bug: TimeTableXYDataset with Month period shifts date tick labels.
* (Bug 2899145)
*
* @return JFreeChart.
*/
private JFreeChart...
2009-11-18 14:02:18 UTC in JFreeChart
-
The attached test code shows the problem. I have seen thet the usage of the second method (getTickUnitSource()) introduces this problem. But this method is required to solve another problem as discussed in [url=http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=5722&hilit=TickUnitSource]TickUnitSource: endless instances to avoid overlapping?[/url] :(.
2009-11-18 13:47:17 UTC in JFreeChart
-
To support multiple bars in a chart with a time axis, I had to change the dataset to the new TimeTableXYDataset structure. But now the time axis shows the labels shifted to the right! I.e. the tick for February now displays "January", etc. :(
The values are
2008-12-31 100.0
2009-01-31 105.7
2009-02-28 103.25
...
But the tick label for the second value (105.7) was "December 08"...
2009-11-17 14:41:25 UTC in JFreeChart
-
Just downloaded the latest version (DirSyncPro-1.02-Linux) for my Ubuntu 9.04 with Java 1.6. And the whole GUI is so slow and refreshes with lots of bugs (icons shift and overlap, areas get just grey, GUI elements don't resize, ...). The first error just occurs when started:
./dirsyncpro.sh
DirSync Pro (Directory Synchronize Pro) 1.02
(c) 2002-2008 by E. Gerber, F. Gerbig, O. Givi and T...
2009-10-17 14:31:12 UTC in Directory Synchronize Pro (DirSync Pro)