You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
(4) |
Feb
(8) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
(2) |
Dec
(4) |
2008 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Greger O. <gre...@ma...> - 2004-02-02 17:57:01
|
Great! I'll add this. You can also send me the patches you've made, and I'll introduce them in the code base. Thanks, Greger. -----Ursprungligt meddelande----- Fr=E5n: xml...@li... [mailto:xml...@li...] F=F6r Doug = Orleans Skickat: den 31 januari 2004 16:01 Till: xml...@li... =C4mne: Re: [Xmlrpc-developers] What's up? Doug Orleans writes: > Right now, I'm having some trouble building the library using Ant with > the build.xml file. I'm guessing you usually use JBuilder, but it > would be nice if Ant worked as well. The first problem I run into is > that the word "Marqu=E9e" (in a comment) causes an error: >=20 > BUILD FAILED > Error reading project file /usr/local/xmlrpc/build.xml: Invalid byte 2 of 3-byte UTF-8 sequence. I just figured out how to fix this: make the first line of build.xml <?xml version=3D"1.0" encoding=3D"ISO-8859-1"?> This goes for javadoc.xml also. --...@pl... ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xmlrpc-developers mailing list Xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers |
From: Doug O. <do...@pl...> - 2004-01-31 15:01:36
|
Doug Orleans writes: > Right now, I'm having some trouble building the library using Ant with= > the build.xml file. I'm guessing you usually use JBuilder, but it > would be nice if Ant worked as well. The first problem I run into is > that the word "Marqu=E9e" (in a comment) causes an error: > = > BUILD FAILED > Error reading project file /usr/local/xmlrpc/build.xml: Invalid byte= 2 of 3-byte UTF-8 sequence. I just figured out how to fix this: make the first line of build.xml <?xml version=3D"1.0" encoding=3D"ISO-8859-1"?> This goes for javadoc.xml also. --...@pl... |
From: Doug O. <do...@pl...> - 2004-01-31 12:59:26
|
Greger Ohlson writes: > I'm afraid that introducing changes in the interfaces is not very > popular, so I guess we will select the changes that will not break > any existing clients. Just curious, how many existing clients are there? How widely used is the Marqu=E9e XML-RPC library? > If you like, I'll give you developer access to the CVS and you may > feel free to incorporate your changes directly. I'm still just getting my feet wet, so I don't really feel confident enough to directly change the CVS tree. I'd feel more comfortable sending you my patches so that you can double-check them first. Thanks for the offer, though. Right now, I'm having some trouble building the library using Ant with the build.xml file. I'm guessing you usually use JBuilder, but it would be nice if Ant worked as well. The first problem I run into is that the word "Marqu=E9e" (in a comment) causes an error: BUILD FAILED Error reading project file /usr/local/xmlrpc/build.xml: Invalid byte 2 = of 3-byte UTF-8 sequence. When I change it to "Marquee" it gets past this problem. I thought perhaps I was using an outdated version of Ant, but I just installed Ant 1.6.1beta1 and I still get that message. Is there some command-line argument to get Ant to read Latin-1 characters? Maybe I should be pursuing this on the Ant mailing list... I just was wondering how nobody else ran into this. Once I fix that problem, I get some javac compile errors. It can't find the junit package, so I guess I need to install that; it also can't find a class named "HttpServlet", but I have no idea where that's supposed to come from since it's not mentioned in the import statements (in the file testing/ServletExample.java). Are there any other external files I need to install before I can build? Thanks for your help, --Doug Orleans do...@pl... |
From: Greger O. <gre...@ma...> - 2004-01-30 23:04:50
|
Hi Doug, Nice hearing from you. You're very welcome to send any patches to the library that you have made. We have made several changes to the library ourselves but have yet to decide which changes should be incorporated into the official library, since they are not all backward compatible. I'm afraid that introducing changes in the interfaces is not very popular, so I guess we will select the changes that will not break any existing clients. In this case, the HTTP code is pretty much untouched, so your pacthes will probably merge pretty painlessly. If you like, I'll give you developer access to the CVS and you may feel free to incorporate your changes directly. Regards, Greger Ohlson -----Ursprungligt meddelande----- Fr=E5n: xml...@li... [mailto:xml...@li...] F=F6r Doug = Orleans Skickat: den 30 januari 2004 23:01 Till: xml...@li... =C4mne: [Xmlrpc-developers] What's up? Just curious, what are the current plans for a new release of the Marqu=E9e XML-RPC library? There are some posts dated September 2003 that say a new release is coming, but I haven't seen any traffic since then. I'm considering writing a Jabber-RPC library, and I'd like to use the Marqu=E9e library to do it because it seems nicer in many ways than the Apache XML-RPC library. Unfortunately, there are some things that are hardcoded to use HTTP, and they're not sufficiently factored out that I could just make a subclass and override things. My current plan is to modify the Marqu=E9e code to refactor out the HTTP dependencies, and then send you the patches. What I'm wondering is, is this something you've already worked on? Will the patches I send you be useless because the code has changed so much since 1.3? Thanks, --Doug Orleans do...@pl... ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Xmlrpc-developers mailing list Xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers |
From: Doug O. <do...@pl...> - 2004-01-30 22:02:19
|
Just curious, what are the current plans for a new release of the Marqu=E9e XML-RPC library? There are some posts dated September 2003 that say a new release is coming, but I haven't seen any traffic since then. I'm considering writing a Jabber-RPC library, and I'd like to use the Marqu=E9e library to do it because it seems nicer in many ways than the Apache XML-RPC library. Unfortunately, there are some things that are hardcoded to use HTTP, and they're not sufficiently factored out that I could just make a subclass and override things. My current plan is to modify the Marqu=E9e code to refactor out the HTTP dependencies, and then send you the patches. What I'm wondering is, is this something you've already worked on? Will the patches I send you be useless because the code has changed so much since 1.3? Thanks, --Doug Orleans do...@pl... |
From: Nathan L. <na...@pu...> - 2003-07-02 16:25:18
|
I have attached 3 patch files ssl.patch allows the use of SSLSockets default patch allows for the you to add a handler with the name "$default" to be used when only the method name is present (without a dot) escape.patch completes the character escaping (including using &#nnn; for characters > 127) -- Nathan E. Lipke Senior Developer -- Pure Matrix Inc. Phone: (303) 245-1045 x117 Web: http://www.purematrix.com |
From: <Stu...@gm...> - 2003-06-25 13:01:42
|
<html> <head> <meta http-equiv=3D"Content-Language" content=3D"it"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-= 1252"> <meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4.0"> <meta name=3D"ProgId" content=3D"FrontPage.Editor.Document"> <title>Nuova pagina 1</title> </head> <body bgcolor=3D"#FF0000" text=3D"#FFFFFF" link=3D"#FFFF00" vlink=3D"#00FF= FF" alink=3D"#FFFFFF"> <div align=3D"center"> <center> <table border=3D"0" cellpadding=3D"3" cellspacing=3D"3"> <tr> <td> <p align=3D"center"><a href=3D"http://www.geocities.com/strangle39= 953/"> <img border=3D"0" src=3D"http://www.geocities.com/montana86305/t05= jpg"></a><br> <font face=3D"Arial Black" size=3D"2"><b><a href=3D"http://www.geo= cities.com/franklin04499/"><font color=3D"#FFFF00"> FOR YOU ONLY</font></a></b></font></td> <td><p><font face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFF= FF">Hello friends,<br> </font></b></font><b><font face=3D"Arial Black" color=3D"#FFFFFF" = size=3D"2">I do it just to satisfate my pleasure, not for money!</font></b><fon= t face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFFFF"><br> ASK ME ANYTHING YOU LIKE! THERE IS NO LIMIT!<br> <a href=3D"http://www.geocities.com/tanguy60311/"> TRY IF I AM ON LINE<br> </a>Meet me on line when you have time!</font></b></font><b><font = face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2"><br> Giusy85</font></b></p> </td> </tr> </table> </center> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><b><font face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2">Are you not = interested?<br> </font><a href=3D"mailto:dzo...@gm..."><font face=3D"Arial Black" = color=3D"#FFFFFF" size=3D"1"> Leave</font></a></b></p> <p><b><font face=3D"Arial Black"><br> </font></b></p> <p> </p> <p> </p> </body> </html>mhocotfe pichu |
From: Paolo C. <pa...@mi...> - 2003-06-16 13:15:48
|
Hi all This project (or certainly its list) seems pretty dead, however, you might find this of some use if you're tied into using it. XmlRpcValue's method processCharacterData does not trap most errors. This makes it somehow possible to crash your entire Marquee server by various means, e.g. by passing it an integer which is too large. When crashed in this way, the server (or rather, the thread in question) never comes back. I think this might be because the untrapped exception is passed back into MinML, which then croaks, but I haven't looked at it too closely. Anyway, one solution is to catch exceptions in processCharacterData(), which gets you some NullPointerExceptions instead, but leaves your server running. Bye Paolo |
From: san<sa...@am...> - 2003-04-05 21:54:43
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0125)file://C:\Documents%20and%20Settings\Administrator\Local%20Settings\Temporary%20Internet%20Files\Content.IE5\LOGQL34N\ad2.htm --> <!-- saved from url=(0022)http://internet.e-mail --><HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"> <META content="MSHTML 5.50.4922.900" name=GENERATOR></HEAD> <BODY> <DIV style="BACKGROUND-COLOR: #ffffff"> <DIV> <DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>Dear Fellow Networker,</FONT> </FONT></FONT></FONT> <P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>Let's get this straight, <FONT color=#ff0000><EM>the only way</EM></FONT> <EM><FONT color=#ff0000>you can make money</FONT></EM> on</FONT></FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>the Web...<FONT color=#ff0000>Bulk E-mail</FONT>. Legal, ethical, and responsible Bulk <BR>E-mail (<EM>not spamming</EM>) can make you rich! It applies whether <BR>you're an Australian, Asian, European or American.</FONT></FONT></FONT></FONT> </P></DIV></DIV></DIV></DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT color=#ff0000>Bulk Email Is Not Spam</FONT>.....The Law says so. Only fear keeps <BR>you from getting FREE, TARGETED LEADS at will.</FONT></FONT></FONT></FONT></FONT></P> <DIV style="BACKGROUND-COLOR: #ffffff"> <DIV> <DIV> <DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT color=#000080><STRONG>I will show you :</STRONG></FONT></FONT></FONT></FONT> </P></DIV></DIV></DIV></DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>* The <FONT color=#000080><STRONG>Secrets Used By MasterCard, Polaroid, AOL</STRONG></FONT></FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>* How to <FONT color=#000080><STRONG>Send Bulk Email Safely</STRONG></FONT></FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>* Free Software to <FONT color=#000080><STRONG>Harvest Targeted E-mails</STRONG></FONT><BR>* Free Software to <FONT color=#000080><STRONG>Bulk Mail that will bypass your ISP</STRONG></FONT></FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>and much much more</FONT></FONT></FONT> <FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2> </FONT></FONT></FONT> </P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>+++++++++++++++++++++++++++++++++++++++++++++++</FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><STRONG>I seek your permission</STRONG> to send you the<FONT face=Arial size=2> **FREE** new booklet, <BR><STRONG><FONT color=#ff0000>"The Untold Secrets to Wealth on the Web"</FONT></STRONG> today.</FONT></FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>+++++++++++++++++++++++++++++++++++++++++++++++</FONT></FONT></FONT> <BR><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT size=1>If you're not </FONT></FONT><FONT face=Arial size=1>interested, please go to the end of this email & click remove.</FONT></FONT></FONT></FONT> </P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2>Get your message to the millions of people on the Web who <BR>need or want your service & product. </FONT></FONT></FONT></FONT></P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial><FONT size=2>************************************************************************<BR><STRONG><FONT color=#000080><EM>I like you <U>could never get enough traffic/hits to my site</U>. <BR>I tried everything from <FONT color=#ff0000>FFAs </FONT>to <FONT color=#ff0000>search engines </FONT>& even <FONT color=#ff0000>Leads</FONT><BR>which didn't work at all !</EM> <BR></FONT></STRONG>***********************************************************************</FONT></FONT></FONT></FONT></FONT></FONT></FONT> </P> <DIV style="BACKGROUND-COLOR: #ffffff"> <DIV> <DIV> <DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT size=3><STRONG><FONT color=#ff0000>Act Now !</FONT> </STRONG></FONT></FONT></FONT></FONT><FONT size=2>Get your the Secrets:</FONT><BR> </DIV></DIV></DIV></DIV> <form name=f1> <input type=text name=who value="Type your email here" onfocus="javascript:if(this.value=='Type your email here') {this.value='';}" onblur="javascript:if(this.value=='') {this.value='Type your name here'}" ><BR> <input type=hidden name=where value="http://myhome.hanafos.com/~samanta2/secrets.html"><BR> <input type=button onclick="doit()" value="submit"> </form> <script type=text/javascript> function doit() { document.location = "mailto:"+document.f1.who.value; setTimeout("document.location = document.f1.where.value;",300); } </script> </p> <DIV style="BACKGROUND-COLOR: #ffffff"> <DIV> <DIV> <DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT size=2>or </FONT></FONT></FONT></FONT><FONT face="Arial" size="2"><b>Just click </b></FONT><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT size=2>: <A href="http://amtartha.codns.com">http://amtartha.</A><a href="http://amtartha.codns.com">codns.com</a> </FONT></FONT></FONT></FONT><P> <P><FONT face="Arial" size=2><FONT size=2><b>I am well on my way to having not only increased hits but<BR>successful sales as well. Let </b><STRONG><b>2003 </b></STRONG><b>be </b><STRONG><b>your year <BR>of Success !</b></STRONG></FONT></FONT><b> </b><P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial size=2><FONT size=3><STRONG><FONT color=#ff0000>So don't miss this !</FONT></STRONG> </FONT><FONT size=2>Just click : <A href="http://amtartha.codns.com">http://amtartha.</A><a href="http://amtartha.codns.com">codns.com</a> </FONT></FONT></FONT></FONT><BR> <P> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial>To Your Success,<BR>YeongSuk</FONT></FONT></FONT> </P></DIV></DIV></DIV></DIV> <P><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial><BR></FONT></FONT></FONT></P> <P> <SPAN style="FONT-SIZE: 9pt"><FONT size=2> <FONT face=±¼¸²Ã¼>*We comply with proposed federal legislation regarding unsolicited commercial e-mail by providing you with a method for your e-mail address to be permanently removed from our database and any future mailings from our company. </FONT></FONT></SPAN></P> <P><SPAN style="FONT-SIZE: 9pt"><FONT face=±¼¸²Ã¼><FONT size=2>*To remove your address, please send an e-mail message with the word REMOVE in the subject line to: remove-me@amtartha.</FONT></FONT></SPAN><FONT face=±¼¸²Ã¼><FONT size=2>xftp.net. </FONT></FONT><SPAN style="FONT-SIZE: 9pt"><FONT face=±¼¸²Ã¼><FONT size=2> <O:P></O:P> </FONT></FONT></SPAN><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial>For easy Removal, just click below: </FONT></FONT></FONT><FONT face=±¼¸²Ã¼><O:P></O:P></FONT></P> <P><SPAN style="FONT-SIZE: 9pt"> </SPAN><A style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; COLOR: #ffff00; PADDING-TOP: 3px; FONT-FAMILY: ±¼¸²; BACKGROUND-COLOR: #8bb5e2; TEXT-DECORATION: none" href="mailto:rem...@am...?subject=Remove">¼ö½Å°ÅºÎ Remove áôãáËÞÜú [Deny]</A> <FONT color=#8bb5e2 size=2><BR> If you don't want to receive this mail anymore, click here [Deny]</FONT></P> <P><FONT size=2>* This is a one time mailing and this list will never be used again. </FONT><BR><BR></P><FONT color=#000000></A></FONT></BODY></HTML> |
From: <he...@ns...> - 2002-10-05 07:46:39
|
Sorry for interrupting you - click refuse <mailto:ma...@ns...> for no more mail... =09 =A1=A1 =09 - Welcome to NabiTel's <http://www.nabitel.com/English.asp> software products and portal services - =09 Software Products =09 <http://www.Nabitel.com/English.asp>=20 Web Robot: also called web spider or web crawler, collects useful web page informations by navigating world wide web sites.=20 Download free trial version now ! <http://www.nabitel.com/English.asp>=20 <http://www.Nabitel.com/English.asp> eMail ID Collector: Collects email ids publicly opened on various web pages, with good intention.=20 Download free trial version now ! <http://www.nabitel.com/English.asp>=20 Portal Services =09 <http://www.nabitel.com/English.asp> Web Portal: Do you have your own home page and want to broadcast it all over the world ? Register your home page to NabiTel Portal Now !! (nabi=3Da butterfly) Register your home page now, it's free ! <http://www.nabitel.com/English.asp>=20 <http://www.AllThatCars.com/English.asp> Automobiles: Do you want to sell or buy automobiles ? Cars, trucks, limos, airplanes, ships,.... All That Cars are here ! Register your vehicles now, it's free ! <http://www.AllThatCars.com/English.asp>=20 <http://www.AllThatComputers.Com> Computers: Do you want to sell or buy computers ? PCs, printers, scanners, servers, mainframes, .... All That Computers are here !=20 Register your computers now, it's free ! <http://www.AllThatComputers.com/English.asp>=20 <http://www.AllThatFoods.Com/English.asp> =09 Food & Restaurants: Are you seeking for a nice place to eat ? Or do you run a restaurant ? Foods of the world, restaurants of the world, .... All That Foods are here !=20 Register your restaurant now, it's free ! <http://www.AllThatFoods.com/English.asp>=20 Have a nice day. Thank you. =09 |
From: Greger O. <gre...@ma...> - 2002-08-04 15:09:48
|
Hi All, A new release of the Marqu=E9e XML-RPC Library is now available on Source= Forge. Read the change log on the home page [1] to see what's new. Please observ= e that the library, starting with this version, now requires J2SE as a resu= lt of switching to Java 2 Collections. We thought that it was time to leave Java 1.x behi= nd. The old version is still available for download from the home page, but unles= s we receive demand for Java 1.x, we will no longer continue supporting it. [1] http://xmlrpc.sourceforge.net Best Regards, Greger Ohlson |
From: BENSON S. <bs...@mu...> - 2002-06-26 22:59:25
|
DEAR FRIEND, I AM BENSON SEKO SON OF THE LATE MOBUTU SESE SEKO, THE FORMER PRESIDENT OF THE ZAIRE. I AM PRESENTLY UNDER PROTECTIVE CUSTODY IN NIGERIA AS A POLITICAL REFUGEE. I GOT YOUR CONTACT DURING MY SEARCH FOR A STRANGER THAT CAN COOPERATE WITH ME IN THIS MUTUAL TRANSACTION. I WANT YOU TO NOTE THAT THIS BUSINESS WILL BENEFIT BOTH OF US. HOWEVER, YOU MUST CONFIRM YOUR ABILITY TO HANDLE THIS BECAUSE IT INVOLVES A LARGE AMOUNT OF MONEY. THE MONEY (47 MILLION US DOLLARS ) I ESCAPED WITH MY PARENTS ALONG WITH MY BROTHER BASHER OUT OF DEMOCRATIC REPUBLIC OF CONGO (DRC) TO ABIDJAN, COTE D'IVOIRE WHERE MY FAMILY AND I SETTLED, WHILE WE LATER MOVED TO SETTLED IN MORROCO WHERE MY FATHER LATER DIED OF CANCER DISEASE.I DECIDED LAYING LOW IN AFRICA TO STUDY THE SITUATION TILL WHEN THINGS GETS BETTER, LIKE NOW THAT PRESIDENT KABILA IS DEAD AND THE SON TAKING OVER (JOSEPH KABILA). ONE OF MY LATE FATHER'S CHATEAUX IN SOUTHERN FRANCE WAS CONFISCATED BY THE FRENCH GOVERNMENT, THIS LED TO THE DECISION TO TURN THE REMAINING FUNDS OVER TO A SAFE SECURITY COMPANY IN EUROPE VIA THE DIPLOMATIC COURIER SERVICES FOR SAFE KEEPING AS MOST OF MY FATHER'S BILLIONS OF DOLLARS DEPOSITED IN SWISS BANKS AND OTHER FINANCIAL INSTITUTIONS HAVE BEEN FROZEN BY THE GOVERNMENT OF (DR) MR LAURENT KABILA HAVING CONCLUDED ARRANGEMENTS WITH THE SWISS GOVERNMENT AND OTHER CONTRIES INVOLVED. NOW THE CRISIS HAS ABATED I AM LOOKING FOR A PERSON LIKE YOU TO PROCEED TO THE PLACE OF THE SECURITY COMPANY IN ORDER TO CLEAR THE FUND AND INVEST ON MY BEHALF AS I DONT WANT MY NAME TO BE USED FOR NOW AS I REALISE VERY MUCH THE TYPE OF HATRED LATE KABILA THE FORMER HEAD OF STATE HAS FOR MY LATE FATHER AND EVEN HIS SON WHO IS NOW THE HEAD OF STATE. NOTE THAT I WILL SEND TO YOU THE RELEVANT DOCUMENTS THAT WILL ENABLE YOU TAKE POSSESION OF THE FUND FOR ONWARD INVESTMENT FOR OUR MUTUAL BENEFIT. ALL I NEED FROM YOU IS AS FOLLOWS: 1. A COMMITTMENT THAT YOU WILL KEEP THE TRANSACTION STRICTLY CONFIDENTIAL. 2. YOUR CONFIRMATION OF YOUR ABILITY TO HANDLE THIS. 3. YOUR TELEPHONE AND FAX NUMBERS INCLUDING MOBILE FOR EASY COMMUNICATION. 4. YOUR FULL PERMANENT ADDRESS. AS SOON AS I GET THE ABOVE INFORMATION FROM YOU, I WILL DISCLOSE TO YOU THE NAME AND THE COUNTRY OF THE SECURITY COMPANY SO THAT YOU CAN MAKE ARRANGEMENTS TO TRAVEL AND COLLECT THE LUGGAGES. I AM WAITING FOR YOUR RESPONSE VIA EMAIL:bs...@mu... TO ENABLE US PROCEED. REGARDS. BENSON SEKO |
From: Rob W. <ro...@so...> - 2002-05-17 10:12:32
|
Not sure if this will be of interest to anyone (or whether recent Marquee releases may already have done this). We use the Apache (helma based libs) but we liked the Marquee Proxy concept so we took a similar, but not quite identical approach to wrapper the xml/rpc access. One problem we had was where a client side interface method took a return value which was an n-dimensional array - the proxy method gets a Vector back from xml/rpc. So we created some generic Array <> Vector conversion utils, to automate the conversion e.g. IF method return value is an array AND xmlrpc return value is a Vector THEN convert vector into array and return the array Feel free to ignore if you've also done this or don't consider it useful. -- Rob SoftSell Business Systems, Ltd. ' testing solutions for a changing world ' +44 (20) 7488 3470 www.softsell.com ro...@so... |
From: Will S. <wil...@ya...> - 2002-05-15 02:14:06
|
Hi everyone, I notice that Marquee hasn't had a lot of development recently. I'm working an open source project which uses Marquee for XML-RPC internally, and I would like to have write access to the CVS repository so I can fix some bugs and work on some aspects of the architecture (i.e. adding Log4J, etc). How about it? Will. |
From: Will S. <wil...@ya...> - 2002-01-29 09:18:27
|
jha miku wrote: > Hi > > I am using Marquee Xml-rpc > > How do I make it ssl enabled > > Has anybody designed a patch or a workaround > > using JCCE I don't think anyone else is subscribed to this list (certainly I haven't seen any mail traffic from the developers), but SSL enabling is really very simple -- since XML-RPC runs over HTTP, you can just tunnel it over SSL. There are tons of details and implmentations that you can find on google. I'd look over some of the app servers like Tomcat and see how they plug into Apache (which I'm certain has an SSL plugin layer), then run the server as a servlet in Tomcat. Will. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: jha m. <jh...@ya...> - 2002-01-29 04:55:20
|
Hi I am using Marquee Xml-rpc How do I make it ssl enabled Has anybody designed a patch or a workaround using JCCE Please let me know I am kind of stuck __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com |
From: jha m. <jh...@ya...> - 2002-01-23 21:29:56
|
Hi, I am running a applet from the browser This applet is unsigned I am eastablishing connection with server at port 8080 now when I try to make the API call to the server from the applet I get the following error java.io.IOException: The XML-RPC response could not be parsed: java.lang.Exception: Could not set default SAX driver. at marquee.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:324) at marquee.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:283) at marquee.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:171) at marquee.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:224) at $Proxy0.enumerateSwitches(Unknown Source) at com.ario.sdk.client.DeviceProxy.enumerateSwitches(DeviceProxy.java:53) I tried setting the parser in the server program using XmlRpcParser.setDriver("org.apache.xerces.parsers.SAXParser"); but no help Am I using the correct parser? Do I have to set parser in the Applet too? Do I need to sign the applet please help me regd this thanks __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |
From: jha m. <jh...@ya...> - 2002-01-23 21:26:46
|
__________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |
From: jha m. <jh...@ya...> - 2002-01-23 21:26:30
|
Hi I am using Marquee xml-rpc library I have an applet which I am trying to run from the browser I get the following error java.io.IOException: The XML-RPC response could not be parsed: java.lang.Exception: Could not set default SAX driver. at marquee.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:324) at marquee.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:283) at marquee.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:171) at marquee.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:224) at $Proxy0.enumerateSwitches(Unknown Source) How do I set this driver? I tried setting the driver in the server program using XmlRpcParser.setDriver("org.apache.xerces.parsers.SAXParser"); but doesnot work do I have to set the driver in the client side too? My applet is unsigned please let me know regd this __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |
From: marco <th...@gm...> - 2001-12-05 11:32:16
|
HI, DG> In fact I had the same problem with some of our code. The only work around DG> that we found was to DG> close the listening socket. That cause the hanging code ".accept()" to DG> throws an exception. I dont understand that, have you changed the marquee code or how do you got access to the socket? -- Best regards, marco DG> Why they did not implement an accept method with a timeout, that is a really DG> good question ! DG> Dominique Gallot DG> -----Original Message----- DG> From: Greger Ohlson [mailto:qi...@ks...] DG> Sent: mardi 4 décembre 2001 9:25 DG> To: marco DG> Cc: xml...@li... DG> Subject: Re: [Xmlrpc-developers] How to quit the server? DG> Hi Marco, DG> Good question. Currently, there's no way stopping an XmlRpcServer that has DG> been started with runAsService(), as far as I know. The method hangs in a DG> ServerSocket.accept() call. I'll take a closer look at it today and see DG> what has to be done to make it possible to stop it from another thread. DG> And please feel free to contribute with a solution, anyone. DG> Regards, DG> Greger DG> marco wrote: >> >> Hi List, >> >> Thanks for this great Xml Rpc Implementation! >> >> i have a little question, i'm running an XmlRpc Server in an Applet >> with the Sun plugIn, how can i free the serverport when leaving the >> site or on an reload? >> i get this error: >> Serverkomponente could not start: java.net.BindException: Address in DG> use: JVM_Bind >> >> destroying the applet wont work, ending the thread i build either >> not. The Serversocket is still assigned.... >> >> -- >> Best regards, >> marco mailto:th...@gm... >> >> _______________________________________________ >> Xmlrpc-developers mailing list >> Xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers DG> _______________________________________________ DG> Xmlrpc-developers mailing list DG> Xml...@li... DG> https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers |
From: Dominique G. <d.g...@at...> - 2001-12-04 08:40:41
|
In fact I had the same problem with some of our code. The only work = around that we found was to=20 close the listening socket. That cause the hanging code ".accept()" to throws an exception. Why they did not implement an accept method with a timeout, that is a = really good question ! Dominique Gallot -----Original Message----- From: Greger Ohlson [mailto:qi...@ks...] Sent: mardi 4 d=E9cembre 2001 9:25 To: marco Cc: xml...@li... Subject: Re: [Xmlrpc-developers] How to quit the server? Hi Marco, Good question. Currently, there's no way stopping an XmlRpcServer that = has been started with runAsService(), as far as I know. The method hangs in = a ServerSocket.accept() call. I'll take a closer look at it today and see what has to be done to make it possible to stop it from another thread. And please feel free to contribute with a solution, anyone. Regards, Greger marco wrote: >=20 > Hi List, >=20 > Thanks for this great Xml Rpc Implementation! >=20 > i have a little question, i'm running an XmlRpc Server in an = Applet > with the Sun plugIn, how can i free the serverport when leaving = the > site or on an reload? > i get this error: > Serverkomponente could not start: java.net.BindException: = Address in use: JVM_Bind >=20 > destroying the applet wont work, ending the thread i build either > not. The Serversocket is still assigned.... >=20 > -- > Best regards, > marco mailto:th...@gm... >=20 > _______________________________________________ > Xmlrpc-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers _______________________________________________ Xmlrpc-developers mailing list Xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers |
From: Greger O. <qi...@ks...> - 2001-12-04 08:25:33
|
Hi Marco, Good question. Currently, there's no way stopping an XmlRpcServer that has been started with runAsService(), as far as I know. The method hangs in a ServerSocket.accept() call. I'll take a closer look at it today and see what has to be done to make it possible to stop it from another thread. And please feel free to contribute with a solution, anyone. Regards, Greger marco wrote: > > Hi List, > > Thanks for this great Xml Rpc Implementation! > > i have a little question, i'm running an XmlRpc Server in an Applet > with the Sun plugIn, how can i free the serverport when leaving the > site or on an reload? > i get this error: > Serverkomponente could not start: java.net.BindException: Address in use: JVM_Bind > > destroying the applet wont work, ending the thread i build either > not. The Serversocket is still assigned.... > > -- > Best regards, > marco mailto:th...@gm... > > _______________________________________________ > Xmlrpc-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlrpc-developers |
From: marco <th...@gm...> - 2001-12-03 20:15:24
|
Hi List, Thanks for this great Xml Rpc Implementation! i have a little question, i'm running an XmlRpc Server in an Applet with the Sun plugIn, how can i free the serverport when leaving the site or on an reload? i get this error: Serverkomponente could not start: java.net.BindException: Address in use: JVM_Bind destroying the applet wont work, ending the thread i build either not. The Serversocket is still assigned.... -- Best regards, marco mailto:th...@gm... |
From: Greger O. <gre...@ma...> - 2001-10-17 18:34:34
|
Hi all, A new maintenance release, 1.2.1, is available that fixes several issues. The 1.3 release will contain some improvements in thread handling and other areas, and will contain rewrites of code sections that "stick out" of the rest of the code. See homepage for a change log. Suggestions for further improvements are very welcome. Regards, Greger Ohlson |