Skip to content

Commit

Permalink
WFLY-1077 IIOP subsystem: Configuration fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tadamski committed Jan 13, 2015
1 parent 4fda094 commit 0ccca9c
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<subsystem supplement="full">ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<subsystem>ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jmx.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<subsystem>ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<subsystem supplement="full">ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<subsystem supplement="full">ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<subsystem supplement="full">ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem>infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<subsystem supplement="full-ha">ejb3.xml</subsystem>
<subsystem>io.xml</subsystem>
<subsystem supplement="ha">infinispan.xml</subsystem>
<subsystem>jacorb.xml</subsystem>
<subsystem>jdkorb.xml</subsystem>
<subsystem>jaxrs.xml</subsystem>
<subsystem>jca.xml</subsystem>
<subsystem>jdr.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
-->
<module xmlns="urn:jboss:module:1.3" name="javax.orb.api">
<resources>
<!-- Insert resources here -->
<artifact name="${org.jboss.openjdk-orb:openjdk-orb}"/>
</resources>

<dependencies>
<module name="sun.jdk"/>
<module name="javax.transaction.api"/>
<module name="org.jboss.iiop-client"/>
</dependencies>
</module>
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
-->

<module xmlns="urn:jboss:module:1.3" name="javax.rmi.api">
<resources>
<artifact name="${org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec}"/>
</resources>
<dependencies>
<dependencies>
<module name="javax.orb.api" export="false">
<exports>
<include-set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</properties>

<resources>
<!-- Insert resources here -->
<artifact name="${org.wildfly:wildfly-jdkorb}"/>
</resources>

<dependencies>
Expand All @@ -42,8 +42,9 @@
<module name="org.jboss.as.server"/>
<module name="org.jboss.common-core"/>
<module name="org.jboss.logging"/>
<module name="org.jboss.metadata"/>
<module name="org.jboss.modules"/>
<module name="org.jboss.metadata.common"/>
<module name="org.jboss.metadata.ejb"/>
<module name="org.jboss.modules"/>
<module name="org.jboss.msc"/>
<module name="org.jboss.staxmapper"/>
<module name="org.jboss.jts" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</properties>

<resources>
<artifact name="${org.jboss.narayana.jts:narayana-jts-jacorb}"/>
<artifact name="${org.jboss.narayana.jts:narayana-jts-idlj}"/>
</resources>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions jdkorb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<<<<<<< HEAD
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2010, Red Hat, Inc., and individual contributors
Expand Down Expand Up @@ -33,7 +34,6 @@
<version>9.0.0.Alpha2-SNAPSHOT</version>
</parent>

<groupId>org.wildfly</groupId>
<artifactId>wildfly-jdkorb</artifactId>
<version>9.0.0.Alpha2-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -83,7 +83,7 @@
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
</dependency>

Expand All @@ -93,7 +93,7 @@
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-network</artifactId>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<extension-module>org.jboss.as.jdkorb</extension-module>
<subsystem xmlns="urn:jboss:domain:jdkorb:1.0">
<orb socket-binding="jdkorb" ssl-socket-binding="jdkorb-ssl">
<initializers transactions="on" security="identity"/>
<initializers transactions="spec" security="identity"/>
</orb>
</subsystem>
<socket-binding name="jdkorb" interface="unsecure" port="3528"/>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<version.org.jboss.narayana>5.0.4.Final</version.org.jboss.narayana>
<version.org.jboss.metadata>9.0.0.Beta1</version.org.jboss.metadata>
<version.org.jboss.mod_cluster>1.3.1.Beta1</version.org.jboss.mod_cluster>
<version.org.jboss.openjdk-orb>7.5.0</version.org.jboss.openjdk-orb>
<version.org.jboss.xnio.netty.netty-xnio-transport>0.1.1.Final</version.org.jboss.xnio.netty.netty-xnio-transport>
<version.org.jboss.remote-naming>2.0.3.Final</version.org.jboss.remote-naming>
<version.org.jboss.resteasy>3.0.10.Final</version.org.jboss.resteasy>
Expand Down Expand Up @@ -273,7 +274,6 @@
<module>ejb3</module>
<module>embedded</module>
<module>feature-pack</module>
<module>jacorb</module>
<module>jdkorb</module>
<module>jaxrs</module>
<module>jdr</module>
Expand Down Expand Up @@ -303,7 +303,7 @@
<module>weld</module>
<module>xts</module>
<module>rts</module>
<module>testsuite/shared</module>
<module>testsuite/shared</module>
<module>testsuite</module>
</modules>

Expand Down Expand Up @@ -4976,7 +4976,7 @@
<dependency>
<groupId>org.jboss.openjdk-orb</groupId>
<artifactId>openjdk-orb</artifactId>
<version>7.5.0</version>
<version>${version.org.jboss.openjdk-orb}</version>
</dependency>

<dependency>
Expand Down
9 changes: 6 additions & 3 deletions transactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,22 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jdkorb</artifactId>
<version>8.0.1.Final-SNAPSHOT</version>
</dependency>
<dependency>
<!--<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb</artifactId>
</dependency>-->
<dependency>
<groupId>org.jboss.openjdk-orb</groupId>
<artifactId>openjdk-orb</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-transaction-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jts</groupId>
<artifactId>narayana-jts-jacorb</artifactId>
<artifactId>narayana-jts-idlj</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jts</groupId>
Expand Down

0 comments on commit 0ccca9c

Please sign in to comment.