Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 82319 Details for
Bug 209013
[DS] NullPointerException when activating a bundle with a service component (only if framework is launched in a tomcat)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
workaround for the bug
patch.txt (text/plain), 1.27 KB, created by
Benedikt Arnold
on 2007-11-07 07:57:54 EST
(
hide
)
Description:
workaround for the bug
Filename:
MIME Type:
Creator:
Benedikt Arnold
Created:
2007-11-07 07:57:54 EST
Size:
1.27 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.ds >Index: src/org/eclipse/equinox/ds/SCRManager.java >=================================================================== >RCS file: /cvsroot/eclipse/equinox-incubator/org.eclipse.equinox.ds/src/org/eclipse/equinox/ds/SCRManager.java,v >retrieving revision 1.4 >diff -u -r1.4 SCRManager.java >--- src/org/eclipse/equinox/ds/SCRManager.java 19 Oct 2007 12:34:00 -0000 1.4 >+++ src/org/eclipse/equinox/ds/SCRManager.java 7 Nov 2007 12:32:12 -0000 >@@ -76,9 +76,9 @@ > threadPoolManagerTracker.open(); > if (Activator.startup) > Activator.timeLog(111); /* >- * 111 = "Threadpool service tracker opened >- * for " >- */ >+ * 111 = "Threadpool service tracker opened >+ * for " >+ */ > > resolver = new Resolver(this); > if (Activator.startup) >@@ -88,7 +88,7 @@ > if (Activator.startup) > Activator.timeLog(105); /* 105 = "addBundleListener() method took " */ > >- String vendor = System.getProperty("org.osgi.framework.vendor", "ProSyst"); >+ String vendor = System.getProperty("org.osgi.framework.vendor", "Eclipse"); > > String storageClass = System.getProperty("scr.storage.class"); > if (storageClass == null) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209013
: 82319 |
82331