Hi, I've built my first custom CMP entity bean (for a sample Personlist-like example), heavily based on the provided CD-CDCollection app (although I did not used a session bean, I operate on the entity bean from the client directly)
The application deployed into JBoss without any problems. The logs say my Bean has been verified and deployed successfully, however, when I try to use the bean from the client; I get a Java trace with the meaning, that not even the sql table for the bean exists. I've checked through the logs (I've installed p6spy), and I see that at deploy-time, the right sql statements are going to execute (CREATE TABLE ..), however, in Hypersonic's default.script file, I see that immediately two ROLLBACKs had been done. The question is now, if my entity bean tries to implement itself on the right way, what or who executes that rollbacks on its sql statements? I've checked the CDCollection example throughoutly, but couldn't find any explicit COMMIT-like statements in it.. Please show me what do I miss in that situation, Thanks much, Christopher Jozsa -- .Digital.Yearning.for.Networked.Assassination.and.Xenocide _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
