We have a Legacy system that contains a number of stored procedures that we'd like to expose to other applications as web services. We are building the web services with JBoss. The stored procedures can run from Oracle, DB2 or MS SQL Server databases.
JDeveloper has a wizard to generate the stubs and deploy to an ear file that would run on Oracle App Server (OC4J). We are in the process of migrating to JBoss and use Eclipse as our IDE of choice.
I'd rather use a framework then rebuild and maintain the infrastructure myself. Ideally I'd like to use an open-source library or a JBoss tool/IDE to generate the web service based on the connection pool definition and stored procedure name.
What are my options?