[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-23 Thread xjchen001
Hi, I have eliminated the previous error by puting ejb-ref/ejb-link in the jboss.xml file. However, I get the following error message. This time, I really don't know what happened in JBoss. anonymous wrote : --- MBeans waiting for other MBeans --- | ObjectName:

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-22 Thread xjchen001
Hi Weston, Thank you very much for your info. I realized that I am facing the problem of migrating application from WebLogic to JBoss. I googled and found that I need to modify the deployment descriptors for all the modules. This seems not a trivial process since WebLogic's and JBoss'

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-22 Thread xjchen001
FollowUp questions: Failed to resolve ejb-link. I have manually created jboss-web.xml and jboss.xml for war and ejb jars respectively. The previous errors are eliminated. However, I still cannot succeed in deploying the ear file. The following is the error message. What else do I need to

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-21 Thread [EMAIL PROTECTED]
JBoss is telling you that in your web.xml file, you have an invalid JNDI binding to your datasource using a resource ref. Typically when moving from one application server (Weblogic/WAS). Could you post the portion of your web.xml file that has a reference to your datasource? View the

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-21 Thread xjchen001
Hi Weston, Thank you for your reply. I checked the web.xml in the war file. It reads the following: resource-ref | res-ref-namejdbc/evtDSLocal/res-ref-name | res-typejavax.sql.DataSource/res-type | res-authContainer/res-auth | /resource-ref This

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-21 Thread [EMAIL PROTECTED]
You need a jboss-web.xml file that maps your resource ref name to the appropriate JNDI name of your datasource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952531#3952531 Reply to the post :