hi, I have created a EAR with EJB and WAR. I have added references in the WAR for QCF & Q ( geronimo-web.xml)
<resource-ref> <ref-name>jms/DefaultActiveMQConnectionFactory</ref-name> <resource-link>DefaultActiveMQConnectionFactory</resource-link> </resource-ref> <resource-env-ref> <ref-name>jms/SendReceiveQueue</ref-name> <message-destination-link>SendReceiveQueue</message-destination-link> </resource-env-ref> This does not work. If i add it as part of geronimo-application.xml it works. Should these be added at application level if part of a EAR? Regards Krishnakumar
