posted 5 years ago
Dear JavaRanch,
Thanks all for any help.
I think / hope this is easy to solve. I'm not that great with Spring.
I have a BeanFactoryPostProcessor class:
In the context xml of this application (app-A) I have no bean definition.
However in the application that uses this application (i.e. app-B, has its jar in it's /lib) directory... there is a context i.e
The problem I'm having is that when building my application (app-B) that uses app-A, I get
So I have, if you like "external" bean definition, not being picked up by the application that has the BeanFactoryPostProcessor in.
Regards, Sam