Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81E6F10E56 for ; Thu, 10 Oct 2013 11:10:35 +0000 (UTC) Received: (qmail 3052 invoked by uid 500); 10 Oct 2013 11:10:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 3006 invoked by uid 500); 10 Oct 2013 11:10:34 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 2966 invoked by uid 99); 10 Oct 2013 11:10:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 11:10:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 48EB4913E8E; Thu, 10 Oct 2013 11:10:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gtully@apache.org To: commits@activemq.apache.org Date: Thu, 10 Oct 2013 11:10:34 -0000 Message-Id: <5c7a48c303204f68a4dcdeee2b67b570@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] revert addition on forked hornetq javeee examples - some of the nested driver files have the LGPL license Updated Branches: refs/heads/trunk 4bfb80680 -> 05bc25cb8 http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/hornetq-jms.xml b/activemq-arquillian/javaee/mdb-tx-send/server/hornetq-jms.xml deleted file mode 100644 index 5bf7e4a..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/hornetq-jms.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-roles.properties ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-roles.properties b/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-roles.properties deleted file mode 100644 index 0ade8fb..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-roles.properties +++ /dev/null @@ -1,22 +0,0 @@ -# -# Properties declaration of users roles for the realm 'ApplicationRealm'. -# -# This includes the following protocols: remote ejb, remote jndi, web, remote jms -# -# Users can be added to this properties file at any time, updates after the server has started -# will be automatically detected. -# -# The format of this file is as follows: - -# username=role1,role2,role3 -# -# A utility script is provided which can be executed from the bin folder to add the users: - -# - Linux -# bin/add-user.sh -# -# - Windows -# bin\add-user.bat -# -# The following illustrates how an admin user could be defined. -# -#admin=PowerUser,BillingAdmin, -guest=guest http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-users.properties ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-users.properties b/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-users.properties deleted file mode 100644 index c52e923..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/application-users.properties +++ /dev/null @@ -1,24 +0,0 @@ -# -# Properties declaration of users for the realm 'ApplicationRealm' which is the default realm -# for application services on a new AS 7.1 installation. -# -# This includes the following protocols: remote ejb, remote jndi, web, remote jms -# -# Users can be added to this properties file at any time, updates after the server has started -# will be automatically detected. -# -# The format of this realm is as follows: - -# username=HEX( MD5( username ':' realm ':' password)) -# -# A utility script is provided which can be executed from the bin folder to add the users: - -# - Linux -# bin/add-user.sh -# -# - Windows -# bin\add-user.bat -# -# The following illustrates how an admin user could be defined, this -# is for illustration only and does not correspond to a usable password. -# -#admin=2a0923285184943425d1f53ddd58ec7a -guest=3437456520927d113b17d471d630e0d6 http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/logging.properties b/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/logging.properties deleted file mode 100644 index 8a011f0..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/logging.properties +++ /dev/null @@ -1,52 +0,0 @@ -# -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# - -# Additional logger names to configure (root logger is always configured) -loggers=org.jboss.as.config - -# Dump system environment at boot by default -logger.org.jboss.as.config.level=DEBUG - -# Root logger level -logger.level=${jboss.boot.server.log.level:INFO} -# Root logger handlers -logger.handlers=FILE,CONSOLE - -# Console handler configuration -handler.CONSOLE=org.jboss.logmanager.handlers.ConsoleHandler -handler.CONSOLE.properties=autoFlush -handler.CONSOLE.level=${jboss.boot.server.log.console.level:INFO} -handler.CONSOLE.autoFlush=true -handler.CONSOLE.formatter=PATTERN - -# File handler configuration -handler.FILE=org.jboss.logmanager.handlers.FileHandler -handler.FILE.level=DEBUG -handler.FILE.properties=autoFlush,fileName -handler.FILE.autoFlush=true -handler.FILE.fileName=${org.jboss.boot.log.file:boot.log} -handler.FILE.formatter=PATTERN - -# Formatter pattern configuration -formatter.PATTERN=org.jboss.logmanager.formatters.PatternFormatter -formatter.PATTERN.properties=pattern -formatter.PATTERN.pattern=%d{HH:mm:ss,SSS} %-5p [%c] %s%E%n http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/mgmt-users.properties ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/mgmt-users.properties b/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/mgmt-users.properties deleted file mode 100644 index 349b004..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/mgmt-users.properties +++ /dev/null @@ -1,24 +0,0 @@ -# -# Properties declaration of users for the realm 'ManagementRealm' which is the default realm -# for new AS 7.1 installations. Further authentication mechanism can be configured -# as part of the in standalone.xml. -# -# Users can be added to this properties file at any time, updates after the server has started -# will be automatically detected. -# -# By default the properties realm expects the entries to be in the format: - -# username=HEX( MD5( username ':' realm ':' password)) -# -# A utility script is provided which can be executed from the bin folder to add the users: - -# - Linux -# bin/add-user.sh -# -# - Windows -# bin\add-user.bat - -# The following illustrates how an admin user could be defined, this -# is for illustration only and does not correspond to a usable password. -# -#admin=2a0923285184943425d1f53ddd58ec7a -admin=9d71b431e53d99563aa0dfca628c970b -andy=dfb16391f1be1c454b5bce9822bd9df3 http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/standalone-example.xml ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/standalone-example.xml b/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/standalone-example.xml deleted file mode 100644 index 1cedad8..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/server/standalone/configuration/standalone-example.xml +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 - h2 - - sa - sa - - - - - org.h2.jdbcx.JdbcDataSource - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - activemq-rar.rar - - XATransaction - - false - - - defaultPassword - - - defaultUser - - - vm://localhost?brokerConfig=xbean:broker-config.xml - - - - - 1 - 20 - - - - - - - testQueue - - - replyQueue - - - - testQueue - - - replyQueue - - - failover:(tcp://localhost:61616) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - ${jboss.bind.address:127.0.0.1} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/MDBMessageSendTxClientExample.java ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/MDBMessageSendTxClientExample.java b/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/MDBMessageSendTxClientExample.java deleted file mode 100644 index 35441f9..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/MDBMessageSendTxClientExample.java +++ /dev/null @@ -1,102 +0,0 @@ -/* - * Copyright 2009 Red Hat, Inc. - * Red Hat 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. - */ -package org.hornetq.javaee.example; - -import javax.jms.Connection; -import javax.jms.ConnectionFactory; -import javax.jms.MessageConsumer; -import javax.jms.MessageProducer; -import javax.jms.Queue; -import javax.jms.Session; -import javax.jms.TextMessage; -import javax.naming.Context; -import javax.naming.InitialContext; -import java.util.Properties; - -/** - * @author Andy Taylor - */ -public class MDBMessageSendTxClientExample -{ - public static void main(String[] args) throws Exception - { - Connection connection = null; - InitialContext initialContext = null; - try - { - //Step 1. Create an initial context to perform the JNDI lookup. - final Properties env = new Properties(); - - env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.remote.client.InitialContextFactory"); - - env.put(Context.PROVIDER_URL, "remote://localhost:4447"); - - env.put(Context.SECURITY_PRINCIPAL, "guest"); - - env.put(Context.SECURITY_CREDENTIALS, "password"); - - initialContext = new InitialContext(env); - - - //Step 2. Perfom a lookup on the queue - Queue queue = (Queue) initialContext.lookup("jms/queues/testQueue"); - - //Step 3. Perform a lookup on the Connection Factory - ConnectionFactory cf = (ConnectionFactory) initialContext.lookup("jms/RemoteConnectionFactory"); - - //Step 4.Create a JMS Connection - connection = cf.createConnection("guest", "password"); - - //Step 5. Create a JMS Session - Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); - - //Step 6. Create a JMS Message Producer - MessageProducer producer = session.createProducer(queue); - - //Step 7. Create a Text Message - TextMessage message = session.createTextMessage("This is a text message"); - - System.out.println("Sent message: " + message.getText()); - - //Step 8. Send the Message - producer.send(message); - - //Step 15. We lookup the reply queue - queue = (Queue) initialContext.lookup("jms/queues/replyQueue"); - - //Step 16. We create a JMS message consumer - MessageConsumer messageConsumer = session.createConsumer(queue); - - //Step 17. We start the connedction so we can receive messages - connection.start(); - - //Step 18. We receive the message and print it out - message = (TextMessage) messageConsumer.receive(5000); - - System.out.println("message.getText() = " + message.getText()); - - } - finally - { - //Step 19. Be sure to close our JMS resources! - if (initialContext != null) - { - initialContext.close(); - } - if(connection != null) - { - connection.close(); - } - } - } -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java b/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java deleted file mode 100644 index b5a0fc6..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/src/main/java/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java +++ /dev/null @@ -1,99 +0,0 @@ -/* - * Copyright 2009 Red Hat, Inc. - * Red Hat 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. - */ -package org.hornetq.javaee.example.server; - -import org.jboss.ejb3.annotation.ResourceAdapter; - -import javax.annotation.Resource; -import javax.ejb.ActivationConfigProperty; -import javax.ejb.MessageDriven; -import javax.ejb.TransactionAttribute; -import javax.ejb.TransactionAttributeType; -import javax.ejb.TransactionManagement; -import javax.ejb.TransactionManagementType; -import javax.jms.Connection; -import javax.jms.ConnectionFactory; -import javax.jms.JMSException; -import javax.jms.Message; -import javax.jms.MessageListener; -import javax.jms.MessageProducer; -import javax.jms.Queue; -import javax.jms.Session; -import javax.jms.TextMessage; - -/** - * @author Andy Taylor - */ -@MessageDriven(name = "MDBMessageSendTxExample", - activationConfig = - { - @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), - @ActivationConfigProperty(propertyName = "useJndi", propertyValue = "true"), - @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/testQueue") - }) -@TransactionManagement(value= TransactionManagementType.CONTAINER) -@TransactionAttribute(value= TransactionAttributeType.REQUIRED) -@ResourceAdapter("activemq-rar.rar") -public class MDBMessageSendTxExample implements MessageListener -{ - @Resource(mappedName = "java:/JmsXA") - ConnectionFactory connectionFactory; - - @Resource(mappedName = "java:/queue/replyQueue") - Queue replyQueue; - - public void onMessage(Message message) - { - Connection conn = null; - try - { - //Step 9. We know the client is sending a text message so we cast - TextMessage textMessage = (TextMessage)message; - - //Step 10. get the text from the message. - String text = textMessage.getText(); - - System.out.println("message " + text); - - //Step 11. we create a JMS connection - conn = connectionFactory.createConnection(); - - //Step 12. We create a JMS session - Session sess = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); - - //Step 13. we create a producer for the reply queue - MessageProducer producer = sess.createProducer(replyQueue); - - //Step 14. we create a message and send it - producer.send(sess.createTextMessage("this is a reply")); - - } - catch (Exception e) - { - e.printStackTrace(); - } - finally - { - if(conn != null) - { - try - { - conn.close(); - } - catch (JMSException e) - { - } - } - } - } -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/src/test/java/org/hornetq/javaee/examples/MDBCMTTxSendRunnerTest.java ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/src/test/java/org/hornetq/javaee/examples/MDBCMTTxSendRunnerTest.java b/activemq-arquillian/javaee/mdb-tx-send/src/test/java/org/hornetq/javaee/examples/MDBCMTTxSendRunnerTest.java deleted file mode 100644 index 4ad9a14..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/src/test/java/org/hornetq/javaee/examples/MDBCMTTxSendRunnerTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* -* JBoss, Home of Professional Open Source. -* Copyright 2010, Red Hat, Inc., and individual contributors -* as indicated by the @author tags. See the copyright.txt file in the -* distribution for a full listing of individual contributors. -* -* This is free software; you can redistribute it and/or modify it -* under the terms of the GNU Lesser General Public License as -* published by the Free Software Foundation; either version 2.1 of -* the License, or (at your option) any later version. -* -* This software is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with this software; if not, write to the Free -* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -* 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ -package org.hornetq.javaee.examples; - -import org.hornetq.javaee.example.MDBMessageSendTxClientExample; -import org.hornetq.javaee.example.server.MDBMessageSendTxExample; -import org.jboss.arquillian.container.test.api.Deployment; -import org.jboss.arquillian.container.test.api.RunAsClient; -import org.jboss.arquillian.junit.Arquillian; -//import org.jboss.osgi.testing.ManifestBuilder; -import org.jboss.osgi.metadata.ManifestBuilder; -import org.jboss.shrinkwrap.api.Archive; -import org.jboss.shrinkwrap.api.ShrinkWrap; -import org.jboss.shrinkwrap.api.asset.Asset; -import org.jboss.shrinkwrap.api.spec.JavaArchive; -import org.junit.Test; -import org.junit.runner.RunWith; - -import java.io.InputStream; - -/** - * @author Andy Taylor - * 5/21/12 - */ -@RunAsClient -@RunWith(Arquillian.class) -public class MDBCMTTxSendRunnerTest -{ - @Deployment - public static Archive getDeployment() - { - - final JavaArchive ejbJar = ShrinkWrap.create(JavaArchive.class, "mdb.jar"); - ejbJar.addClass(MDBMessageSendTxExample.class); // Generate the manifest with it's dependencies - ejbJar.setManifest(new Asset() - { - public InputStream openStream() - { - ManifestBuilder builder = ManifestBuilder.newInstance(); - StringBuffer dependencies = new StringBuffer(); - dependencies.append("org.jboss.as.naming"); - builder.addManifestHeader("Dependencies", dependencies.toString()); - return builder.openStream(); - } - }); - System.out.println(ejbJar.toString(true)); - return ejbJar; - } - - @Test - public void runExample() throws Exception - { - MDBMessageSendTxClientExample.main(null); - } - - -} http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/mdb-tx-send/src/test/resources/arquillian.xml ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/mdb-tx-send/src/test/resources/arquillian.xml b/activemq-arquillian/javaee/mdb-tx-send/src/test/resources/arquillian.xml deleted file mode 100644 index ae8a732..0000000 --- a/activemq-arquillian/javaee/mdb-tx-send/src/test/resources/arquillian.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - ${basedir}/target/jbossas-node0 - -Djboss.inst=${basedir}/target/jbossas-node0 - standalone-example.xml - - true - ${node0:127.0.0.1} - ${as.managementPort:9999} - - - ${as.debug.port:8787} ${as.managementPort:9999} - 8 - - - - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/javaee/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-arquillian/javaee/pom.xml b/activemq-arquillian/javaee/pom.xml deleted file mode 100644 index 5827cef..0000000 --- a/activemq-arquillian/javaee/pom.xml +++ /dev/null @@ -1,155 +0,0 @@ - - 4.0.0 - - - org.apache.activemq - activemq-arquillian - 5.9-SNAPSHOT - - - org.apache.activemq - javaee - pom - JEE Examples - - - UTF-8 - - ${pom.basedir}${file.separator}..${file.separator}..${file.separator}ee-install${file.separator}target${file.separator}${container-version} - - - - - jca-config - jca-remote - mdb-bmt - mdb-cmt-setrollbackonly - mdb-cmt-tx-local - mdb-cmt-tx-not-supported - mdb-cmt-tx-required - mdb-message-selector - mdb-tx-send - - - - - - org.jboss.arquillian - arquillian-bom - 1.0.0.Final - import - pom - - - - - - org.jboss.arquillian.junit - arquillian-junit-container - - - org.jboss.spec - jboss-javaee-6.0 - 1.0.0.Final - pom - provided - - - junit - junit - 4.8.1 - test - - - org.apache.activemq - activemq-client - ${project.version} - - - org.apache.activemq - activemq-rar - ${project.version} - rar - - - org.jboss.ejb3 - jboss-ejb3-ext-api - 2.0.0-beta-2 - - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - - - - as-node-0 - true - generate-test-resources - - copy-resources - - - ${basedir}/target/jbossas-node0 - true - - - ${ee.install.home} - - standalone/data - standalone/log - standalone/tmp - - - - ${basedir}/server - - - - - - - - - - - - eap - - - org.jboss.as - jboss-as-arquillian-container-managed - ${arquillian-version} - test - - - - - wildfly - - - - org.wildfly - wildfly-arquillian-container-managed - ${container-version} - test - - - - - - http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-arquillian/pom.xml b/activemq-arquillian/pom.xml deleted file mode 100644 index 5bad854..0000000 --- a/activemq-arquillian/pom.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - 4.0.0 - - - org.apache.activemq - activemq-parent - 5.9-SNAPSHOT - - - activemq-arquillian - pom - ActiveMQ :: Arquillian - Container unit tests - - - - - - 7.2.0.Final - - - - ee-install - javaee - - - - - - org.apache.activemq.tooling - activemq-maven-plugin - ${project.version} - - false - - - org.apache.activemq.default.directory.prefix - ./target/ - - - log4j.configuration - file:///${project.basedir}/src/main/resources/log4j.properties - - - - - - - - - - - - eap - - jboss-eap-6.1 - - - - wildfly - - - 8.0.0.Alpha1 - - - - - - - jboss-eap-repository - JBoss EAP Maven Repository - https://repository.jboss.org/nexus/content/groups/public/ - default - - true - never - - - false - never - - - - - http://git-wip-us.apache.org/repos/asf/activemq/blob/05bc25cb/activemq-arquillian/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/activemq-arquillian/src/main/resources/log4j.properties b/activemq-arquillian/src/main/resources/log4j.properties deleted file mode 100755 index ac16f96..0000000 --- a/activemq-arquillian/src/main/resources/log4j.properties +++ /dev/null @@ -1,43 +0,0 @@ -## --------------------------------------------------------------------------- -## 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. -## --------------------------------------------------------------------------- - -# -# The logging properties used during tests.. -# -log4j.rootLogger=TRACE, out, stdout - -#log4j.logger.org.apache.activemq.broker.scheduler=DEBUG -#log4j.logger.org.apache.activemq.network.DemandForwardingBridgeSupport=DEBUG -#log4j.logger.org.apache.activemq.transport.failover=TRACE -#log4j.logger.org.apache.activemq.store.jdbc=TRACE -#log4j.logger.org.apache.activemq.store.kahadb=TRACE -#log4j.logger.org.apache.activemq.broker.region.cursors.AbstractStoreCursor=DEBUG -#log4j.logger.org.apache.activemq.store.jdbc.JDBCMessageStore=DEBUG - -# CONSOLE appender not used by default -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] - %-5p %-30.30c{1} - %m%n -#log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] - %-5p %-30.30c{1} - %-10.10X{activemq.broker} %-20.20X{activemq.connector} %-10.10X{activemq.destination} - %m%n - -# File appender -log4j.appender.out=org.apache.log4j.FileAppender -log4j.appender.out.layout=org.apache.log4j.PatternLayout -log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] - %-5p %-30.30c{1} - %m%n -#log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] - %-5p %-30.30c{1} - %-10.10X{activemq.broker} %-20.20X{activemq.connector} %-10.10X{activemq.destination} - %m%n -log4j.appender.out.file=target/activemq-test.log -log4j.appender.out.append=true