using JBoss 2.4.3 i don't think i'm clear with regard to the sequence of events with the creation of a BMP bean.
as i understand the sequence of events: * client calls home.create(xxx); * server calls bean.ejbCreate(xxx). * implementation of ejbCreate(xxx) should insert a row into the database, and return an initialized copy of the primary key. when simply trying to create a bean, the server is generating an error message from ejbStore(). does the server call ejbStore() after ejbCreate()? and should that method do the work of actually putting the data for the bean into the database? can someone clearly describe the correct sequence of calls to the interface methods? thanks in advance --e-- _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
