You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/23 11:00:32 UTC

svn commit: r1234720 - in /servicemix/smx4/bundles/trunk: ./ saaj-impl-1.3.18/ saaj-impl-1.3.18/src/ saaj-impl-1.3.18/src/main/ saaj-impl-1.3.18/src/main/resources/ saaj-impl-1.3.18/src/main/resources/META-INF/ saaj-impl-1.3.18/src/main/resources/META-...

Author: jbonofre
Date: Mon Jan 23 10:00:31 2012
New Revision: 1234720

URL: http://svn.apache.org/viewvc?rev=1234720&view=rev
Log:
[SMX4-1072] Create OSGi bundle for saaj-impl 1.3.18

Added:
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/pom.xml
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MessageFactory
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MetaFactory
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPFactory
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1234720&r1=1234719&r2=1234720&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Jan 23 10:00:31 2012
@@ -88,6 +88,7 @@
         <module>perf4j-0.9.16</module>
         <module>protobuf-2.4.1</module>
         <module>quartz-2.1.2</module>
+        <module>saaj-impl-1.3.18</module>
     </modules>
 
 </project>

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/pom.xml?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/pom.xml Mon Jan 23 10:00:31 2012
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+	    <groupId>org.apache.servicemix.bundles</groupId>
+	    <artifactId>bundles-pom</artifactId>
+	    <version>8-SNAPSHOT</version>
+       <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.saaj-impl</artifactId>
+    <version>1.3.18_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>com.sun.xml.messaging.saaj</pkgGroupId>
+        <pkgArtifactId>saaj-impl</pkgArtifactId>
+        <pkgVersion>1.3.18</pkgVersion>
+        <servicemix.osgi.failok>true</servicemix.osgi.failok>
+        <servicemix.osgi.export.pkg>com.sun.xml.messaging.saaj</servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            !com.sun.xml.messaging.saaj*,
+            !com.sun.org.apache.xerces.internal*,
+            !com.sun.org.apache.xerces.internal.*,
+            !com.sun.org.apache.xml.internal*,
+            !com.sun.org.apache.xml.internal.*,
+            !com.sun.xml.internal.*,
+            sun.io*;resolution:=optional,
+            org.jvnet.mimepull*;resolution:=optional,
+            com.sun.image.codec.jpeg*;resolution:=optional,
+            com.sun.xml.fastinfoset*;resolution:=optional,
+            javax.xml.soap,
+            org.jvnet.fastinfoset*;resolution:=optional,
+            javax.xml.transform.stax*;resolution:=optional,
+            *
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            META-INF;-split-package:=merge-first,
+            META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first,
+            META-INF.services;-split-package:=first,
+            com.sun.org.apache.xerces.internal.dom*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.jaxp*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.util*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.impl*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.xni*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.parsers*;-split-package:=merge-first,
+            com.sun.org.apache.xerces.internal.xs*;-split-package:=merge-first,
+            com.sun.org.apache.xml.internal.serialize,
+            com.sun.xml.internal.stream*,
+            com.sun.org.apache.xml.internal.resolver*,
+            com.sun.org.apache.xerces.internal.xinclude, 
+            com.sun.org.apache.xerces.internal.xpointer
+    </servicemix.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.soap</groupId>
+                    <artifactId>saaj-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.parsers</groupId>
+            <artifactId>jaxp-ri</artifactId>
+            <version>1.4.5</version>
+            <optional>true</optional>
+            <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.parsers</groupId>
+                    <artifactId>jaxp-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+		    <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
+            <version>1.9.0</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MessageFactory
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MessageFactory?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MessageFactory (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MessageFactory Mon Jan 23 10:00:31 2012
@@ -0,0 +1 @@
+com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MetaFactory
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MetaFactory?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MetaFactory (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.MetaFactory Mon Jan 23 10:00:31 2012
@@ -0,0 +1 @@
+com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPConnectionFactory Mon Jan 23 10:00:31 2012
@@ -0,0 +1 @@
+com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPFactory
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPFactory?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPFactory (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/META-INF/services/javax.xml.soap.SOAPFactory Mon Jan 23 10:00:31 2012
@@ -0,0 +1 @@
+com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl

Added: servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/bundle.info?rev=1234720&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.18/src/main/resources/OSGI-INF/bundle.info Mon Jan 23 10:00:31 2012
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    SAAJ (SOAP with Attachments API for Java) allows the support of attachment to the SOAP protocol.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://java.net/projects/saaj/\u001B[0m