From 8da8fd78a21ce99e0a2da70dcdcf5a4370a5f708 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 6 Feb 2008 20:19:07 +0000 Subject: [PATCH] --- .../src/main/java/org/wamblee/mythtv/Application.java | 4 ++-- mythtv/war/src/webapp/WEB-INF/sun-web.xml | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/mythtv/monitor/src/main/java/org/wamblee/mythtv/Application.java b/mythtv/monitor/src/main/java/org/wamblee/mythtv/Application.java index 53955751..bdf1cb03 100644 --- a/mythtv/monitor/src/main/java/org/wamblee/mythtv/Application.java +++ b/mythtv/monitor/src/main/java/org/wamblee/mythtv/Application.java @@ -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; /* diff --git a/mythtv/war/src/webapp/WEB-INF/sun-web.xml b/mythtv/war/src/webapp/WEB-INF/sun-web.xml index e7b2c108..606cf61e 100644 --- a/mythtv/war/src/webapp/WEB-INF/sun-web.xml +++ b/mythtv/war/src/webapp/WEB-INF/sun-web.xml @@ -5,14 +5,15 @@ Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.d - + \ No newline at end of file -- 2.31.1