You should not be instantiating DataSource's directly. You should define
the DataSource in Orion's configuration file, and then access the DataSource
by name via your InitialContext.
tim.
> In normal java application, I may use interbase.interclient.DataSource to
> access Interbase:
> interbase.interclient.DataSource ds = new interbase.interclient.DataSource
> ();
> ds.setServerName ("192.168.1.200");
> ... ...
> thouth, the Orion's DataSource class does not fit my purpose, can/how I replace
> with Interbase's DataSource class?
>
- Problems with JNDI lookups of <ejb-ref-name> defined i... Alex Paransky
- Can I use InterBase's DataSource instead of Orion's? Gophern
- RE: Problems with JNDI lookups of <ejb-ref-name> ... Alex Paransky
- Re: Problems with JNDI lookups of <ejb-ref-name> ... colin harris
- Problem with PostFileInputStream Ernie Phelps
- Re: Problems with JNDI lookups of <ejb-ref-name> ... Jeff Hubbach
- RE: Problems with JNDI lookups of <ejb-ref-name&... Alex Paransky
- SV: Problems with JNDI lookups of <ejb-ref-name> ... Magnus Rydin
- RE: Problems with JNDI lookups of <ejb-ref-name&... Alex Paransky
- RE: Problems with JNDI lookups of <ejb-ref-name> ... Bruno Baloi
- RE: Problems with JNDI lookups of <ejb-ref-name&... Alex Paransky
