Is it possible to automate the deployment of a jdbc driver?
I am interested in automatically deploying applications to the Java EE 5 application server. I have been able to deploy an application (.ear) and a standalone datasource with an ant task. However, I cannot start the datasource or the application because they rely on an external jdbc driver which I cannot seem to deploy outside of the Netweaver Administrator.