Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4AA2D200BBA for ; Sat, 22 Oct 2016 03:31:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 491FA160AE9; Sat, 22 Oct 2016 01:31:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8D9AB160AE8 for ; Sat, 22 Oct 2016 03:31:07 +0200 (CEST) Received: (qmail 29081 invoked by uid 500); 22 Oct 2016 01:31:06 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 29066 invoked by uid 99); 22 Oct 2016 01:31:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2016 01:31:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28B7BE02E4; Sat, 22 Oct 2016 01:31:06 +0000 (UTC) From: johnament To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #857: ARTEMIS-756 Introduced an example for CDI integ... Content-Type: text/plain Message-Id: <20161022013106.28B7BE02E4@git1-us-west.apache.org> Date: Sat, 22 Oct 2016 01:31:06 +0000 (UTC) archived-at: Sat, 22 Oct 2016 01:31:08 -0000 Github user johnament commented on the issue: https://github.com/apache/activemq-artemis/pull/857 Ok, never mind on the plugin issue. Thought about it a little more and moved the profiles a bit. One odd thing, I get this in OWB but not Weld... ``` INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.461 s [INFO] Finished at: 2016-10-21T21:28:32-04:00 [INFO] Final Memory: 51M/797M [INFO] ------------------------------------------------------------------------ Oct 21, 2016 9:28:32 PM org.apache.activemq.artemis.jms.client.ActiveMQConnection finalize WARN: AMQ122000: I''m closing a JMS connection you left open. Please make sure you close all JMS connections explicitly before letting them go out of scope! see stacktrace to find out where it was created java.lang.Exception at org.apache.activemq.artemis.jms.client.ActiveMQConnection.(ActiveMQConnection.java:167) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnectionInternal(ActiveMQConnectionFactory.java:762) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createContext(ActiveMQConnectionFactory.java:274) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createContext(ActiveMQConnectionFactory.java:267) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createContext(ActiveMQConnectionFactory.java:257) at org.apache.artemis.client.cdi.factory.ConnectionFactoryProvider.createJMSContext(ConnectionFactoryProvider.java:82) ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---