Hi

I am using JDBC Inbound adapter on my Project ( calling stored procedure) . everything works fine until we moved our code base to QA environment.

I found when doing configuration for JDBC inbound adapter that its create the data Objects with the Stored procedure
name defined in the Business Object are like schema Name+package Name+SP name under <jdbcasi:SPName>,

On qa we have different schema on same database. problem lies that the schema name is different than what i had used in Dev.
is there is any way to configure JDBC Inbound adapter without schema name attached in the <jdbcasi:SPName>

Thanks
Risky