I create an EJB-Project which runs quite well in JBoss. Now I am going to deploy it by Weblogic Express 10g. But I have problem by deploying. I got Exception as follow:
My "persistence.xml" looks as follow:
My question: where should I locate the datasource descriptor which contains the OracleDS and the username and password? [ May 13, 2008: Message edited by: Thomas Chang ]
Basically you need to create a Datasource in Weblogic. Since, how you do that is Weblogic specific, I am going to move this thread to the Weblogic forum
Mark is correct. You need to create a weblogic DataSource and then you may check in JNDI tree if the DS is correct available. You will find information on how to create a DS at:
I did create a DataSource via AdminConsole in Weblogic. I gave the DataSource a Name "dwSpring2Jpa". Then I gave the "JNDI Name" a value of "OracleDS". My database name is XE.
In the "persistence.xml" I have:
I am somewhat confused if I set the values correct or not.
Thomas Chang
Ranch Hand
Joined: May 13, 2008
Posts: 59
posted
0
The problem of connection to the database is solved.