Skip to content

Commit

Permalink
Reformats xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Mar 30, 2017
1 parent 1280bc2 commit b6b25da
Show file tree
Hide file tree
Showing 159 changed files with 7,884 additions and 7,822 deletions.
256 changes: 128 additions & 128 deletions cdi-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,148 +2,148 @@
<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">

<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.arquillian.showcase</groupId>
<artifactId>arquillian-showcase-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<parent>
<groupId>org.jboss.arquillian.showcase</groupId>
<artifactId>arquillian-showcase-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>arquillian-showcase-cdi-ejb</artifactId>
<packaging>jar</packaging>
<name>Arquillian Showcase: CDI-EJB Integration</name>
<description>Examples that use Arquillian to demonstrate the synergy between CDI and EJB 3.1</description>
<artifactId>arquillian-showcase-cdi-ejb</artifactId>
<packaging>jar</packaging>
<name>Arquillian Showcase: CDI-EJB Integration</name>
<description>Examples that use Arquillian to demonstrate the synergy between CDI and EJB 3.1</description>

<dependencies>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
<profile>
<!-- tests work on 7.1, but need to switch the deployment used in FireAndForget*TestCase classes -->
<id>arq-jbossas-managed-7</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-managed</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
</profile>

<profile>
<!-- tests work on 7.1, but need to switch the deployment used in FireAndForget*TestCase classes -->
<id>arq-jbossas-remote-7</id>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-remote</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
</profile>

<profile>
<id>arq-glassfish-embedded</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
<scope>test</scope>
<groupId>${project.groupId}</groupId>
<artifactId>container-bom-glassfish-embedded-3.1</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
<profile>
<!-- tests work on 7.1, but need to switch the deployment used in FireAndForget*TestCase classes -->
<id>arq-jbossas-managed-7</id>
<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-managed</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
</profile>

<profile>
<!-- tests work on 7.1, but need to switch the deployment used in FireAndForget*TestCase classes -->
<id>arq-jbossas-remote-7</id>
<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-remote</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
</profile>

<profile>
<id>arq-glassfish-embedded</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>container-bom-glassfish-embedded-3.1</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</dependencies>
</profile>

<profile>
<id>arq-glassfish-remote</id>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>container-bom-glassfish-remote-3.1</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/MixedInterfaceEjbTestCase.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>arq-glassfish-remote</id>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>container-bom-glassfish-remote-3.1</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/MixedInterfaceEjbTestCase.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>arq-wls-remote-12.1</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-wls-remote-12.1</artifactId>
<version>1.0.0.Alpha2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- Fails with exception WELD-001414 Bean name is ambiguous. Name noInterfaceNamedEjb resolves to beans [Session bean [class com.acme.cdiejb.nointerface.NoInterfaceNamedEjb with qualifiers [@Any @Default @Named]; local interfaces are [NoInterfaceNamedEjb], Managed Bean [class com.acme.cdiejb.nointerface.NoInterfaceNamedEjb] with qualifiers [@Any @Default @Named]] -->
<exclude>**/NoInterfaceNamedEjbTestCase.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>arq-wls-remote-12.1</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-wls-remote-12.1</artifactId>
<version>1.0.0.Alpha2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<type>pom</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- Fails with exception WELD-001414 Bean name is ambiguous. Name noInterfaceNamedEjb resolves to beans [Session bean [class com.acme.cdiejb.nointerface.NoInterfaceNamedEjb with qualifiers [@Any @Default @Named]; local interfaces are [NoInterfaceNamedEjb], Managed Bean [class com.acme.cdiejb.nointerface.NoInterfaceNamedEjb] with qualifiers [@Any @Default @Named]] -->
<exclude>**/NoInterfaceNamedEjbTestCase.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>

</profiles>
<!--
vi:ts=4:sw=4:expandtab:
-->
</profiles>
<!--
vi:ts=4:sw=4:expandtab:
-->
</project>
20 changes: 10 additions & 10 deletions cdi-ejb/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<defaultProtocol type="Servlet 3.0" />
<defaultProtocol type="Servlet 3.0"/>

<container qualifier="wls-remote-12.1">
<configuration>
<property name="adminUrl">t3://localhost:7001</property>
<property name="adminUserName">weblogic</property>
<property name="adminPassword">passw0rd</property>
<property name="wlsHome">${wls.home:/home/dallen/opt/wls/wlserver}</property>
<property name="target">AdminServer</property>
</configuration>
</container>
<container qualifier="wls-remote-12.1">
<configuration>
<property name="adminUrl">t3://localhost:7001</property>
<property name="adminUserName">weblogic</property>
<property name="adminPassword">passw0rd</property>
<property name="wlsHome">${wls.home:/home/dallen/opt/wls/wlserver}</property>
<property name="target">AdminServer</property>
</configuration>
</container>

</arquillian>
Loading

0 comments on commit b6b25da

Please sign in to comment.