[jboss-cvs] JBossAS SVN: r65086 - trunk/tomcat/src/main/org/jboss/web/tomcat/service.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 5 08:31:39 EDT 2007


Author: wolfc
Date: 2007-09-05 08:31:39 -0400 (Wed, 05 Sep 2007)
New Revision: 65086

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java
Log:
Fixed compile error

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java	2007-09-05 12:06:43 UTC (rev 65085)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java	2007-09-05 12:31:39 UTC (rev 65086)
@@ -477,6 +477,11 @@
       return persistenceUnitResolver.getPersistenceUnitDeployment(unitName);
    }
 
+   public boolean hasJNDIBinding(String jndiName)
+   {
+      return false;
+   }
+   
    public Container resolveEjbContainer(String link, Class businessIntf)
    {
       return ejbResolver.getEjbContainer(link, businessIntf);




More information about the jboss-cvs-commits mailing list