We figured out a workaround (or right way) to this issue. We implemented ApplicationContextAware interface, and got ApplicationContext reference from Spring Framework. This way we need not create a...
Type: Posts; User: alexraj; Keyword(s):
We figured out a workaround (or right way) to this issue. We implemented ApplicationContextAware interface, and got ApplicationContext reference from Spring Framework. This way we need not create a...
I work with drudman on this issue. In our case we are using Spring Beans to represent over hundred objects, which are used as test data. The total number of classes is only 3-4, but the instance...