Re: [equinox-dev] OSGi/Equinox and Java SPI

2010-09-13 Thread Michael Furtak
As a quick follow-up on my issue, I've had success launching within Eclipse, but not yet from the command line. The helpful VM arguments were: -Dorg.osgi.framework.system.packages.extra=[list of versioned packages exported by my 3rd party JARs] According to the documentation, the path to the

[equinox-dev] No SessionManager error when trying to initialize JSP in an Equinox / embedded Jetty environment

2010-09-13 Thread Vijay Sundaram
Hi: I am embedding Jetty in Equinox and am struggling to get JSPs to work. Note, I am trying to implement this using the extension registry (e.g. plugin.xml). I have read a handful of threads on this topic but have had no luck tracking down the specific issue I have: The JSP engine is able to

Re: [equinox-dev] List of installable units or log - using p2 director to automate Subclipse, M2eclipse, and M2eclipse Extra for OpenMRS developers

2010-09-13 Thread misha680
Thank you. That is quite helpful. I was unable to see the installed bundles using my find . -exec grep ... {} \; commands as these files are gzipped. Again thank you so much! Misha Pascal Rapicault-3 wrote: A complete list of all the IUs that have been installed is available in the most

Re: [equinox-dev] No SessionManager error when trying to initialize JSP in an Equinox / embedded Jetty environment

2010-09-13 Thread Simon Kaegi
Hi Vijay, It looks like you're using the Jetty 7 integration which appears to have a bug in it. I've open a bug on your behalf here. https://bugs.eclipse.org/bugs/show_bug.cgi?id=325184 -Simon | | From: | |

Re: [equinox-dev] No SessionManager error when trying to initialize JSP in an Equinox / embedded Jetty environment

2010-09-13 Thread Vijay Sundaram
Simon: OK that explains a lot. Thanks for getting this ball rolling. Any sense for how long a fix may take? Are there are any workarounds we could employ just to get things working in the interim? We have some flexibility with our setup, though as always the less changes the better. Thanks