<?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>news.eclipse.technology.aperi</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/maillist.html</link>
		<description>NewsGroup: news.eclipse.technology.aperi</description>
		<language>en-us</language>
		<pubDate>Mon, 02 Mar 2009 16:53:41 GMT</pubDate>
		<lastBuildDate>Mon, 02 Mar 2009 16:53:41 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>news.eclipse.technology.aperi</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.technology.aperi] Group closing</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00119.html</link>
		<description>With the closure of the Aperi project this list has been closed to new posting and will be archived at midnight. -Webmaster. </description>
		<content:encoded><![CDATA[<tt>With the closure of the Aperi project this list has been closed to new 
posting and will be archived at midnight.</tt><br>
<br>
<pre style="margin: 0em;">-Webmaster.</pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 02 Mar 2009 16:41:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00119.html</guid>
		<author>webmaster@xxxxxxx (Eclipse Webmaster)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Problem about Aperi connecting to	the storage server</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00118.html</link>
		<description>Dear, I'm using the Aperi in my project, and I have a few questions about Aperi: 1. In your project, what is your server and it means what does Aperi connect to? In my project, I use OpenPegasus to develop provider, now the connection between Aperi and Ope...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Dear,</pre><br>
<tt>  I'm using the Aperi in my project, and I have a few questions about 
Aperi:</tt><br>
<br>
<tt>1. In your project, what is your server and it means what does Aperi 
connect to? In my project, I use OpenPegasus to develop provider, now the 
connection between Aperi and OpenPegasus has some problems, when I Add 
CIMOM in the Aperi, there will be an error and the error message is :</tt><br>
<br>
<pre style="margin: 0em;"><br>2/17/09 5:52:35 PM GEN0018I: Response received from host &lt;localhost&gt;:</pre><br>
<tt>               PM GUI8101I: Connection test to CIMOM dsf FAILED due to 
UNKNOWN</tt><br>
<br>
<tt>2/17/09 5:52:35 PM GEN7071I: Above error occurred sending 
Request(org.eclipse.aperi.server.svp.GuiSvp,org.eclipse.aperi.server.handler.gui.cimom.CIMOMMgmtAddCIMOMsHandler)</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<tt>so I want to know whether using the OpenPegasus as the server of Aperi is 
ok? </tt><br>
<br>
<tt>    2. When using Aperi to connect the server, does Aperi project need to 
be developed again, or I just need to develop the provider?</tt><br>
<br>
<tt>    Looking forward for your replay, and I will appreciate your help, 
thank you very much!</tt><br>
<br>
<pre style="margin: 0em;"><br>Best regards
Manli Qi</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 19 Feb 2009 03:19:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00118.html</guid>
		<author>qimanli2004@xxxxxxx (Manli Qi)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Running Aperi in the IDE Issues</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00117.html</link>
		<description>I am tasked with evaluating Aperi as well as determining what it takes to develop a plugin. I have been following some instructions I have found at http://wiki.eclipse.org/index.php/Aperi/build/dev-env to create a Windows environment to be able to run Aper...</description>
		<content:encoded><![CDATA[<tt><br>I am tasked with evaluating Aperi as well as determining what it takes to 
develop a plugin. I have been following some instructions I have found at 
<a  href="http://wiki.eclipse.org/index.php/Aperi/build/dev-env">http://wiki.eclipse.org/index.php/Aperi/build/dev-env</a> to create a Windows 
environment to be able to run Aperi in Debug mode.</tt><br>
<br>
<tt>That being said, I have been struggling to make the instructions work as 
documented.  I find that I have problems within the source with relative 
paths, resolving Bundles, and missing files (e.g. searchReplace.config).  
Another example is that I had to change the aperi.psf file to point to a 
proxy to Import the source.</tt><br>
<br>
<tt>I had to modify download3rdParty.xml files to resolve issues.  I also had 
to modify the ConfigureAperi.java to get the ConfigureAperiIDE to run.</tt><br>
<br>
<tt>I am losing confidence.  If I do get this to run ( as a result of my 
changes) and then see some problem, I will not know if I have broken 
something as a result of the decisions that I have made to resolve the 
issues I encountered.  </tt><br>
<br>
<pre style="margin: 0em;">Is my experience normal or am I likely not doing something correctly?
Are there newer instructions that match the current project?</pre><br>
<tt>I know this is a general set of questions, but I would appreciate some 
guidance as I try to move forward.</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 14 Jan 2009 16:25:38 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00117.html</guid>
		<author>Dan.Keiper@xxxxxxx (Dan Keiper)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Need help with SAN Simulator</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00116.html</link>
		<description>Hi All, I installed the SAN Simulator. When I try to create a device , I get the error message at 40% of MOF compilation. ********************************************************* Starting up the CIMOM ******************************************************...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi All,</pre><br>
<tt>I installed the SAN Simulator. When I try to create a device , I get the 
error message at 40% of MOF compilation.</tt><br>
<br>
<pre style="margin: 0em;">*********************************************************
Starting up the CIMOM
*********************************************************</pre><br>
<tt>C:\DEV1&gt;&quot;C:\Sun\SDK\bin\java&quot; -classpath 
C:\DEV1\wbemservices\cimom\lib\wbemstar<br>
tup.jar;C:\DEV1\lib\simulator.jar;C:\DEV1\lib\db2java.zip;C:\DEV1\wbemservices\l<br>
ib\wbem.jar;C:\DEV1\wbemservices\cimom\lib\cimom.jar;C:\DEV1\wbemservices\cimom\<br>
lib\cimrepository.jar;C:\DEV1\lib\sblimCIMClient.jar;C:\DEV1\lib\db2jcc.jar;C:\D<br>
EV1\lib\db2jcc_license_cisuz.jar;C:\DEV1\lib\db2jcc_license_cu.jar 
-Xmx128m -Dja<br>
va.security.manager 
-Djava.security.policy=C:\DEV1\wbemservices\cimom\bin\cimom.<br>
policy -DBaseDir=C:\DEV1\wbemservices 
-Dpropdir=C:\DEV1\wbemservices\cimom\bin -<br>
Dlogdir=C:\DEV1\wbemservices\cimom\logr 
org.wbemservices.wbem.bootstrap.StartWBE<br>
MServices C:\DEV1\wbemservices\cimom\bin\WBEMServices_Win32.properties<br>
'&quot;C:\Sun\SDK\bin\java&quot;' is not recognized as an internal or external 
command,<br>
operable program or batch file.<br>
C:\DEV1&gt;</tt><br>
<br>
<tt><br>I went through the solution provided in your discussion forum about not 
having space and setting proper JAVA_HOME<br>
I tried to set the JAVA_HOME but I still get the error. </tt><br>
<br>
<pre style="margin: 0em;">CLASSPATH	.;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;C:\Sun\SDK\jdk\jre\	&lt;SYSTEM&gt;
JAVA_HOME	C:\Sun\SDK	&lt;SYSTEM&gt;
Path	%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Sun\SDK\jdk\bin	&lt;SYSTEM&gt;</pre><br>
<tt><br>I am sure i am messing up somewhere in the Environment variable but not 
sure which one.</tt><br>
<br>
<pre style="margin: 0em;">The version of Java Installed in my system is Java EE 5 SDK Update 1</pre><br>
<pre style="margin: 0em;">Regards
Shriya</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 29 Dec 2008 21:36:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00116.html</guid>
		<author>shriya_kripakaran@xxxxxxx (Shriya )</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Re: Problem to run Aperi 0.4.1</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00115.html</link>
		<description>Hello again, I have resolved the problem on my own. I had installed the JRE 1.6 because the installation instructions says: ?You must have Java Runtime Environment (JRE) 1.5 or higher installed on your machine.?. After I have removed JRE 1.6 and installed ...</description>
		<content:encoded><![CDATA[<tt>Hello again, </tt><br>
<br>
<tt>I have resolved the problem on my own. I had installed the JRE 1.6 because 
the installation instructions says: ?You must have Java Runtime 
Environment (JRE) 1.5 or higher installed on your machine.?. After I have 
removed JRE 1.6  and installed JRE 1.5 with update 16, Aperi works fine. </tt><br>
<br>
<pre style="margin: 0em;">Kind regard
Johannes Kraus</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 30 Oct 2008 16:18:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00115.html</guid>
		<author>JHNKRAUS@xxxxxxx (Johannes Kraus)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Problem Running Aperi with SAN	Simulator</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00114.html</link>
		<description>Trying to run Aperi with SAN Simulator version 0.4.1 on Windows XP Professional Version 2002 SP3. I was able to download and install everything without any problems. When Starting the Aperi Storage Manager 1) Start the database repository DB2 No Problem 2)...</description>
		<content:encoded><![CDATA[<tt>Trying to run Aperi with SAN Simulator version 0.4.1 on Windows XP 
Professional Version 2002 SP3.</tt><br>
<br>
<pre style="margin: 0em;">I was able to download and install everything without any problems.</pre><br>
<pre style="margin: 0em;">When Starting the Aperi Storage Manager
1) Start the database repository DB2       No Problem
2) Start the device server                 This will not start</pre><br>
<tt>Starting the device server I get this error in the dbtrace.log and in the 
DOS window.</tt><br>
<br>
<tt>Mon Oct 20 07:32:19 EDT 2008 
com.ibm.db2.jcc.b.gm: [jcc][t4][2057][11264][3.50.152] The application 
server rejected establishment of the connection.<br>
An attempt was made to access a database, Aperi, which was either not 
found or does not support transactions. ERRORCODE=-4499, SQLSTATE=08004<br>
     at com.ibm.db2.jcc.b.wc.a(wc.java:283)<br>
     at com.ibm.db2.jcc.b.wc.a(wc.java:319)<br>
     at com.ibm.db2.jcc.t4.bb.u(bb.java:1615)<br>
     at com.ibm.db2.jcc.t4.bb.n(bb.java:521)<br>
     at com.ibm.db2.jcc.t4.bb.a(bb.java:328)<br>
     at com.ibm.db2.jcc.t4.bb.a(bb.java:111)<br>
     at com.ibm.db2.jcc.t4.b.i(b.java:1358)<br>
     at com.ibm.db2.jcc.t4.b.b(b.java:1249)<br>
     at com.ibm.db2.jcc.t4.b.s(b.java:1020)<br>
     at com.ibm.db2.jcc.t4.b.c(b.java:632)<br>
     at com.ibm.db2.jcc.t4.b.b(b.java:618)<br>
     at com.ibm.db2.jcc.t4.b.a(b.java:360)<br>
     at com.ibm.db2.jcc.t4.b.&lt;init&gt;(b.java:298)<br>
     at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:193)<br>
     at 
org.eclipse.aperi.infrastructure.database.Database.getConnection(Database.java:278)<br>
     at 
org.eclipse.aperi.infrastructure.database.Database.getConnection(Database.java:245)<br>
     at 
org.eclipse.aperi.infrastructure.database.DBConnPoolDataSource$Pool.remove(DBConnPoolDataSource.java:310)<br>
     at 
org.eclipse.aperi.infrastructure.database.DBConnPoolDataSource.getPooledConnection(DBConnPoolDataSource.java:114)<br>
     at 
org.eclipse.aperi.internal.server.device.DeviceServerActivator.testDBConnection(DeviceServerActivator.java:182)<br>
     at 
org.eclipse.aperi.internal.server.device.DeviceServerActivator.initializeDBPoolConnection(DeviceServerActivator.java:130)<br>
     at 
org.eclipse.aperi.internal.server.device.DeviceServerActivator.start(DeviceServerActivator.java:55)<br>
     at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)<br>
     at java.security.AccessController.doPrivileged(Native Method)<br>
     at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)<br>
     at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)<br>
     at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)<br>
     at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)<br>
     at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)<br>
     at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)<br>
     at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)<br>
     at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)<br>
     at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)<br>
     at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)<br>
     at 
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)<br>
Mon Oct 20 07:32:19 EDT 2008 Leased connection count is 0</tt><br>
<br>
<pre style="margin: 0em;">Is there someone who knows what the problem is?</pre><br>
<pre style="margin: 0em;">Thanks.
Joseph C.</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 20 Oct 2008 13:44:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00114.html</guid>
		<author>Joseph.Closs@xxxxxxx (Joseph Closs)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Problem to run Aperi 0.4.1</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00113.html</link>
		<description>Hello Aperians, I have a few problems to get Aperi to run. I run Aperi on Windows XP SP2 and have downloaded version 0.4.1. After the installation (which I have done like the description on http://www.eclipse.org/aperi/documentation/r4/install.php with der...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello Aperians,</pre><br>
<tt>I have a few problems to get Aperi to run. I run Aperi on Windows XP SP2 
and have downloaded version 0.4.1. After the installation (which I have 
done like the description on 
<a  href="http://www.eclipse.org/aperi/documentation/r4/install.php">http://www.eclipse.org/aperi/documentation/r4/install.php</a> with derby as 
database repository), I get an error, when I run the aperi.bat (the error 
occurred in the agent\agent.bat):<br>
Exception in thread &quot;SANAgentHostQuery&quot; java.lang.LinkageError: loader 
constraint violation: loader (instance of 
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously 
initiated loading for a different type with name 
&quot;javax/activation/DataHandler&quot;<br>
	at java.lang.ClassLoader.defineClass1(Native Method)<br>
	at java.lang.ClassLoader.defineClass(Unknown Source)<br>
	at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:161)<br>
	at 
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:501)<br>
	at 
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:471)<br>
	at 
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:430)<br>
	at 
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:413)<br>
	at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)<br>
	at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)<br>
	at java.lang.ClassLoader.loadClass(Unknown Source)<br>
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)<br>
	at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:421)<br>
	at org.apache.soap.rpc.SOAPContext.writeTo(SOAPContext.java:514)<br>
	at 
