From: <ale...@jb...> - 2006-06-28 10:03:52
|
Actually, I don't think the changes committed as a fix for JBAS-993 introduced the bug. Before the changes, the initialization of the commands of every JDBCStoreManager in the EjbMOdule was triggered by the startService call on the last EntityContainer in the EjbModule. So, by that time all the other EntityContainers in the EjbModule have successfully passed the startService phase. The right service to depend on in this case would be the EjbModule, not the EntityContainer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953949#3953949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953949 |