2/16/2013 6:46:45 PM
OSGI bundles know the System bundle fullfill the
org.osgi.service.http requirement.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/16/2013 6:41:39 PM
breaks the OSGI model as they all run in the System bundle:
bundles can't access their original resources for example.
Instead, rely on Felix fileinstall bundle: http://felix.apache.org/documentation/subprojects/apache-felix-file-install.html
Unsure if this is the right long-term approach, but it gives us a decent
deployment story for now.
I tried the obr approach as well, but it didn't work well (missing
up-to-date releases.xml repository files, hard to generate obr.xml for
"default" bundles to install, ...).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 9:43:40 PM
has changed, see comment.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 8:45:37 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 8:27:34 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 7:27:35 PM
javax.servlet-api as provided by default, simply override it in
test scope in beatrix.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 7:18:56 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 7:18:22 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 7:05:42 PM
look for an exact class, allow subclasses as well.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/15/2013 7:02:25 PM
servlets under a proper absolute path.
Without it, the new servlet routing scheme was broken for JRuby plugins.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|