This content has been marked as final.
Show 4 replies
-
1. Re: Custom Module EJB Deployment Problem
julien1 Jul 8, 2004 11:44 AM (in response to peja)the class that allows to fetch the PK generated during database insertion is missing (it belongs to the CMP layer). what is the target database ?
what is the JBoss version you use ? -
2. Re: Custom Module EJB Deployment Problem
peja Jul 8, 2004 12:45 PM (in response to peja)I am using JBoss version 3.2.3 with mysql database version 4.0.2.
-
3. Re: Custom Module EJB Deployment Problem
peja Jul 8, 2004 3:36 PM (in response to peja)I was able to find the solution to my problem. For some reason in my jbosscomp-jdbc.xml file the following xml was missing outside of "enterprise-beans" element:
<entity-commands>
<entity-command
name="nukes-entity-command"
class="org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCMySQLCreateCommand"/>
</entity-commands>
After adding this, my EJB was deployed successfully.
Cooper, thanks for your quick response.
Cheers
Peja -
4. Re: Custom Module EJB Deployment Problem
jkarthi May 23, 2005 8:35 AM (in response to peja)I got the same problem
Pl help