1 Reply Latest reply on Oct 9, 2006 12:35 PM by alesj

    Spring context same jar as EJBs?

    tonisw

      Hey,

      Currently in EJBs I can use @Spring annotation and such beans must be depoyed to jboss using separate .spring archive. This means two separate jars: one for spring context and other for EJBs. But I would like to have spring context specific for ejb module and so they should be deployed together in one jar. How to do that so that I'm still able to use @Spring injection tag in EJBs etc?