Issue Details (XML | Word | Printable)

Key: OSGI-315
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Costin Leau
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring OSGi

<context:component-scan /> doesn't work in an OSGi environment

Created: 06/Jan/08 08:53 AM   Updated: 21/Mar/08 04:22 AM
Component/s: CORE
Affects Version/s: 1.0 RC1
Fix Version/s: 1.1 M1

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Issue Links:
Depends
 
Related
 

Sub-Tasks  All   Open   

 Description  « Hide
It's likely that wildcard on root path are not supported yet.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Costin Leau added a comment - 07/Jan/08 01:54 PM
The problem with classpath discovery is that there is no way to detect existing resources. One has to use the filesystem or jar structure to determine available context. However, inside the OSGi environment this is quite hard to achieve since the classpath is computer by the platform and the bundles can be packed or unpacked and placed in a dedicated location by the actual OSGi implementation.

Costin Leau added a comment - 21/Mar/08 04:22 AM
Fixed and tested in M1 through the classpath* support in the IO module.