org.apache.soap.transport.TransportMessage.save(TransportMessage.java:308)<br>
	at 
org.eclipse.aperi.connector.internal.client.SOAPConnection.send(SOAPConnection.java:63)<br>
	at org.apache.soap.rpc.Call.invoke(Call.java:248)<br>
	at 
org.eclipse.aperi.connector.internal.client.SoapClient.invoke(SoapClient.java:110)<br>
	at 
org.eclipse.aperi.connector.internal.client.SoapServiceProxy.invoke(SoapServiceProxy.java:55)<br>
	at $Proxy1.agentHeartbeat(Unknown Source)<br>
	at org.eclipse.aperi.agent.hostquery.HostQuery.run(HostQuery.java:269)<br>
	at java.lang.Thread.run(Unknown Source)</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt><br>When I start the gui/AperiRcpGui.exe there pops up a ?Progress 
Information? window with the message ?Getting services for localhost...?, 
after that an Error Message appears: </tt><br>
<br>
<pre style="margin: 0em;">Error --
Server: localhost         Status: 24
14.09:33:16 SRV0024E: The requested service provider has been shutdown.</pre><br>
<tt><br>When I click the ?OK? button, Aperi crashed. </tt><br>
<br>
<pre style="margin: 0em;">Any ideas?</pre><br>
<pre style="margin: 0em;">Kind regards
Johannes</pre><br>
<br>
]]></content:encoded>
		<pubDate>Tue, 14 Oct 2008 08:31:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00113.html</guid>
		<author>JHNKRAUS@xxxxxxx (Johannes Kraus)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Installation on SLES10@x86_64</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00112.html</link>
		<description>Can this type of discussion be posted here?, I used nntp on the old days like the forums of present, but the topics I found seem like announcements only... Regards, Ciro </description>
		<content:encoded><![CDATA[<pre>Can this type of discussion be posted here?, I used nntp on the old days 
like the forums of present, but the topics I found seem like announcements 
only...

Regards,
Ciro 



</pre>]]></content:encoded>
		<pubDate>Tue, 19 Aug 2008 13:24:20 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00112.html</guid>
		<author>cyruspy@xxxxxxx (Ciro Iriarte)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] Silent Install</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00111.html</link>
		<description>Is it possible to perform a silent install(no GUI)? If so how, it does not seem to be documented. Thanks, Colin. </description>
		<content:encoded><![CDATA[<tt>Is it possible to perform a silent install(no GUI)? If so how, it does not 
seem to be documented.</tt><br>
<br>
<pre style="margin: 0em;">Thanks,
Colin.</pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 21 Jul 2008 09:19:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00111.html</guid>
		<author>colin.foreman@xxxxxxx (Colin)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.aperi] excellent cash income - for real!!</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00110.html</link>
		<description>EXCELLENT CASH INCOME BUT -------------------------------------------------------------------------------- La mejor forma de ver y encontrar im&amp;#xE1;genes en internet Live.com -------------------------------------------------------------------------------- 1;Ga...</description>
		<content:encoded><![CDATA[EXCELLENT CASH INCOME BUT -------------------------------------------------------------------------------- La mejor forma de ver y encontrar im&amp;#xE1;genes en internet Live.com -------------------------------------------------------------------------------- 1;Ga...]]></content:encoded>
		<pubDate>Wed, 06 Feb 2008 19:54:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.aperi/msg00110.html</guid>
		<author>z.armstrong@xxxxxxx (sara)</author>
	</item>

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