View Review Details


Book:   Enterprise JavaBeans
Subject:   Some practical problems
Date:   2005-09-18 04:03:51
From:   Satish Talim
Rating:  StarStarStarStarStar

I am trying to run the Entity Bean of Chapter 4 in JBoss and mySQL. I have followed all the instructions given in the book. However instead of titandb-ds.xml I have mysql-ds.xml file. I have created and copied the file jbosscmp-jdbc.xml to the folder src\resources\META-INF This file has <datasource>java:/DefaultDS</datasource>


What changes do I need to do to the file Client_1.java, especially to the statement Object ref = jndiContext.lookup("CabinHomeRemote"); Any other changes?