Hi,
Did you try to use spring "component scan" tag inside OSGI war bundle in felix? I'm getting the following exception (attached spring log file and applicationContext.xml 4639). I saw that a...
Type: Posts; User: terrata; Keyword(s):
Hi,
Did you try to use spring "component scan" tag inside OSGI war bundle in felix? I'm getting the following exception (attached spring log file and applicationContext.xml 4639). I saw that a...
I've seen in forum that spring component-scanning works only if war is unpacked on the file system. Is it true? Someone encountered such problems?
Hello,
I am new in spring.
I am trying to build war in spring 3.0.5 and glassfish 3.1 osgi environment (with felix) and currently I cannot make "component-scan" work (spring is deployed as a...