3 Replies Latest reply on Nov 11, 2009 7:59 AM by csabaszucs

    how to instantiate a generic/parameterized MC bean/POJO in b

    csabaszucs

      Hello,

      would you please so kind to give an example of a jboss-beans.xml /bean deployer/ which instantiates a parameterized bean/POJO class like:

      public class TypedRegistry {

      // ...

      public TypedRegistry() {
      // ...
      }

      }

      So how shall I define the type parameter for the constructor in the XML descriptor?

      Many thanks!
      Csaba