Hi
I have a geronimo-ra.xml file in the RAR 
I also tried to configure WASCE 1.0.0.1 with WMQ 6.0 even the i got the same
error.
The following is the plan of geronimo-ra.xml file when I tried to configure
with WMQ 5.3.

<?xml version="1.0" encoding="UTF-8"?>

<!--

    Copyright 2004 The Apache Software Foundation

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector";
configId="jms.rar" parentId="geronimo/j2ee-server/1.0/car">


        <dependency><uri>jms/com.ibm.mqjms/1.0</uri></dependency>
        <dependency><uri>jms/fscontext/1.0</uri></dependency>
        <dependency><uri>jms/providerutil/1.0</uri></dependency>
        <dependency><uri>jms/com.ibm.mq/1.0</uri></dependency>
        <!--
                    <dependency><uri>jms/dhbcore/1.0</uri></dependency>
        -->
                   <!--
        <dependency><uri>jms/openjms-common/0.7.7</uri></dependency>
        <dependency><uri>jms/openjms-net/0.7.7</uri></dependency>
        <dependency><uri>jms/openjms-tools/0.7.7</uri></dependency>
        <dependency><uri>jms/spice-jndikit/0.7.7</uri></dependency>
        <dependency><uri>jms/openjms-common/0.7.7</uri></dependency>
        <dependency><uri>jms/openjms/0.7.7</uri></dependency>
        -->
        <resourceadapter>

                <resourceadapter-instance>
                        <resourceadapter-name>JMSRA</resourceadapter-name>
                        <workmanager>
                                <gbean-link>DefaultWorkManager</gbean-link>
                        </workmanager>
                </resourceadapter-instance>

                <outbound-resourceadapter>
                        <connection-definition>
                        
<connectionfactory-interface>org.apache.geronimo.jms.connector.JMSQueueConnectionFactory</connectionfactory-interface>
                                <connectiondefinition-instance>
                                        <name>JMSQueueFactory</name>
                                        <config-property-setting 
name="url">file:
/C:/JNDI-Directory</config-property-setting>
                                        <config-property-setting
name="icf">com.sun.jndi.fscontext.RefFSContextFactory</config-property-setting>
                                        <config-property-setting 
name="name">wasceQCF</config-property-setting>
                                        <connectionmanager>
                                                <no-transaction />
                                                <no-pool />
                                        </connectionmanager>
                                </connectiondefinition-instance>
                        </connection-definition>

                        <connection-definition>
                        
<connectionfactory-interface>org.apache.geronimo.jms.connector.JMSTopicConnectionFactory</connectionfactory-interface>
                                <connectiondefinition-instance>
                                        <name>JMSTopicFactory</name>
                                        <config-property-setting 
name="url">file:
/C:/JNDI-Directory</config-property-setting>
                                        <config-property-setting
name="icf">com.sun.jndi.fscontext.RefFSContextFactory</config-property-setting>
                                        <config-property-setting 
name="name">wasceTCF</config-property-setting>
                                        <connectionmanager>
                                                <no-transaction />
                                                <no-pool />
                                        </connectionmanager>
                                </connectiondefinition-instance>
                        </connection-definition> 

                </outbound-resourceadapter>

        </resourceadapter>
        
        <adminobject>
                <adminobject-interface>javax.jms.Queue</adminobject-interface>
               
<adminobject-class>org.apache.geronimo.jms.connector.JMSQueueImpl</adminobject-class>
                <adminobject-instance>
                    <message-destination-name>ivtQ</message-destination-name>
                    <config-property-setting
name="PhysicalName">SYSTEM.DEFAULT.LOCAL.QUEUE</config-property-setting>
                </adminobject-instance>
                
        </adminobject>
        <adminobject>
                <adminobject-interface>javax.jms.Topic</adminobject-interface>
               
<adminobject-class>org.apache.geronimo.jms.connector.JMSTopicImpl</adminobject-class>
                <adminobject-instance>
                    <message-destination-name>ivtT</message-destination-name>
                    <config-property-setting
name="PhysicalName">SampleTopic</config-property-setting>
                </adminobject-instance>
        </adminobject>

</connector>
--
View this message in context: 
http://www.nabble.com/Problem-while-deploying-the-resource-adapter.-t1432535.html#a3881192
Sent from the Apache Geronimo - Users forum at Nabble.com.

Reply via email to