[jira] [Resolved] (FELIX-3713) Bundle.start() returns without starting the bundle

2013-02-01 Thread Richard S. Hall (JIRA)
. Bundle.start() returns without starting the bundle -- Key: FELIX-3713 URL: https://issues.apache.org/jira/browse/FELIX-3713 Project: Felix Issue Type: Bug Components: Framework Affects

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-12-05 Thread TangYong (JIRA)
Core Specification, when appearing such a scene, there is not a clear description. Bundle.start() returns without starting the bundle -- Key: FELIX-3713 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-12-05 Thread TangYong (JIRA)
--Tang Bundle.start() returns without starting the bundle -- Key: FELIX-3713 URL: https://issues.apache.org/jira/browse/FELIX-3713 Project: Felix Issue Type: Bug

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-12-04 Thread TangYong (JIRA)
FelixStartLevel thread finished and then execute start(int) method. Do you agree with me? Thanks --Tang Bundle.start() returns without starting the bundle -- Key: FELIX-3713 URL: https://issues.apache.org

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-11-29 Thread Richard S. Hall (JIRA)
it could not be coordinated with the start level thread's active start level. I think the latter approach is probably the better of the two. Bundle.start() returns without starting the bundle -- Key: FELIX-3713

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-11-13 Thread TangYong (JIRA)
started by other handling logic) disappeared because bundle.start() method keeped bundle's state persisted. So, I wish that felix team can fix it. Thanks. --Tang Bundle.start() returns without starting the bundle

[jira] [Commented] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-11-13 Thread Richard S. Hall (JIRA)
on it. Thanks. Bundle.start() returns without starting the bundle -- Key: FELIX-3713 URL: https://issues.apache.org/jira/browse/FELIX-3713 Project: Felix Issue Type: Bug

Bundle.start() returns without starting the bundle

2012-10-16 Thread Sahoo
While investigating some issues in GlassFish, what we are seeing is that even if our code is calling bundle.start(START_TRANSIENT), the bundle is not getting started immediately, nor is the code blocking. It simply returns without Bundle's activator getting called and bundle.getState() ==

Re: Bundle.start() returns without starting the bundle

2012-10-16 Thread Richard S. Hall
On 10/16/12 06:50 , Sahoo wrote: While investigating some issues in GlassFish, what we are seeing is that even if our code is calling bundle.start(START_TRANSIENT), the bundle is not getting started immediately, nor is the code blocking. It simply returns without Bundle's activator getting

[jira] [Created] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-10-16 Thread Sahoo (JIRA)
Sahoo created FELIX-3713: Summary: Bundle.start() returns without starting the bundle Key: FELIX-3713 URL: https://issues.apache.org/jira/browse/FELIX-3713 Project: Felix Issue Type: Bug

[jira] [Updated] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-10-16 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-3713: --- Fix Version/s: framework-4.2.0 Bundle.start() returns without starting the bundle