Hi All

The following is the error I getting while deploying EAR

Unable to resolve resource reference 'jms/AcevaPublisherQueue' (Could not find resource 'jms/AcevaPublisherQueue'. Perhaps it has not yet been configured, or your application does not have a dependency declared for that resource module?) org.apache.geronimo.common.DeploymentException: Unable to resolve resource reference 'jms/AcevaPublisherQueue' (Could not find resource 'jms/AcevaPublisherQueue'. Perhaps it has not yet been configured, or your application does not have a dependency declared for that resource module?) at org.apache.geronimo.naming.deployment.ENCConfigBuilder.addResourceRefs(ENCConfigBuilder.java:210)

On 8/8/06, Manish Satwani <[EMAIL PROTECTED]> wrote:
Hi All,

I am facing problem while deploying my ear on geronimo 1.1

It is complaining regarding jms/AcevaPublisherQueue (my application need this)

I have added this queue from console.

we have acm.war file which also access (resource-ref) this queue
and i have acevaEJB.jar which also have (resource-ref) to this queue

i also added resource-link entries in geronimo-web.xml and openEJB-jar.xml

this is in openEjb-jar.xml
<session>
            <ejb-name>CollectionService</ejb-name>
            <jndi-name>ejb/CollectionService</jndi-name>
            <naming:resource-ref>
                <naming:ref-name>jms/AcevaPublisherConnectionFactory</naming:ref-name>
                <naming:resource-link>jms/AcevaPublisherConnectionFactory</naming:resource-link>
            </naming:resource-ref>
             <naming:resource-ref>
                <naming:ref-name>jms/AcevaPublisherQueue</naming:ref-name>
                <naming:resource-link>jms/AcevaPublisherQueue</naming:resource-link>
            </naming:resource-ref>
        </session>


this is in geronimo-web.xml

<naming:resource-ref>
        <naming:ref-name>jms/AcevaPublisherQueue</naming:ref-name>
       <naming:resource-link>jms/AcevaPublisherQueue</naming:resource-link>
    </naming:resource-ref>



any enviroment - > depency entry needed?

if yes

<sys:dependency>
                    <sys:groupId>?????</sys:groupId> (what should i write here)
                    <sys:artifactId>???</sys:artifactId>(what should i write here)
                </sys:dependency>


--
Manish Satwani
Senior Software Engineer
Aceva Technologies | Unlock Your Working Capital
A-1501, Signature Towers - I,
South City, Gurgaon,
Haryana – 122001
Call at:
+91-124-2805091/92 Ext. 35
+91-99113-16998
Visit: http://www.aceva.com



--
Manish Satwani
Senior Software Engineer
Aceva Technologies | Unlock Your Working Capital
A-1501, Signature Towers - I,
South City, Gurgaon,
Haryana – 122001
Call at:
+91-124-2805091/92 Ext. 35
+91-99113-16998
Visit: http://www.aceva.com

Reply via email to