Hi
We have an application which uses JSF but doesnt have it integrated with Spring. Could you let me know how to integrate spring AOP with JSF ?We want to enable tracking and profiling aspect for...
Type: Posts; User: nov1vinni; Keyword(s):
Hi
We have an application which uses JSF but doesnt have it integrated with Spring. Could you let me know how to integrate spring AOP with JSF ?We want to enable tracking and profiling aspect for...
Hi Costin,
Iam trying to install spring OSGI bundles in geronimo container. I was able to succesfully install all the bundles except spring-osgi-test. when i start that bundle iam seeing the below...
I have imported the blueprint service in spring configuration file as
and my blueprint config file was :
<service id="echoService" interface="com.ebay.test.simpleserv.Echo" ref="echo"/>
...