Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 32243 invoked from network); 30 Nov 2003 08:19:11 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 30 Nov 2003 08:19:11 -0000 Received: (qmail 9349 invoked by uid 65534); 30 Nov 2003 08:19:22 -0000 Received: from cp397468-a.schoo1.lb.home.nl (EHLO heko2) (217.123.75.13) by mail.gmx.net (mp007) with SMTP; 30 Nov 2003 09:19:22 +0100 X-Authenticated: #1037388 From: "Henner Kollmann" To: "'Cactus Users List'" Subject: AW: Transferring data between client and server side Date: Sun, 30 Nov 2003 09:18:51 +0100 Message-ID: <001d01c3b71a$96e3cc90$6501a8c0@heko.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <001e01c3b6b0$205d9890$2502a8c0@vma> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Vincent, I want to initialize a double variable in the very beginning of the test with a value e.g. 2.3. Then i want to sent it to the client side look if it's really there. On the way to the client side this variable is transformed to text according current to locale, e.g. german. So on the client side it looks like 2,3. On the way back in the server this variable is transformed again to double according the previous used locale. The result should be 2.3 again. The transformer objects are initialized on the server side. I need them on the client side to do a first test if the variables on the client side are transformed correct. Using the eclipse plugin this works. I think because the eclipse plugin let the client and server side run in the same virtual machine. Using the maven plugin this do not works because both run in different machine. Hope that it is clearly now! Regards, Henner > Henner, > > What is your use case? I've not seen yet a use case where > this was needed and I'm curious. > > Thanks > -Vincent > > > -----Original Message----- > > From: Henner Kollmann [mailto:Henner.Kollmann@gmx.de] > > Sent: 01 November 2003 15:47 > > To: cactus-user@jakarta.apache.org > > Subject: Transferring data between client and server side > > > > Hi all, > > > > Any idea how i can share data between testXXX and endXXX methods? > > > > E.g. i have a varialbe wich should be initialized in the testXXX > method > > and > > i want use this object in the endXX method to test. > > > > This works if i use the eclipse plugin with an static variable. If i > let > > the > > maven task run for testing the static variable setted in > the testXXX > > method is always null. > > > > Any idea? > > > > Thanks, > > Henner > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org >