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 )
<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1";>
   <environment>
       <moduleId>
           <groupId>test</groupId>
           <artifactId>jms.rar</artifactId>
           <version>1.0</version>
       </moduleId>
       <dependencies>
                ........
   </environment>
   <dep:environment
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1";>
       <dep:moduleId>
           <dep:groupId>consolse.jms</dep:groupId>
           <dep:artifactId>TestJMSRA</dep:artifactId>
           <dep:version>1.0</dep:version>
           <dep:type>rar</dep:type>
       </dep:moduleId>
   </dep:environment>

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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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
> <groupId><artifactId><version><type>(You don't have to manually copy
> it )
>
> Thanks
> On 8/10/06, ahmed <[EMAIL PROTECTED]> 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,
> >
> >
>

Reply via email to