0 Replies Latest reply on Sep 18, 2006 2:46 AM by stedo

    Using @Init annotation

    stedo

      hi,

      A short question about @Init methods. I assume that methods with the @Init annotation work like the ejbCreate method in EJB2. What I want to do is have two init methods and call them on creation from my client. But how do I specify which init method I want to use when making the call/lookup as I no longer have a home interface?

      Thanks in advance.

      Stephen