[jboss-cvs] JBossAS SVN: r60178 - branches/Branch_4_2/testsuite/src/resources/naming/services.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 1 23:30:47 EST 2007
Author: scott.stark at jboss.org
Date: 2007-02-01 23:30:47 -0500 (Thu, 01 Feb 2007)
New Revision: 60178
Added:
branches/Branch_4_2/testsuite/src/resources/naming/services/externalcontext-service.xml
Log:
JBAS-4048, copy test config from patch branch
Copied: branches/Branch_4_2/testsuite/src/resources/naming/services/externalcontext-service.xml (from rev 60177, branches/JBoss_4_0_5_GA_CP/testsuite/src/resources/naming/services/externalcontext-service.xml)
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/naming/services/externalcontext-service.xml (rev 0)
+++ branches/Branch_4_2/testsuite/src/resources/naming/services/externalcontext-service.xml 2007-02-02 04:30:47 UTC (rev 60178)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+ <mbean code="org.jboss.naming.ExternalContext" name="jboss.test:service=ExternalContext,jndiName=external/SubMockNamingContext">
+ <attribute name="JndiName">external/SubMockNamingContext</attribute>
+ <attribute name="InitialContext">org.jboss.test.naming.factory.MockInitialContext</attribute>
+ <attribute name="Properties">
+ # Dummy JNDI properties
+ java.naming.factory.initial=org.jboss.test.naming.factory.MockInitialContextFactory
+ java.naming.provider.url=http://www.jboss.org
+ </attribute>
+ <attribute name="RemoteAccess">true</attribute>
+ </mbean>
+</server>
More information about the jboss-cvs-commits
mailing list