Jim Alateras wrote:
But when this service executes I get the following errorUmm .. this is a worry - you should not be getting a NPE.
java.lang.NullPointerException
Any chance you could throw together a testcase?
How should I package the test case. Do you want a jar + config + source so you can execute the block that will show the error
Jim:
I took a more careful look at the stack trace that you initially posted. The NPE is being thrown under the select operation - so the bug is down in the DefaultDataSourceSelector. I've just update the cornerstone datasources-impl project to include an empty test case. You should be able to use this to establish the NPE condition by modifying the config.xml and invoking selection under the test case.
Stephen.
cheers </jima>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
