This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am currently running the Tutorial for building J2EE Applications using JBOSS and ECLIPSE chapter 6 the tutorial shows you how to create a CMP. One of the methods is findByPrimaryKey.
The problem is that when I call the findByPrimaryKey method :
But it has not generated any reference to the findByPrimaryKey method in the deployment descriptors.
What I need to know is how to set the findByPrimaryKey method within the deployment descriptors. Or how to set it up with xdoclet.
Thanks for any help.
Tony
varanasir
Greenhorn
Joined: Jun 22, 2001
Posts: 6
posted
0
Yup ! I have the same problem. I the same code deployed on WebLogic 7.1 and when I print ctx.getPrimaryKey() in ejbPostCreate method, I could get the Primary Key value. However, JBoss is not setting the context properly. However, the row is getting inserted in database with correct sequence value.
BTW, I am using JBoss 4.0 with MySql 5.0. My table has primary key defined as AUTO_INCREMENT column. In my code, I am establishing a CMR relation with another entity bean and JBoss is creating a new Bean of current type (I am guessing it because I could see setEntityContext invoked again) before establishing the relation. I am [ September 17, 2004: Message edited by: varanasir ]