Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 6247 invoked from network); 10 Feb 2011 21:50:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 21:50:21 -0000 Received: (qmail 45853 invoked by uid 500); 10 Feb 2011 21:50:21 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 45817 invoked by uid 500); 10 Feb 2011 21:50:21 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 45809 invoked by uid 99); 10 Feb 2011 21:50:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 21:50:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 21:50:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A23DD19D3F9 for ; Thu, 10 Feb 2011 21:49:57 +0000 (UTC) Date: Thu, 10 Feb 2011 21:49:57 +0000 (UTC) From: "Dennis Sosnoski (JIRA)" To: issues@cxf.apache.org Message-ID: <1447501542.9068.1297374597661.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1821797938.73.1296815307707.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (CXF-3308) WS-RM change to use long instead of BigInteger for sequence numbers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated CXF-3308: --------------------------------- Attachment: final-long.diff > WS-RM change to use long instead of BigInteger for sequence numbers > ------------------------------------------------------------------- > > Key: CXF-3308 > URL: https://issues.apache.org/jira/browse/CXF-3308 > Project: CXF > Issue Type: Improvement > Components: WS-* Components > Reporter: Dennis Sosnoski > Attachments: final-long.diff > > > The current WS-RM code uses BigInteger for all sequence numbers, making the code to compare and work with sequence numbers very cumbersome. Changing to long values would still allow for over 291,271 years of continuous operation at 1 million operations per second, so is probably sufficient. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira