hey!
i have this in my web.xml:
<resource-ref>
<res-ref-name>ConnectionFactory</res-ref-name>
<res-type>javax.jms.ConnectionFactory</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
and this in my geronimo-web.xml:
<n:resource-ref>
<n:ref-name>ConnectionFactory</n:ref-name>
<n:resource-link>DefaultActiveMQConnectionFactory</n:resource-link>
</n:resource-ref>
and when i deploy the war i get this error:
org.apache.geronimo.common.DeploymentException: Unable to resolve
resource reference 'ConnectionFactory' (Could not find resource
'DefaultActiveMQConnectionFactory'. Perhaps it has not yet been
configured, or your application does not have a dependency declared
for that resource module?)
(I am using the geronimo 1.1 candidate)
what am i doing wrong?
thanks
chris
--
christoph.sturm@gmail.com
|