On Mon, 7 Mar 2005 11:28:29 -0000, fredt <[EMAIL PROTECTED]> wrote:
> There may be such problems, that's why this is a developer task. The purpose
> is to clear or document the problems.
> 
As a requester of development task, I sure like to see if I can fix it
myself rather than just report it.

However, processors comment and not work directly with CVS access make
it hard for me to join.
1) Is there any manual of the processor so that I won't delete some
useful comment?
2) Newbie commit wrong code is the reason that of you to prevent
people from accessing CVS directly, right?
http://jroller.com/page/easup/20030509#and_you_thought_cvs_history
have mentioned some tools to enable CVS transaction support, may be
worth the time to setup for this, so that you can rollback other
change in a second.

If you think all these are not feasible, I am ok to work on a zip file
and submit the patch to you. But, do you consider this as a bug?

> The array size issue should be traced and fixed. Please
> specify -Dhsqldb.tracesystemout=true and/or -Dhsqldb.trace=true when running
> the tests to ge a better message.
> 
Have added both, but can't see any meaningful logging, only a lot of
heartbeat message. After a while of checking, I find that in fact I
can't get any connection, and I just only have 129 testcase from my
colleagues which don't need connection at all. I use the following
attributes to access hsql server, and the hsql.jar in the client is
download from hsql website, do I need to use 1.1 compiled client jar
also?

                <property name="driverClassName">
                        <value>org.hsqldb.jdbcDriver</value>
                </property>
                <property name="url">
                        <value>jdbc:hsqldb:hsql://localhost/ekp_mainunit</value>
                </property>
                <property name="user">
                        <value>sa</value>
                </property>
                <property name="password">
                        <value></value>
                </property>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to