You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/11/23 04:53:32 UTC

svn commit: r1412742 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml

Author: brett
Date: Fri Nov 23 03:53:31 2012
New Revision: 1412742

URL: http://svn.apache.org/viewvc?rev=1412742&view=rev
Log:
revert accidental change while testing AS 7

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml?rev=1412742&r1=1412741&r2=1412742&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jboss-web.xml Fri Nov 23 03:53:31 2012
@@ -45,7 +45,7 @@
 
   <resource-ref>
     <res-ref-name>mail/Session</res-ref-name>
-    <jndi-name>java:jboss/mail/Default</jndi-name>
+    <jndi-name>java:/Mail</jndi-name>
   </resource-ref>
 
 </jboss-web>