dimanche 2 août 2015

Java EE InitialContext.lookup to crate instance of EJB

I am trying to create an EJB class using it's class type. My function gets this class type as parameter. This class has it's own dependencies and i want those dependencies to be created as well.

addToUploadQueue(Class<? extends ICallback> callbackClazz)

how can i create an ejb instance of this class?

Aucun commentaire:

Enregistrer un commentaire