I was actually able to figure this out using a slightly different method
since the databases exist on the same server I simply made a single
datasource with no database selected:
then in the queries, I qualify using the full database notation:
database.table rather than just table
On Fri, Jan 14, 2011 at 1:02 AM, tjpoe wrote:
[...]
> I also tried creating datasources for each local and then using a variable
> datasource in the entity such as:
>
>
>
>
>
>
> and then the document as:
>
>
> rootEntity="false">
>
>
>
>
> but the ${local.code} variable is not resolve