JCA database adapter issue due to database schema dependency
Raj__KMay 17 2011 — edited May 17 2011Hi,
I am using the JCA database adapter to call a stored procedure. The adapter uses the database schema name while calling the Stored procedure. The schema name is added in the namespace of XSD, wsdl files.
If I have to use a different database schema name, how can I update the existing code without much modification.
Thanks!