(no commit message)
[utils] / mythtv / monitor / src / main / java / org / wamblee / mythtv / Application.java
index 539557516fac667fb932507d563db5bd834197a8..bdf1cb03be6465a8a7400bce9a8c590f5e14c112 100644 (file)
@@ -36,10 +36,10 @@ import org.wamblee.general.BeanKernel;
 public class Application implements ServletContextListener {
     private static final Log LOG = LogFactory.getLog(Application.class);
     
-    @Resource(mappedName = "jms/MythtvConnectionFactory")
+    @Resource(name = "MythtvConnectionFactory")
     private ConnectionFactory connectionFactory; 
     
-    @Resource(mappedName = "jms/MythtvTimer")
+    @Resource(name = "MythtvTimer")
     private Queue timerQueue; 
 
     /*