I have a case or two where we want to define beans that rely on a DataSource but we won't have one by default. Right now I handled it by marking the bean lazy-init so as long as nothing references it, it never notices the data source isn't set. Is that ok, or should we define an actual Null data source as a backstop? -- Scott