This is with reference to the book - Oreilly's Enterprise JavaBeans 4th Edition, ISBN 0-596-00530-X
I am trying to run the Entity Bean of Chapter 4 in
JBoss 4.0+ 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 also 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");
Are there any other changes, to make my client program work?