I want to call the ejbCreate method of the EJB when JBOSS starting.
How to do that on JBOSS?
Thans a lot.
Best Regards
James
You can create and deploy a mbean (or a servlet) that instantiate them when they were deployed. In this way, you force the creation of at least one EJB.
Regards
David Lopez