Hello,

I'm just in process of enhancing some servlet driven inventory system.
I have to add few web services for exposing requested functionality.

I'm using XFire and some proprietary library for data access.

AFAIK, this library is using followings code for data access:

Context env = (Context) new InitialContext().lookup("java:comp/env");
dataSource = (DataSource) env.lookup("jdbc/inv");
con = dataSource.getConnection();

How to define in XFire driven application datasource parameters for this proprietary library?

Best Regards

Piotr


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to