RE: No Powered By Derby Logo

2014-11-12 Thread John I. Moore, Jr.
circle, something along the lines of the one for Tomcat (see http://apache.org/foundation/press/kit/poweredBy/pb-tomcat.jpg). _ John I. Moore, Jr. SoftMoore Consulting From: Rick Hillegas [mailto:rick.hille...@gmail.com] Sent: Monday, November 10

No Powered By Derby Logo

2014-11-08 Thread John I. Moore, Jr.
combination. Does one exist? Are there plans to create on in the near future? _ John I. Moore, Jr. SoftMoore Consulting

RE: Star Derby as a service

2014-09-23 Thread John I. Moore, Jr.
. _ John I. Moore, Jr. SoftMoore Consulting -Original Message- From: Kristian Waagan [mailto:kristwaa.apa...@gmail.com] Sent: Tuesday, September 23, 2014 8:41 AM To: Derby Discussion Subject: Re: Star Derby as a service Den 23.09.14 13:37, skrev Alessandro Manzoni: On Derby wiki

RE: Issue with large delete in derby

2014-01-31 Thread John I. Moore, Jr.
that there was a single commit at the end. By adding a few commits at appropriate places where the database would remain consistent for use on the application, we were able to achieve an order of magnitude increase in performance. Hope this helps. _ John I

RE: Configuring a Server Policy for Derby on Windows

2014-01-31 Thread John I. Moore, Jr.
that three slashes is the proper form for files on the localhost, which, I suspect, is the most common case. _ John I. Moore, Jr. SoftMoore Consulting From: dag wanvik [mailto:dag.wan...@oracle.com] Sent: Thursday, January 30, 2014 10:48 AM To: derby

RE: Network Server Access Permissions and Java 1.7.0_51

2014-01-22 Thread John I. Moore, Jr.
(Native Method) at org.apache.derby.drda.NetworkServerControl.main(Unknown Source) at org.apache.derby.iapi.tools.run.main(Unknown Source) Any advice on how to proceed will be appreciated. _ John I. Moore, Jr. SoftMoore

RE: Derby in production environment

2014-01-22 Thread John I. Moore, Jr.
. _ John I. Moore, Jr. From: Brett Wooldridge [mailto:brett.wooldri...@gmail.com] Sent: Friday, January 17, 2014 6:11 AM To: Derby Discussion Subject: Re: Derby in production environment There are definitely other businesses that use Derby. My company's is one, but as an embedded database

Network Server Access Permissions and Java 1.7.0_51

2014-01-17 Thread John I. Moore, Jr.
be appreciated. _ John I. Moore, Jr. C:\Java\db-derby-10.10.1.1-bin\binstartNetworkServer.bat Thu Jan 16 16:34:04 EST 2014 : Security manager installed using the Basic server security policy. Thu Jan 16 16:34:04 EST 2014 : access denied

RE: A new Apache Derby pronunciation.

2013-12-04 Thread John I. Moore, Jr.
or the person maintaining the web site if you are interested. _ John I. Moore, Jr. SoftMoore Consulting email: jmo...@softmoore.com cell: 843-906-7887 -Original Message- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Tuesday

RE: Boolean in version 10.9

2012-12-16 Thread John I. Moore, Jr.
James, I did this about a year ago. See http://db.apache.org/derby/docs/10.7/devguide/tdevupgradedb.html for more information on how to upgrade the database. _ John I. Moore, Jr. SoftMoore Consulting email: jmo...@softmoore.com web

RE: Getting transitive closure?

2012-10-14 Thread John I. Moore, Jr.
John, I suggest that you take a look at Warshall's Algorithm. See, for example, http://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm. Google Warshall's Algorithm for additional links. _ John I. Moore, Jr. SoftMoore Consulting email: jmo

RE: Using Identity Columns with or without Sequences derby 10.8.1.2

2012-10-01 Thread John I. Moore, Jr.
id from the database ResultSet rs = stmt.getGeneratedKeys(); if (rs.next()) { int xId = rs.getInt(1); ... } _ John I. Moore, Jr. SoftMoore Consulting email: jmo...@softmoore.com web:www.softmoore.com cell: 843-906-7887 From

Derby 10.9.1.0 Incompatible with Substituted Drives on Windows

2012-07-31 Thread John I. Moore, Jr.
Derby Users and Developers, I have an application that has used Derby (with the Network Server) for years, and overall I have been extremely pleased. However, I ran into a problem when trying to upgrade to 10.9.1.0. I have three computing environments that I work in, which can be thought of

RE: Derby 10.9.1.0 Incompatible with Substituted Drives on Windows

2012-07-31 Thread John I. Moore, Jr.
On 31.07.2012 12:32, John I. Moore, Jr. wrote: Derby Users and Developers, I have an application that has used Derby (with the Network Server) for years, and overall I have been extremely pleased. However, I ran into a problem when trying to upgrade to 10.9.1.0. I have three computing environments