From users-return-7145-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Mon Oct 22 22:31:08 2012 Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4E54DCC6 for ; Mon, 22 Oct 2012 22:31:08 +0000 (UTC) Received: (qmail 20744 invoked by uid 500); 22 Oct 2012 22:31:08 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 20701 invoked by uid 500); 22 Oct 2012 22:31:08 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 20693 invoked by uid 99); 22 Oct 2012 22:31:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 22:31:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ross.manges@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-ia0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 22:31:01 +0000 Received: by mail-ia0-f170.google.com with SMTP id e16so2301517iaa.15 for ; Mon, 22 Oct 2012 15:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mOnczrmrLdpnm4RDUPjXfJgIbbLTI6rGpFBTq2L0QkM=; b=MiLygqir2NngF01O6+DfAadBlBhGrqaRks876AVivbqz7K+1+UN0XK6nVoxr9jfaPr riXNfTCN9LdJmvLPxjC7U3KcRGNQSz8Erjf9X9cz/iGAaR/M0anBHO2d2GyJ+Hwsx8tH Q9OwdQpvH8RUp1C3qO9sEXUoV4gsI0dNXLyJty7nNI62tl54E5/Sx2hIVMQVJpA0lPoA lxeIFVMdLTCFO3JqFSgTyoPyHbLL/ImpA0WeXPgs5z76YyAKqpr3eDO2ILx0l6o8lLzu Eb0fj4t5VcxwbmEw2w3dckhlBi42iWJgNG7QSsa0YqMb22d2/UCjfvTaC9lSe0hYVn3T XG4w== MIME-Version: 1.0 Received: by 10.43.48.129 with SMTP id uw1mr8975585icb.10.1350945041188; Mon, 22 Oct 2012 15:30:41 -0700 (PDT) Received: by 10.64.19.239 with HTTP; Mon, 22 Oct 2012 15:30:41 -0700 (PDT) Date: Mon, 22 Oct 2012 15:30:41 -0700 Message-ID: Subject: Problems deploying Qpid JCA RA to GlassFish 3.1.2.2 From: Ross Manges To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=bcaec5299feb4a88c804ccad67c1 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5299feb4a88c804ccad67c1 Content-Type: text/plain; charset=ISO-8859-1 I've been attempting to deploy the Qpid JCA RA to GF by following the instructions located here: https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/example/README-GLASSFISH.txtbut I'm having some trouble. I modified $QPID_ROOT/java/jca/example/build.xml to set the target to glassfish, but when I attemped to run: > ant -Dtarget.platform=glassfish deploy-rar But I run into the problem where the build cannot find the package slf4j. I noticed that the slf4j jars are indeed located in $QPID_ROOT/java/build/lib, which is also the location for $QPID_JCA_HOME. Can anyone tell me what I'm missing? Note that I have QPID_ROOT and QPID_HOME set to the same value. I also setup all other env vars per the README. Thanks! --bcaec5299feb4a88c804ccad67c1--