Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 59253 invoked from network); 14 Aug 2006 11:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 11:30:00 -0000 Received: (qmail 2897 invoked by uid 500); 14 Aug 2006 11:29:57 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 2871 invoked by uid 500); 14 Aug 2006 11:29:57 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 2860 invoked by uid 99); 14 Aug 2006 11:29:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 04:29:57 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 04:29:54 -0700 Received: by nf-out-0910.google.com with SMTP id l36so36246nfa for ; Mon, 14 Aug 2006 04:29:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VhCOzaahOPltu9plPOupWUet1PxlgU+41IRyGCeYjfQzgJhrbPgpaWDLX5ERayK8u5gZo5fFnRADZ/45/ub6hMXo3OJGvL8jKxbG36nXBJb8gMmvaL0qiZdjzbWFezespFUaO7prjcXdd2L1Sgae6+HG2jbaGXh+RhrfuAj0Jxg= Received: by 10.78.117.10 with SMTP id p10mr3204029huc; Mon, 14 Aug 2006 04:29:27 -0700 (PDT) Received: by 10.78.196.5 with HTTP; Mon, 14 Aug 2006 04:29:27 -0700 (PDT) Message-ID: <74e15baa0608140429o601e33bbnccd5edd8a92a3759@mail.gmail.com> Date: Mon, 14 Aug 2006 07:29:27 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Hi , JMS Portlet doesn't show external RAR files to select In-Reply-To: <2ed2f49c0608132329o779b970awc06c7ca526886b82@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4be97fbd0608092335m4cd43ca4u5e915cccee5c0485@mail.gmail.com> <6e9fb9cd0608110254re85a57mea5240c7a11ac566@mail.gmail.com> <74e15baa0608110349s76c0918do98498eaa816dae53@mail.gmail.com> <2ed2f49c0608132329o779b970awc06c7ca526886b82@mail.gmail.com> X-Google-Sender-Auth: 4525a0d412e05e67 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The way it's supposed to work is: - You add a RAR with no Geronimo plan to the repository, e.g. using the Common Libs screen - You create a JMS resource group, selecting that as the vendor RAR - You deploy the resource group from the portlet, or have it generate a plan and you manually deploy the RAR with that plan (using the command-line deploy tool, the console Deploy New screen, etc.) So the plan shouldn't need any dependencies -- all the JARs should be in the RAR. And you don't want the RAR to have a plan in it to begin with because they whole point of this exercise is to create the plan. Thanks, Aaron On 8/14/06, Krishnakumar B wrote: > hi Aaron, > > I have some doubts related to the usage of creating a new JMS Resource > Group after adding the RAR to repository. > > If the RAR contains a geronimo-ra.xml then the deployment plan does > not seem to be correct. Snippet from deployment plan. ( 2 environment > entries ) > > > > test > jms.rar > 1.0 > > > ........ > > xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1"> > > consolse.jms > TestJMSRA > 1.0 > rar > > > > If i dont add the geronimo-ra.xml then the connector get deployed > correctly. In this case no dependencies are added to the deployed > plan. > > Would be glad if u can clarify as to how to use the wizard correctly > for adding JMS Providers? > > Regards > Krishnakumar > > On 8/11/06, Aaron Mulder wrote: > > Actually, I have to contradict Kanchana -- you don't want to "deploy" > > the RAR at this stage. The better way to go is to use the "Common > > Libs" screen in the console to install the RAR into the repository. > > > > I'm assuming that we're talking about Geronimo 1.1 here. > > > > The original problem was probably caused by the file not having the > > correct path and name in the repository. If you use the Common Libs > > screen, it will take care of that for you. For an example of how to > > do that, see: > > > > http://chariotsolutions.com/geronimo/geronimo-1.1/cfg-core-repository.html > > > > For more about the group/artifact/version/type naming scheme, see: > > > > http://chariotsolutions.com/geronimo/geronimo-1.1/elements.html#elements-high-level > > > > Once you have installed the RAR into the repository, you should be > > able to see it from the JMS resources screen. > > > > Thanks, > > Aaron > > > > On 8/11/06, Kanchana Welagedara wrote: > > > Hi > > > > > > Go to geronimo web console and click on deploy new > browse to the rar > > > file and installed it.Then if it's successfully deployed it will > > > notify you.They deployed resource can see in the > > > geronimo-home/reporsitory following the following folderstructure > > > (You don't have to manually copy > > > it ) > > > > > > Thanks > > > On 8/10/06, ahmed wrote: > > > > Hi , > > > > > > > > Iam using JMS Porlet , Inorder to create a JMS Resource for others.... > > > > > > > > Steps followed are here : > > > > ----------------------------------------- > > > > 1. I have a external.rar file , placed in "GERONIMO_HOME/repository/ " > > > > directory . > > > > 2. Opened the geronimo console , clicked on the "JMS Resources" link . > > > > 3. The combo box , doesn't show me the external.rar file which i > > > > placed in the geronimo_home/repository directory . > > > > > > > > > > > > Does anybody has an idea on , how to make use of external.rar file > > > > from console . > > > > > > > > would really apprecaite your inputs !!! > > > > Thanks in advance! > > > > > > > > With Thanks and Regards, > > > > > > > > > > > > > >