Author: ptahchiev
Date: Wed Oct  1 11:51:18 2008
New Revision: 700866

URL: http://svn.apache.org/viewvc?rev=700866&view=rev
Log:
Latest improvements on the ejb tests. Changed the contestURL

Modified:
    jakarta/cactus/trunk/samples/ejb/pom.xml

Modified: jakarta/cactus/trunk/samples/ejb/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/pom.xml?rev=700866&r1=700865&r2=700866&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/pom.xml Wed Oct  1 11:51:18 2008
@@ -157,6 +157,7 @@
                                        
<destFile>${project.build.directory}/${pom.artifactId}-cactified.ear</destFile>
                                        
<!--mergeWebXml>src/main/webapp/WEB-INF/cactus-web.xml</mergeWebXml-->
                                        <cactusWar>
+                                               <context>/</context>
                                                <redirectors>
                                                        <servletRedirector>
                                                                
<name>ServletRedirectorSecure</name>
@@ -179,12 +180,12 @@
                                                                
<artifactId>httpunit</artifactId>
                                                        </dependency>
                                                </libDependencies>
-                                               <classes>
+                                               <testClasses>
                                                        
<directory>target/classes</directory>
                                                        <includes>
                                                                
<include>**/*Test*.*</include>
                                                        </includes>
-                                               </classes>
+                                               </testClasses>
                                                <version>2.3</version>
                                        </cactusWar>
                                </configuration>
@@ -263,7 +264,7 @@
                                                        <systemProperties>
                                                                <property>
                                                                        
<name>cactus.contextURL</name>
-                                                                       
<value>http://localhost:8080/cactus.samples.ejb-cactified/cactus/</value>
+                                                                       
<value>http://localhost:8080/</value>
                                                                </property>
                                                                <property>
                                                                        
<name>cactus.filterRedirectorName</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to