https://issues.apache.org/bugzilla/show_bug.cgi?id=44519
--- Comment #3 from Nikolai Prokoschenko <[EMAIL PROTECTED]> 2008-03-19 08:06:50 PST --- So, I've done some research and I think I've got the problem nailed down. DataSourceElement (JDBC's configuration element) doesn't make any use of properties. At the same time, PreCompiler uses ValueReplacer to replace parameters in all properties of each traversed TestElement, which DataSourceElement is too (Relevant method: PreCompiler.addNode()). Every other configuration element I've seen uses setProperty() and getPropertyAs*() for all of its getters and setters, but DataSourceElement is a bean (don't know whether this is relevant), which uses fields instead of properties to store data. I hope this helps in fixing the bug. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
