On Sun, 6 Apr 2003 12:58, [EMAIL PROTECTED] wrote: > Thanks Pete, > I recompiled the cornerstone.jar and that solved the problem, however > now I get a different exception, which I've pasted below. I'm sure this > has to do with me config.xml, but what exactly is wrong I'm not sure. > I'm taking a look at the some of the source code to see if I can learn > more about why this exception was thrown. A sample of my config.xml > file was in my earlier email. Thanks for the help.
The problems is that in the assembly.xml file you name the component "datasource-selector" but in the config.xml you use "data-source" as the name of the component. Make them both match and it should work. -- Cheers, Peter Donald *------------------------------------------------------* | "Religion is what the common people see as true, the | | wise people see as false, and the rulers see as | | useful" --Seneca | *------------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
