What I want it's only a bundle that work as a bridge to whatever database. The other bundles access to this one to retrieve any information from external databases. But I don't get this :(
On Wed, Mar 21, 2012 at 2:38 PM, Donald Whytock <[email protected]> wrote: > What you probably want in the long run is a datasource-generating > service, to which you pass the database URI. You can put things in > the properties of the service to indicate whether it's Oracle, mySQL, > MSSQL, etc., so that you can have multiple generating services at the > same time. > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

