[RPM (6.0)] [DIST generic] axis2-1.5.6-3.jpp6

Ralph Apel <[email protected]> Tue, 5 Feb 2013 12:53:55 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : axis2                        Relocations: (not relocatable)
Version     : 1.5.6                             Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Tue 05 Feb 2013 12:23:54 PM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 8033171                          License: Apache Software License
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://ws.apache.org/axis2/
Summary     : A SOAP implementation in Java
Description :
Axis2 is an effort to re-design and totally re-implement both
Axis/Java and (eventually) Axis/C++ on a new architecture.
Evolving from the now standard "handler chain" model which
Axis1 pioneered, Axis2 is developing a more flexible pipeline
architecture which can yet be managed and packaged in a more
organized manner. This new design acknowledges the maturing
of the Web services space in terms of new protocols such as
WS-ReliableMessaging, WS-Security and WS-Addressing that are
built on top of the base SOAP system. At the time Axis1 was
designed, while it was fully expected that other protocols
such as WS-ReliableMessaging would be built on top of it,
there was not a proper extension architecture defined to
enable clean composition of such layers. Thus, one of the
key motivations for Axis2 is to provide a clean and simple
environment for like Apache Sandesha and Apache WSS4J to
layer on top of the base SOAP system. Another driving force
for Axis2 as well as the move away from RPC oriented Web
services towards more document-oriented, message style
asynchronous service interactions. The Axis2 project is
centered on a new representation for SOAP messages called
AXIOM (AXIs Object Model). AXIOM consists of two parts: a
complete XML Infoset representation and a SOAP Infoset
representation on top of that. The XML Infoset representa-
tion provides a JDOM-like simple API but is built on a
deferred model via a StAX-based (Streaming API for XML)
pull parsing API. A key feature of AXIOM is that it allows
one to stop building the XML tree and just access the pull
stream directly; thus enabling both maximum flexibility
and maximum performance. This approach allows us to
support multiple levels of abstraction for consuming and
offering Web services: using plain AXIOM, using generated
code and statically data-bound data types and so on. At
the time of Axis1's design, RPC-style, synchronous,
request-response interactions were the order of the day
for Web services. Today service interactions are much more
message-oriented and exploit many different message exchange
patterns. The Axis2 engine architecture is careful to not
build in any assumptions of request-response patterns to
ensure that it can be used easily to support arbitrary
message exchange patterns.

---------------
Ralph Apel <r.apel at r-apel.de> - 0:1.5.6-3
- Prevent xzpayload problem
---------------
axis2.src:261: W: unversioned-explicit-obsoletes axis2-saaj-1.1-api
axis2.src:262: W: unversioned-explicit-obsoletes axis2-jaxws-2.0-api
axis2.src:263: W: unversioned-explicit-obsoletes axis2-jws-api
axis2.src: W: source-or-patch-not-bzipped axis2-pom.patch
axis2.src: W: source-or-patch-not-bzipped axis2-modules-webapp-pom.patch
axis2.src: W: source-or-patch-not-bzipped axis2-modules-parent-pom.patch
axis2.src: W: source-or-patch-not-bzipped axis2-modules-kernel-pom.patch
axis2.src: W: source-or-patch-not-bzipped axis2-site.patch
axis2.src: W: no-signature
1 packages and 0 specfiles checked; 0 errors, 9 warnings.

---------------
Index: axis2.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/axis2/axis2.spec,v
retrieving revision 1.6
diff -u -r1.6 axis2.spec
--- axis2.spec	13 Jan 2013 08:43:54 -0000	1.6
+++ axis2.spec	5 Feb 2013 11:53:53 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2011, JPackage Project
+# Copyright (c) 2000-2013, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -49,10 +49,14 @@
 %define without_maven %{?_without_maven:1}%{!?_without_maven:0}
 
 %define section    free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 Name:          axis2
 Version:       1.5.6
-Release:       2%{?dist}
+Release:       3%{?dist}
 Epoch:         0
 Summary:       A SOAP implementation in Java
 License:       Apache Software License
@@ -1963,6 +1967,9 @@
 #%endif
 
 %changelog
+* Tue Feb 05 2013 Ralph Apel <r.apel at r-apel.de> - 0:1.5.6-3
+- Prevent xzpayload problem
+
 * Sun Jan 13 2013 Ralph Apel <r.apel at r-apel.de> - 0:1.5.6-2
 - Fix transport-http and transport-local depmaps