Hi,

I am having an issue with 2.0 m2 and latest CI build (CI-R337-B285).

I deployed a par file. One of the bundles in there did not have all of the needed types imported.

For example:
Code:
java.lang.IllegalArgumentException: interface org.springframework.aop.SpringProxy is not visible from class loader
After that any type of a shutdown command just hangs. Ctr+C or shutdown.sh exhibit same behavior. Need to kill the process.

Code:
System Bundle Shutdown   <SPOF0004I> Shutdown initiated.
par layout:
shared.bundle
slice.host.bundle
api.bundle
domain.bundle
application.bundle
slice.child.bundle

slice.child.bundle depends on services published by application.bundle. application.bundle fails to resolve. The last thing that I see in the trace.log is
Code:
Bundle event 'STOPPING' for bundle with symbolic name "slice.child.bundle"
Shutdown command is issued at 11:27:05.941 not it is 11.38 and still no shutdown. That gives me an impression that it is not services timeout.

Wonder if this is a known issue?
Environment: OSX, Java 6. dmServer is running standalone, not through STS.