Re: Java Language Advocacy (was Re: How ASF membership works and what it means)

2003-06-30 Thread Roger I Martin PhD
snip I have used Swing quite a lot, and as you know I even gave a shot at making a WYSIWYG editor for XML. I had to debug the Editor. Which xml namespaces were you trying to do this for? xhtml, svg, mathml? I've tried numerous times to extend the javax.swing.text.*.* packages and had

Re: Linotype editing: browser requirements?

2003-06-18 Thread Roger I Martin PhD
was getting the following double cocoon for the path to linotype.users.properties org.apache.avalon.framework.CascadingRuntimeException: file:/C:/Program Files/jakarta-tomcat-5/dist/webapps/cocoon/samples/linotype/flow.js, line 10: uncaught JavaScript exception: java.io.FileNotFoundException:

Re: Finding Linotype

2003-06-08 Thread Roger I Martin PhD
Hi, I found we can download Linotype by getting the url correct;-) http://www.betaversion.org/~stefano/software/linotype/linotype_1.0.tar.gz or start at http://www.betaversion.org/~stefano/ and click on Software and then Linotype. r, Roger - Original Message - From: Upayavira [EMAIL

Re: XEOS : a commercially packaged Cocoon

2002-12-07 Thread Roger I Martin PhD
Their web site is down. I wonder why. - Original Message - From: Bernhard Huber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 06, 2002 4:10 PM Subject: Re: XEOS : a commercially packaged Cocoon Yep. And instead of helping the community to debug Cocoon, they made

Re: getBlob patch for esql

2002-06-10 Thread Roger I Martin PhD
time this year and provide it as a Cocoon example. Thanks, Roger - Original Message - From: Christian Haul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 10, 2002 5:06 AM Subject: Re: getBlob patch for esql On 09.Jun.2002 -- 07:47 AM, Roger I Martin PhD wrote: I needed blobs

Re: getBlob patch for esql

2002-06-10 Thread Roger I Martin PhD
Ah! Ok. Don't see any other possibility, but then I haven't worked with BLOBs so far. Only one would want to use esql:parameter type=blobxsp:exprbuffer/xsp:expr/esql:parameter I'll be look at this and push it along. It would be understood that the input for the blob is a byte array.

getBlob patch for esql

2002-06-09 Thread Roger I Martin PhD
Hi, I needed blobs. I only added getBlob into a bytearray. Setting a blob works best if done with a prepared statement. If there is interest I can put in PreparedStatement functionality. The life span of a prepared statement may be short albeit it would allow Blobs to be pushed into a

Re: [definitely OT] LZW patent [was Re: MathML package structure?]

2002-01-19 Thread Roger I Martin PhD
Just my two capitalistic cents: As I understand it, the patent office was not set up to only provide protection of inventions for would-be manufacturers but to get all ideas and inventions into the hands of the military as quickly as possible so they can pick through 'em(I happen to agree with

Re: MathML package structure?

2002-01-18 Thread Roger I Martin PhD
Hello Martin, Is there anything I can do to help develop the MathML package? I am very much interested in this. At what stage are you? Regards, Roger - Original Message - From: Martin Holz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 4:24 AM Subject:

Re: MathML package structure?

2002-01-18 Thread Roger I Martin PhD
Subject: Re: MathML package structure? On Fri, 18 Jan 2002, Roger I Martin PhD wrote: Hello Martin, Is there anything I can do to help develop the MathML package? I am very much interested in this. Your help are welcome. I must first find a place for the project. I think I

Re: no connections in the pool

2002-01-12 Thread Roger I Martin PhD
: Friday, January 11, 2002 3:08 PM Subject: Re: no connections in the pool Roger I Martin PhD wrote: Hello, After compiling the cvs HEAD of excalibur with jdk1.4 the Jdbc3Connection showed up in the jar. However, then the next exception occurs: Ok, I will take a look at it. 2002

Re: no connections in the pool

2002-01-11 Thread Roger I Martin PhD
Hello, I looked into this and found that the current cvs HEAD supplies avalon-excalibur-20011229.jar and a look inside of it shows no org.apache.avalon.excalibur.datasource.Jdbc3Connection class The tomcat log shows 2002-01-11 12:16:15 DEBUG (2002-01-11) 12:16.15:718 [cocoon ]

Re: no connections in the pool

2002-01-11 Thread Roger I Martin PhD
Subject: Re: no connections in the pool Roger I Martin PhD wrote: Hello, I looked into this and found that the current cvs HEAD supplies avalon-excalibur-20011229.jar and a look inside of it shows no org.apache.avalon.excalibur.datasource.Jdbc3Connection class Let me guess, you are running

Re: no connections in the pool

2002-01-07 Thread Roger I Martin PhD
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:28 AM Subject: Re: no connections in the pool Roger I Martin PhD wrote: The current cvs of Cocoon2 produces the exception Original exception : java.lang.RuntimeException: Could not get the

getting column names or values by variable

2001-11-09 Thread Roger I Martin PhD
Hi I am new to Cocoon. Is extending esqlto allow column names and values byvariable of interest to you? Here is my diff -u: - Index: esql.xsl === RCS file: