Datasource in BPEL
Hello,
I have created a Datasource in WebLogic server already. Its name is eis/DB/MOSPL. I am using this datasource name in my other DB adapters successfully.
Now I have BPEL. I am using Java Embedding. Java Embedding has a SQL query. I want to use above datasource in the Java Embedding so that I can execute the SQL query in Java Embedding.
Can anyone point me to a Java Code snippet, that will use above Datasource name ? Once I can use the datasource then I know I can execute the SQL query.
So anyone - Using datasource in Java ?
thx
dd