<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>equinox-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/maillist.html</link>
		<description>equinox-dev</description>
		<language>en-us</language>
		<pubDate>Sun, 20 May 2012 06:30:19 GMT</pubDate>
		<lastBuildDate>Sun, 20 May 2012 06:30:19 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>equinox-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[equinox-dev] Configure p2 Repository Managers to connect to HTTPS repository(-ies) with client certificate(s) programmatically</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07168.html</link>
		<description>Hello All, I'd like to configure p2 repository managers to connect to HTTPS repositories (Apache + client certificates). There are several methods available to load repositories: public IMetadataRepository loadRepository(URI location, IProgressMonitor moni...</description>
		<content:encoded><![CDATA[<pre>Hello All,

I'd like to configure p2 repository managers to connect to HTTPS
repositories (Apache + client certificates).

There are several methods available to load repositories:

public IMetadataRepository loadRepository(URI location,
IProgressMonitor monitor) throws ProvisionException,
OperationCanceledException;
public IMetadataRepository loadRepository(URI location, int flags,
IProgressMonitor monitor) throws ProvisionException,
OperationCanceledException;
public IArtifactRepository loadRepository(URI location,
IProgressMonitor monitor) throws ProvisionException;
public IArtifactRepository loadRepository(URI location, int flags,
IProgressMonitor monitor) throws ProvisionException;

With &quot;location&quot; parameter I can provide URI to HTTPS server.
How can I provide paths to key-stores/trust-stores that contain client
and CA certificates? I don't like to use global key-stores for Java
process.

Thanks in advance.

Best regards,
Dmytro Pishchukhin

</pre>]]></content:encoded>
		<pubDate>Sun, 20 May 2012 06:28:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07168.html</guid>
		<author>dmytro.pishchukhin@xxxxxxx (Dmytro Pishchukhin)</author>
	</item>


	<item>
		<title>[equinox-dev] Eclipse and Equinox Juno RC1 now available</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07167.html</link>
		<description> p2 repo http://download.eclipse.org/eclipse/updates/4.2milestones Eclipse Downloads http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/ Equinox Downloads http://download.eclipse.org/equinox/drops/S-3.8RC1-201205182145/ </description>
		<content:encoded><![CDATA[
<p><font size="3" face="serif">p2 repo </font><font size="3" color="#0000FF" face="serif"><u><br>
<a href="http://download.eclipse.org/eclipse/updates/4.2milestones">http://download.eclipse.org/eclipse/updates/4.2milestones</a></u></font><br>
<br>
<font size="3" face="serif">Eclipse Downloads </font><br>
<font size="3" color="#0000FF" face="serif"><u><a href="http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/">http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/</a></u></font><br>
<font size="3" face="serif"><br>
Equinox Downloads</font><br>
<font size="3" face="serif"><a href="http://download.eclipse.org/equinox/drops/S-3.8RC1-201205182145/">http://download.eclipse.org/equinox/drops/S-3.8RC1-201205182145/</a></font><font size="3" face="serif"><br>
</font><br>
<br>
]]></content:encoded>
		<pubDate>Sat, 19 May 2012 22:46:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07167.html</guid>
		<author>david_williams@xxxxxxx (David M Williams)</author>
	</item>


	<item>
		<title>[equinox-dev] Package uses conflict: Import-Package</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07166.html</link>
		<description>I am trying to convert a legacy project to OSGi. I am getting conflicts and I am having trouble resolving them. I read http://njbartlett.name/2011/02/09/uses-constraints.html but it isn't helping. Digging down one level on the packages I only see a few pac...</description>
		<content:encoded><![CDATA[<pre>I am trying to convert a legacy project to OSGi.
I am getting conflicts and I am having trouble resolving them.
I read <a  href="http://njbartlett.name/2011/02/09/uses-constraints.html">http://njbartlett.name/2011/02/09/uses-constraints.html</a>
but it isn't helping.  Digging down one level on the packages
I only see a few packages with more than one export listed (see below),
and the exports show the identical version and source - I don't
understand why they would even be listed twice.  Can anyone help?
It seems there must be a better way to do this.
 
osgi&gt; diag 7
initial@reference:file:../../../.m2/repository/com/foobar/xx/xx-server/3.0.
0-RC1-SNAPSHOT/xx-server-3.0.0-RC1-SNAPSHOT.jar/ [7]
  Package uses conflict: Import-Package: com.foobar.common.dao;
version=&quot;[3.2.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx;
version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx.business;
version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package:
com.foobar.xx.business.xm.accumulate; version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx.currency;
version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx.store;
version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx.types.enterprise;
version=&quot;[3.0.0,4.0.0)&quot;
  Package uses conflict: Import-Package: com.foobar.xx.types.query;
version=&quot;[3.0.0,4.0.0)&quot;

...

osgi&gt; packages javax.sql
javax.sql; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  com.mysql.jdbc_5.1.14 [12] imports
javax.sql; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  com.mysql.jdbc_5.1.14 [12] imports

osgi&gt; packages javax.swing
javax.swing; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.springsource.org.antlr.stringtemplate_3.2.0 [15] imports
  com.springsource.org.apache.log4j_1.2.15 [22] imports
javax.swing; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.springsource.org.antlr.stringtemplate_3.2.0 [15] imports
  com.springsource.org.apache.log4j_1.2.15 [22] imports

osgi&gt; packages javax.swing.tree
javax.swing.tree; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415
[0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  com.springsource.org.antlr.stringtemplate_3.2.0 [15] imports
  com.springsource.org.apache.log4j_1.2.15 [22] imports
javax.swing.tree; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415
[0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  com.springsource.org.antlr.stringtemplate_3.2.0 [15] imports
  com.springsource.org.apache.log4j_1.2.15 [22] imports

osgi&gt; packages javax.xml.bind
javax.xml.bind; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  org.springframework.web_3.1.0.RELEASE [35] imports
javax.xml.bind; version=&quot;0.0.0&quot;&lt;org.eclipse.osgi_3.7.2.v20120110-1415 [0]&gt;
  com.foobar.common.foobar-common_3.2.34.SNAPSHOT [1] imports
  com.foobar.xx.common_3.0.0.RC1-SNAPSHOT [6] imports
  org.springframework.web_3.1.0.RELEASE [35] imports

Thanks,
Dan



</pre>]]></content:encoded>
		<pubDate>Fri, 18 May 2012 17:13:48 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07166.html</guid>
		<author>DLipofsky@xxxxxxx (Dan Lipofsky)</author>
	</item>


	<item>
		<title>Re: [equinox-dev] Service Lookup by GUID very Slow -	the	Framework	Scalability</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07165.html</link>
		<description>Bug filed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865 From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Thomas WatsonSent: Thursday, May 10, 2012 11:50 AMTo: Equinox development mailing listSubject: Re: [...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } "><div class=WordSection1><p class=MsoPlainText>Bug filed: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865">https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865</a><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] <b>On Behalf Of </b>Thomas Watson<br><b>Sent:</b> Thursday, May 10, 2012 11:50 AM<br><b>To:</b> Equinox development mailing list<br><b>Subject:</b> Re: [equinox-dev] Service Lookup by GUID very Slow - the Framework Scalability<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p style='margin-bottom:12.0pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>I agree with Gunner. &nbsp;Please open a bug report and attach a test that we can reproduce with.</span><br><br><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Tom<br><br></span><br><br><img border=0 width=16 height=16 id="_x0000_i1025" src="" alt="Inactive hide details for Gunnar Wagenknecht ---05/10/2012 01:23:05 AM---Stanly,"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#424282'>Gunnar Wagenknecht ---05/10/2012 01:23:05 AM---Stanly,</span><o:p></o:p></p><table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%" style='width:100.0%'><tr><td width="1%" valign=top style='width:1.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=96 height=1 id="_x0000_i1026" src=""><o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:7.5pt;font-family:"Arial","sans-serif";color:#5F5F5F'>From:</span><o:p></o:p></p></td><td width="100%" valign=top style='width:100.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=1 height=1 id="_x0000_i1027" src=""><br><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>Gunnar Wagenknecht &lt;gunnar@xxxxxxxxxxxxxxx&gt;</span><o:p></o:p></p></td></tr><tr><td width="1%" valign=top style='width:1.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=96 height=1 id="_x0000_i1028" src=""><o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:7.5pt;font-family:"Arial","sans-serif";color:#5F5F5F'>To:</span><o:p></o:p></p></td><td width="100%" valign=top style='width:100.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=1 height=1 id="_x0000_i1029" src=""><br><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'><a href="mailto:equinox-dev@xxxxxxxxxxx">equinox-dev@xxxxxxxxxxx</a>, </span><o:p></o:p></p></td></tr><tr><td width="1%" valign=top style='width:1.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=96 height=1 id="_x0000_i1030" src=""><o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:7.5pt;font-family:"Arial","sans-serif";color:#5F5F5F'>Date:</span><o:p></o:p></p></td><td width="100%" valign=top style='width:100.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=1 height=1 id="_x0000_i1031" src=""><br><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>05/10/2012 01:23 AM</span><o:p></o:p></p></td></tr><tr><td width="1%" valign=top style='width:1.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=96 height=1 id="_x0000_i1032" src=""><o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:7.5pt;font-family:"Arial","sans-serif";color:#5F5F5F'>Subject:</span><o:p></o:p></p></td><td width="100%" valign=top style='width:100.0%;padding:0in 0in 0in 0in'><p class=MsoNormal><img border=0 width=1 height=1 id="_x0000_i1033" src=""><br><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>Re: [equinox-dev] Service Lookup by GUID very Slow - the Framework Scalability</span><o:p></o:p></p></td></tr></table><div class=MsoNormal><hr size=2 width="100%" noshade style='color:#8091A5' align=left></div><p class=MsoNormal style='margin-bottom:12.0pt'><br><br><br><tt><span style='font-size:10.0pt'>Stanly,</span></tt><span style='font-size:10.0pt;font-family:"Courier New"'><br><br><tt>Am 08.05.2012 20:18, schrieb <a href="mailto:Stanley_Poon@xxxxxxxx">Stanley_Poon@xxxxxxxx</a>:</tt><br><tt>&gt; But the exact same example runs 50X faster on the other two OSGi</tt><br><tt>&gt; runtime. Any thoughts? And we observed the other runtime used more</tt><br><tt>&gt; memory. Will they be using some indexing (in memory)?</tt><br><br><tt>I find your report very valuable. I think at this time the best thing is</tt><br><tt>to submit a bug and attach the sample project. The project should</tt><br><tt>contain all the code that is necessary to execute the test. This allows</tt><br><tt>the developers to look at the code and run the tests. Otherwise things</tt><br><tt>might get lost in between mails.</tt><br><br><tt>If Equinox is really 50x slower than two other frameworks then it looks</tt><br><tt>like there is room for improvement.</tt><br><br><tt>Thanks!</tt><br><br><tt>-Gunnar</tt><br><br><tt>-- </tt><br><tt>Gunnar Wagenknecht</tt><br><tt><a href="mailto:gunnar@xxxxxxxxxxxxxxx">gunnar@xxxxxxxxxxxxxxx</a></tt><br><tt><a href="http://wagenknecht.org/">http://wagenknecht.org/</a></tt><br><br><tt>_______________________________________________</tt><br><tt>equinox-dev mailing list</tt><br><tt><a href="mailto:equinox-dev@xxxxxxxxxxx">equinox-dev@xxxxxxxxxxx</a></tt><br><tt><a href="https://dev.eclipse.org/mailman/listinfo/equinox-dev">https://dev.eclipse.org/mailman/listinfo/equinox-dev</a></tt><br><br><br></span><o:p></o:p></p></div></td></tr></table><p><a href="gifKtXgS5a2gS.gif" ><img src="gifKtXgS5a2gS.gif" alt="GIF image"></a></p>
<p><a href="pngj95UWWS9ir.png" ><img src="pngj95UWWS9ir.png" alt="PNG image"></a></p>
<p><a href="pngnzP4CY6SNt.png" ><img src="pngnzP4CY6SNt.png" alt="PNG image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 23:08:37 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07165.html</guid>
		<author>Stanley_Poon@xxxxxxx (Stanley_Poon)</author>
	</item>
	<item>
		<title>Re: [equinox-dev] Service Lookup by GUID very Slow - the Framework Scalability</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07164.html</link>
		<description>Bug filed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865 See attachment to the bug for the code and bundle to reproduce the problem. You can simply drop the bundle and the activator will run the test. Thanks, Stanley -----Original Message----- From:...</description>
		<content:encoded><![CDATA[<pre>Bug filed: <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865">https://bugs.eclipse.org/bugs/show_bug.cgi?id=379865</a>

See attachment to the bug for the code and bundle to reproduce the problem. You can simply drop the bundle and the activator will run the test.

Thanks,
Stanley

-----Original Message-----
From: equinox-dev-bounces@xxxxxxxxxxx [<a  href="mailto:equinox-dev-bounces@xxxxxxxxxxx">mailto:equinox-dev-bounces@xxxxxxxxxxx</a>] On Behalf Of Gunnar Wagenknecht
Sent: Wednesday, May 09, 2012 11:22 PM
To: equinox-dev@xxxxxxxxxxx
Subject: Re: [equinox-dev] Service Lookup by GUID very Slow - the Framework Scalability

Stanly,

Am 08.05.2012 20:18, schrieb Stanley_Poon@xxxxxxxx:
&gt; But the exact same example runs 50X faster on the other two OSGi 
&gt; runtime. Any thoughts? And we observed the other runtime used more 
&gt; memory. Will they be using some indexing (in memory)?

I find your report very valuable. I think at this time the best thing is to submit a bug and attach the sample project. The project should contain all the code that is necessary to execute the test. This allows the developers to look at the code and run the tests. Otherwise things might get lost in between mails.

If Equinox is really 50x slower than two other frameworks then it looks like there is room for improvement.

Thanks!

-Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
<a  href="http://wagenknecht.org/">http://wagenknecht.org/</a>

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/equinox-dev">https://dev.eclipse.org/mailman/listinfo/equinox-dev</a>

</pre>]]></content:encoded>
		<pubDate>Thu, 17 May 2012 23:07:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07164.html</guid>
		<author>Stanley_Poon@xxxxxxx (Stanley_Poon)</author>
	</item>
	<item>
		<title>Re: [equinox-dev] Where to find templates/ and scripts/ historically from org.eclipse.equinox.servletbridge?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07163.html</link>
		<description>On Thu, May 17, 2012 at 10:57 AM, Dan Lipofsky &amp;lt;DLipofsky@xxxxxxxx&amp;gt; wrote:The SDK contains all the latest jars including the bridgeservlet code.[rotty@rotty-desktop TAR-BIN]$ ls -l equinox-SDK-3.7.2/plugins/*servletbridge*-rw-r--r-- 1 rotty rotty C2;8194 F...</description>
		<content:encoded><![CDATA[<br><br><div class="gmail_quote">On Thu, May 17, 2012 at 10:57 AM, Dan Lipofsky <span dir="ltr">&lt;<a href="mailto:DLipofsky@xxxxxxxx" target="_blank">DLipofsky@xxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word;color:rgb(41,73,130);font-size:13px;font-family:Arial,sans-serif"><div><div><div>See my email yesterday &#xE2; I did get servletbridge running with the instructions at</div></div></div><div><a href="http://eclipse.dzone.com/articles/embedding-osgi-tomcat" target="_blank">http://eclipse.dzone.com/articles/embedding-osgi-tomcat</a></div>
<div>but it is really old, the binaries date to 2007. &#xC2;As far as I can no</div><div>work has been done on this project since then. &#xC2;I wish I could get this</div><div>working with a newer version of OSGi but I couldn&#39;t.</div>
</div></blockquote><div><br>The SDK contains all the latest jars including the bridgeservlet code.</div><div><br></div><div><div>[rotty@rotty-desktop TAR-BIN]$ ls -l equinox-SDK-3.7.2/plugins/*servletbridge*</div><div>-rw-r--r-- 1 rotty rotty &#xC2;8194 Feb &#xC2;8 13:52 equinox-SDK-3.7.2/plugins/org.eclipse.equinox.http.servletbridge_1.0.200.v20100503.jar</div>
<div>-rw-r--r-- 1 rotty rotty &#xC2;7463 Feb &#xC2;8 13:52 equinox-SDK-3.7.2/plugins/org.eclipse.equinox.http.servletbridge.source_1.0.200.v20100503.jar</div><div>-rw-r--r-- 1 rotty rotty 41566 Feb &#xC2;8 13:52 equinox-SDK-3.7.2/plugins/org.eclipse.equinox.servletbridge_1.2.100.v20110502.jar</div>
<div>-rw-r--r-- 1 rotty rotty &#xC2;5855 Feb &#xC2;8 13:52 equinox-SDK-3.7.2/plugins/org.eclipse.equinox.servletbridge.extensionbundle_1.2.0.v20100503.jar</div><div>-rw-r--r-- 1 rotty rotty 22835 Feb &#xC2;8 13:52 equinox-SDK-3.7.2/plugins/org.eclipse.equinox.servletbridge.source_1.2.100.v20110502.jar</div>
</div><div><br></div></div><div>Hope that helps.</div><div><br></div>-- <br><span style="font-family:Helvetica"><a href="http://www.liferay.com/web/raymond.auge/profile" target="_blank"><font color="#999900"><b>Raymond Aug&#xC3;</b></font></a> <a href="http://twitter.com/#!/rotty3000" target="_blank"><img src=""></a>&#xC2;|&#xC2;</span><span style="font-family:Helvetica">Senior Software Architect |<font color="#999900">&#xC2;</font></span><a href="http://www.liferay.com" style="font-family:Helvetica" target="_blank"><font color="#999900"><b>Liferay, Inc.</b></font></a><span style="font-family:Helvetica">&#xC2;</span><font color="#666600" style="font-family:Helvetica"><a href="https://twitter.com/#!/liferay" target="_blank"><img src=""></a></font><div>
<p><font color="#404040">---</font></p><font size="1"><font face="&#39;courier new&#39;, monospace">25 Apr 2012</font>&#xC2;|&#xC2;Liferay Nordic Symposium&#xC2;|&#xC2;<a href="http://liferay.com/nordic2012" target="_blank">liferay.com/nordic2012</a>&#xC2;&#xC2;<font color="#cc0000">NEW!</font><br>
<font face="&#39;courier new&#39;, monospace">17 May 2012</font> |&#xC2;Liferay&#xC2;Budapest Symposium&#xC2;|&#xC2;<a href="http://liferay.com/budapest2012" target="_blank">liferay.com/budapest2012</a>&#xC2;&#xC2;<br><font face="&#39;courier new&#39;, monospace">23 May 2012</font> |&#xC2;Liferay&#xC2;France Symposium&#xC2;|&#xC2;<a href="http://liferay.com/france2012" target="_blank">liferay.com/france2012</a></font></div>
<span style="font-size:13px;background-color:rgb(255,255,255);color:rgb(64,64,64);font-family:Calibri,sans-serif"><span style="font-size:8pt;color:rgb(0,0,204)"></span></span><div><p></p><p></p></div><br>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 15:22:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07163.html</guid>
		<author>raymond.auge@xxxxxxx (Raymond Auge)</author>
	</item>
	<item>
		<title>Re: [equinox-dev] Where to find templates/ and scripts/ historically from org.eclipse.equinox.servletbridge?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07162.html</link>
		<description>See my email yesterday &amp;#x2013; I did get servletbridge running with the instructions athttp://eclipse.dzone.com/articles/embedding-osgi-tomcatbut it is really old, the binaries date to 2007.  As far as I can nowork has been done on this project since then. ;I wi...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style=""><div><div><div>See my email yesterday &#x2013; I did get servletbridge running with the instructions at</div></div></div><div><a href="http://eclipse.dzone.com/articles/embedding-osgi-tomcat">http://eclipse.dzone.com/articles/embedding-osgi-tomcat</a></div><div>but it is really old, the binaries date to 2007. &nbsp;As far as I can no</div><div>work has been done on this project since then. &nbsp;I wish I could get this</div><div>working with a newer version of OSGi but I couldn't.</div><div>Thanks,</div><div>Dan</div><div><br></div><span id="OLK_SRC_BODY_SECTION"><div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt"><span style="font-weight:bold">From: </span> Libor Jelinek &lt;<a href="mailto:ljelinek@xxxxxxxxxxx">ljelinek@xxxxxxxxxxx</a>&gt;<br><span style="font-weight:bold">Reply-To: </span> Equinox development mailing list &lt;<a href="mailto:equinox-dev@xxxxxxxxxxx">equinox-dev@xxxxxxxxxxx</a>&gt;<br><span style="font-weight:bold">To: </span> &quot;<a href="mailto:equinox-dev@xxxxxxxxxxx">equinox-dev@xxxxxxxxxxx</a>&quot; &lt;<a href="mailto:equinox-dev@xxxxxxxxxxx">equinox-dev@xxxxxxxxxxx</a>&gt;<br><span style="font-weight:bold">Subject: </span> Re: [equinox-dev] Where to find templates/ and scripts/	historically from org.eclipse.equinox.servletbridge?<br></div><div><br></div><div>Hello dear Equinox developers,</div><div>sorry for using your mailing list. I'm little (actually a lot) desperate from trying to really understand how to run servlet apps in Equinox bridged mode. I'm following&nbsp;<a href="http://eclipse.org/equinox/server/http_in_container.php" target="_blank">http://eclipse.org/equinox/server/http_in_container.php</a>&nbsp;page that contains a lot of out-dated or invalid links.</div><div><br></div><div>Above all I would like to ask where to find folders&nbsp;<font face="courier new,monospace">templates/</font>&nbsp;and&nbsp;<font face="courier new,monospace">scripts/</font>&nbsp;from&nbsp;<font face="courier new,monospace">org.eclipse.equinox.servletbridge</font>&nbsp;that are referred in tutorial above? These files in&nbsp;<a href="http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge/?root=RT_Project" target="_blank">http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge/?root=RT_Project</a>&nbsp;has been deleted as result of&nbsp;<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=291396" target="_blank">https://bugs.eclipse.org/bugs/show_bug.cgi?id=291396</a>.</div><div><br></div><div>From bug comments I can't realize where are located here. It's still too &quot;insider&quot; for me to understand right now :-( Thanks for your help!</div><div><br></div><div>Cheers</div><div>
Libor</div></span>
</td></tr></table>]]></content:encoded>
		<pubDate>Thu, 17 May 2012 14:57:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07162.html</guid>
		<author>DLipofsky@xxxxxxx (Dan Lipofsky)</author>
	</item>
	<item>
		<title>Re: [equinox-dev] Where to find templates/ and scripts/ historically from org.eclipse.equinox.servletbridge?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07161.html</link>
		<description>Most (all?) of Equinox has moved from CVS to Git. The current repositories can be found on git.eclipse.org, and you can browse the Euinox repos at:&amp;#xA0; &amp;#xA0;http://git.eclipse.org/c/equinox I&amp;#39;ve never tried using the servletbridge though, so that9;s as much help ...</description>
		<content:encoded><![CDATA[Most (all?) of Equinox has moved from CVS to Git. The current repositories can be found on <a href="http://git.eclipse.org">git.eclipse.org</a>, and you can browse the Euinox repos at:<div><br></div><div dir="ltr">&#xA0; &#xA0;<a href="http://git.eclipse.org/c/equinox">http://git.eclipse.org/c/equinox</a></div>
<div dir="ltr"><span class="Apple-style-span" style><br></span></div><div dir="ltr"><span class="Apple-style-span" style>I&#39;ve never tried using the servletbridge though, so that&#39;s as much help as I can provide :-/<span></span></span></div>
<div dir="ltr"><span class="Apple-style-span" style><br></span></div><div dir="ltr">Brian.<br></div><div dir="ltr"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

</blockquote></div>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 11:51:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07161.html</guid>
		<author>briandealwis@xxxxxxx (Brian de Alwis)</author>
	</item>
	<item>
		<title>Re: [equinox-dev] Where to find templates/ and scripts/	historically from org.eclipse.equinox.servletbridge?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07160.html</link>
		<description>Hello dear Equinox developers,sorry for using your mailing list. I&amp;#39;m little (actually a lot) desperate from trying to really understand how to run servlet apps in Equinox bridged mode. I&amp;#39;m following&amp;#xC2;http://eclipse.org/equinox/server/http_in_container.phpxC...</description>
		<content:encoded><![CDATA[<div>Hello dear Equinox developers,</div><div>sorry for using your mailing list. I&#39;m little (actually a lot) desperate from trying to really understand how to run servlet apps in Equinox bridged mode. I&#39;m following&#xC2;<a href="http://eclipse.org/equinox/server/http_in_container.php" target="_blank">http://eclipse.org/equinox/server/http_in_container.php</a>&#xC2;page that contains a lot of out-dated or invalid links.</div>

<div><br></div><div>Above all I would like to ask where to find folders&#xC2;<font face="&#39;courier new&#39;, monospace">templates/</font>&#xC2;and&#xC2;<font face="&#39;courier new&#39;, monospace">scripts/</font>&#xC2;from&#xC2;<font face="&#39;courier new&#39;, monospace">org.eclipse.equinox.servletbridge</font>&#xC2;that are referred in tutorial above? These files in&#xC2;<a href="http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge/?root=RT_Project" target="_blank">http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge/?root=RT_Project</a>&#xC2;has been deleted as result of&#xC2;<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=291396" target="_blank">https://bugs.eclipse.org/bugs/show_bug.cgi?id=291396</a>.</div>

<div><br></div><div>From bug comments I can&#39;t realize where are located here. It&#39;s still too &quot;insider&quot; for me to understand right now :-( Thanks for your help!</div><div><br></div><div>Cheers</div><div>
Libor</div>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 10:06:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07160.html</guid>
		<author>ljelinek@xxxxxxx (Libor Jelinek)</author>
	</item>


	<item>
		<title>[equinox-dev] Servlet Bridge</title>
		<link>http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07159.html</link>
		<description>I am trying to use servletbridge to get OSGi in tomcat as described at http://www.eclipse.org/equinox/server/http_in_container.php http://eclipse.dzone.com/articles/embedding-osgi-tomcat I got it to work using the pre-built bridge.war. However that was las...</description>
		<content:encoded><![CDATA[<pre>I am trying to use servletbridge to get OSGi in tomcat as described at

<a  href="http://www.eclipse.org/equinox/server/http_in_container.php">http://www.eclipse.org/equinox/server/http_in_container.php</a>
<a  href="http://eclipse.dzone.com/articles/embedding-osgi-tomcat">http://eclipse.dzone.com/articles/embedding-osgi-tomcat</a>

I got it to work using the pre-built bridge.war.
However that was last built in 2007.
I'd like to use a newer version of OSGi, so I tried to build my
own version of bridge.war with new OSGi but that didn't work.

The servletbridge JAR itself is still from 2007 so it is possible it
is not compatible with newer versions of OSGi.  Does anyone know about
this?  I couldn't find a newer servletbridge.  Does anyone know if one
exists or if this project is being maintained?

The JARs I tried to use were

org.eclipse.core.jobs-3.5.0.v20100515.jar
org.eclipse.equinox.common-3.6.0.v20100503.jar
org.eclipse.equinox.http.registry-1.0.0-v20070608.jar
org.eclipse.equinox.http.servlet-1.0.0-v20070606.jar
org.eclipse.equinox.http.servletbridge-1.0.0-v20070523.jar
org.eclipse.equinox.registry-3.5.0.v20100503.jar
org.eclipse.osgi-3.6.0.v20100517.jar
org.eclipse.osgi.services-3.2.100.v20100503.jar
org.eclipse.update.configurator-3.2.100-v20070615.jar

and the error looked like

May 16, 2012 3:06:19 PM org.apache.catalina.core.ApplicationContext log
SEVERE: StandardWrapper.Throwable
java.lang.RuntimeException: Could not find framework
at 
org.eclipse.equinox.servletbridge.FrameworkLauncher.buildInitialPropertyMap
(FrameworkLauncher.java:288)
at 
org.eclipse.equinox.servletbridge.FrameworkLauncher.start(FrameworkLauncher
.java:200)
at 
org.eclipse.equinox.servletbridge.BridgeServlet.init(BridgeServlet.java:63)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1
206)
...


Thanks,
Dan


</pre>]]></content:encoded>
		<pubDate>Wed, 16 May 2012 21:19:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07159.html</guid>
		<author>DLipofsky@xxxxxxx (Dan Lipofsky)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

