You don't need to set a dependency on the jms-resource*.rar because you have it defined in your EAR. It is automatically loaded into the EAR classloader. You only need to set dependencies on something that is not in your application (e.g. you will need to set a dependency on the mysql-connector*.jar in your openejb-jar.xml).
--Viet
