Return-Path: X-Original-To: apmail-openwebbeans-user-archive@www.apache.org Delivered-To: apmail-openwebbeans-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53BE69949 for ; Fri, 22 Jun 2012 17:47:00 +0000 (UTC) Received: (qmail 78487 invoked by uid 500); 22 Jun 2012 17:47:00 -0000 Delivered-To: apmail-openwebbeans-user-archive@openwebbeans.apache.org Received: (qmail 78458 invoked by uid 500); 22 Jun 2012 17:47:00 -0000 Mailing-List: contact user-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@openwebbeans.apache.org Delivered-To: mailing list user@openwebbeans.apache.org Received: (qmail 78450 invoked by uid 99); 22 Jun 2012 17:47:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 17:47:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hwellmann.de@googlemail.com designates 209.85.214.50 as permitted sender) Received: from [209.85.214.50] (HELO mail-bk0-f50.google.com) (209.85.214.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 17:46:52 +0000 Received: by bkcjg9 with SMTP id jg9so1820642bkc.9 for ; Fri, 22 Jun 2012 10:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=704Yrt0dLb392vsDOJdsLiNwWiwyOIatbGqCYqU33QA=; b=uSKfCbBYhK8LyotEiwQFKER5YS9lU+KGTz539tMYkz+ExHm4OGT64ZIXNCAu/jFjIq QUMa93vFdf4V4rPLqpFSbB/1CJArcfqbkIALnarkJbaCJOYx8UOipinXzf30VCuSwb28 I0aPl2m7s7meNJ9/Ch5jTr+Wb2rJO5ijivneRQEqxy1Jp/SduV+SJAdXqHPXBferyqVy CXDjUs/x/e8VdHpT5eUv7qLnFYUD5sU4tCacLHZO9xfWTmhMv9NPPfp6YtzSTEV5928Z QhuvwqvWrTuTx2Z9xZcdJfnbNN/ZeSd5xPKB3idoCzNBtl1imP0ZS5VKrY0lIBx7yQFI 7Y0Q== Received: by 10.204.148.74 with SMTP id o10mr1098865bkv.111.1340387192248; Fri, 22 Jun 2012 10:46:32 -0700 (PDT) Received: from [192.168.0.2] (p5DC414BC.dip0.t-ipconnect.de. [93.196.20.188]) by mx.google.com with ESMTPS id ig1sm36782355bkc.4.2012.06.22.10.46.30 (version=SSLv3 cipher=OTHER); Fri, 22 Jun 2012 10:46:31 -0700 (PDT) Message-ID: <4FE4AF76.5020305@googlemail.com> Date: Fri, 22 Jun 2012 19:46:30 +0200 From: Harald Wellmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: user@openwebbeans.apache.org Subject: Re: Booting in Java SE? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Am 22.06.2012 19:28, schrieb Romain Manni-Bucau: > Hi, in openwebbeans-test you have the CdiContainer. > Do you mean org.apache.webbeans.cditest.CdiTestContainer in org.apache.openwebbeans.test:cditest:1.1.4? The corresponding implementation class CdiTestOpenWebBeansContainer also calls WebBeansContext.getInstance() in its bootContainer() methods. Besides, isn't this container meant for testing and not for running applications? I'm looking for something like weld-se. Best regards, Harald