Hello,

I am looking at Derby - 836 and could not reproduce it in network mode.
I have attached the script that I used for running the jdbcapi/metadata.java test.

Could you please give some inputs to reproduce this one ??


The script that I use to run in network mode is as below,

#!/bin/bash
export DERBY_HOME=/export/home/mayuresh/ws/derby/trunk
export DERBY=$DERBY_HOME/jars/sane
export 
CLASSPATH=$DERBY/derbyTesting.jar:${DERBY}/derby.jar:${DERBY}/derbytools.jar:${DERBY}/derbynet.jar:${DERBY}/derbyclient.jar:${DERBY}/derbyLocale_AP.jar:${DERBY_HOME}/tools/java/junit.jar:/usr/local/share/java/jakarta/jakarta-oro-2.0.8/jakarta-oro-2.0.8.jar
#export JAVA_HOME=/usr/bin
export JAVA_HOME=/usr/jdk/j2sdk1.4.2_06/jre/bin
$JAVA_HOME/java -Dframework=DerbyNetClient 
org.apache.derbyTesting.functionTests.harness.RunTest $1

TIA
Mayuresh

Reply via email to