<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>cactus-user@jakarta.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/"/>
<id>http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/</id>
<updated>2009-12-09T20:27:26Z</updated>
<entry>
<title>Cactus 1.7.2 integration Ant 1.6.5 and Junit 4.0 Problems</title>
<author><name>Sri123 &lt;mohanasundaras@mail.nih.gov&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200911.mbox/%3c26515023.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26515023-post@talk-nabble-com%3e</id>
<updated>2009-11-25T15:45:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I am trying to run cactus using ant and I am getting the following exception:

&lt;testcase classname="junit.framework.JUnit4TestCaseFacade" name="unknown"
time="0.265"&gt;
    &lt;error message="Error finding class
[gov.nih.eta.beantier.appldetails.session.ApplDetailBeanCactusTest] using
both the Context classloader and the webapp classloader. Possible causes
include:
	- Your webapp does not include your test classes,
	- The cactus.jar is not located in your WEB-INF/lib directory and your
Container has not set the Context classloader to point to the webapp one"
type="org.apache.cactus.internal.client.ServletExceptionWrapper"&gt;javax.servlet.ServletException:
Error finding class
[gov.nih.eta.beantier.appldetails.session.ApplDetailBeanCactusTest] using
both the Context classloader and the webapp classloader. Possible causes
include:
	- Your webapp does not include your test classes,
	- The cactus.jar is not located in your WEB-INF/lib directory and your
Container has not set the Context classloader to point to the webapp one
	at
org.apache.cactus.internal.server.AbstractWebTestCaller.getTestClassClass(AbstractWebTestCaller.java:501)
	at
org.apache.cactus.internal.server.AbstractWebTestCaller.getTestClassInstance(AbstractWebTestCaller.java:384)
	at
org.apache.cactus.internal.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:109)
	at
org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody0(AbstractWebTestController.java:93)
	at
org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody1$advice(AbstractWebTestController.java:224)
	at
org.apache.cactus.internal.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java)
	at
org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletTestRedirector.java:101)
	at
org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(ServletTestRedirector.java:224)
	at
org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java)
	at
org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTestRedirector.java:72)
	at
org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(ServletTestRedirector.java:224)
	at
org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
	at
gov.nih.framework.webtier.filters.SingleSignOnFixTimeoutFilter.doFilter(SingleSignOnFixTimeoutFilter.java:90)
	at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
	at
gov.nih.framework.webtier.filters.SingleSignOnFixLogoutFilter.doFilter(SingleSignOnFixLogoutFilter.java:64)
	at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
	at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:436)
	at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
	at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
	at
com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
	at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
	at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
	at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
	at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
	at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
	at java.lang.Thread.run(Thread.java:595)
&lt;/error&gt;
  &lt;/testcase&gt;

I have all the necessary jars in the classpath:

&lt;path id="cactus.classpath"&gt;
 &lt;fileset dir="${cactus.dir}"&gt;	        		
 	&lt;include name="lib/*.jar" /&gt;
 &lt;/fileset&gt;			
&lt;pathelement location="${classes.dir}" /&gt;
 &lt;/path&gt;	

&lt;taskdef resource="cactus.tasks"&gt;
		&lt;classpath&gt;
				&lt;pathelement location="cactus.classpath"/&gt;
		&lt;/classpath&gt;
&lt;/taskdef&gt;

Please let me know what I am missing here

Thanks
Sri
-- 
View this message in context: http://old.nabble.com/Cactus-1.7.2-integration-Ant-1.6.5-and-Junit-4.0-Problems-tp26515023p26515023.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus results in JUnit XML format?</title>
<author><name>&lt;Christian.Schima@t-systems.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200911.mbox/%3c82D0C06136C79F4FB9D094054C75AFAB0C4F72@S4DE8SSAABT.t-systems.com%3e"/>
<id>urn:uuid:%3c82D0C06136C79F4FB9D094054C75AFAB0C4F72@S4DE8SSAABT-t-systems-com%3e</id>
<updated>2009-11-05T11:00:47Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I want to execute Cactus tests on my app server and import the generated test report into Sonar
(qualitiy monitoring tool). Sonar is able to import test reports in JUnit XML format. So the
question is: is there a known way to get (or transform) the Cactus test report in JUnit XML
format?

I already found issue CACTUS-179 (http://issues.apache.org/jira/browse/CACTUS-179) which does
not seem to be implemented by now. But anyhow - I have not even yet figured out how to activate
this support for the JUnitReport XML in Cactus. 

Thank you for help and best regards
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus results in JUnit XML format?</title>
<author><name>&lt;Christian.Schima@t-systems.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200911.mbox/%3c82D0C06136C79F4FB9D094054C75AFAB0C4F70@S4DE8SSAABT.t-systems.com%3e"/>
<id>urn:uuid:%3c82D0C06136C79F4FB9D094054C75AFAB0C4F70@S4DE8SSAABT-t-systems-com%3e</id>
<updated>2009-11-05T10:41:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I want to execute Cactus tests on my app server and import the generated test report into Sonar
(qualitiy monitoring tool). Sonar is able to import test reports in JUnit XML format. So the
question is: is there a known way to get (or transform) the Cactus test report in JUnit XML
format?

I already found issue CACTUS-179 (http://issues.apache.org/jira/browse/CACTUS-179) which does
not seem to be implemented by now. But anyhow - I have not even yet figured out how to activate
this support for the JUnitReport XML in Cactus. 

Thank you for help and best regards
Christian



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus results in JUnit XML format?</title>
<author><name>&lt;Christian.Schima@t-systems.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3c82D0C06136C79F4FB9D094054C75AFAB0C4F55@S4DE8SSAABT.t-systems.com%3e"/>
<id>urn:uuid:%3c82D0C06136C79F4FB9D094054C75AFAB0C4F55@S4DE8SSAABT-t-systems-com%3e</id>
<updated>2009-10-28T14:46:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I want to execute Cactus tests on my app server and import the generated test report into Sonar
(qualitiy monitoring tool). Sonar is able to import test reports in JUnit XML format. So the
question is: is there a known way to get (or transform) the Cactus test report in JUnit XML
format?
 
I already found issue CACTUS-179 (http://issues.apache.org/jira/browse/CACTUS-179) which does
not seem to be implemented by now. But anyhow - I have not even yet figured out how to activate
this support for the JUnitReport XML in Cactus.  

Thank you for help and best regards
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: running cactus in eclipse</title>
<author><name>Sri123 &lt;mohanasundaras@mail.nih.gov&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3c25898559.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25898559-post@talk-nabble-com%3e</id>
<updated>2009-10-14T20:35:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I added that and got this exception:

org.apache.cactus.util.ChainedRuntimeException: Failed to get the test
results at [http://webappdev3.era.nih.gov:7793/eta/ServletRedirector]
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody0(DefaultHttpClient.java:92)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody1$advice(DefaultHttpClient.java:288)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(DefaultHttpClient.java)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebTest(HttpProtocolHandler.java:159)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody0(HttpProtocolHandler.java:80)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody1$advice(HttpProtocolHandler.java:288)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest(HttpProtocolHandler.java)
	at
org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCaseCaller.java:144)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCactusTestCase.java:215)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTestCase.java:133)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
	at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
	at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
org.apache.cactus.internal.client.ParsingException: Not a valid response
[404 Not Found]
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callGetResult(DefaultHttpClient.java:211)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody0(DefaultHttpClient.java:87)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody1$advice(DefaultHttpClient.java:288)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(DefaultHttpClient.java)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebTest(HttpProtocolHandler.java:159)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody0(HttpProtocolHandler.java:80)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody1$advice(HttpProtocolHandler.java:288)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest(HttpProtocolHandler.java)
	at
org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCaseCaller.java:144)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCactusTestCase.java:215)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTestCase.java:133)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
	at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
	at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)



Bennett, Jeffrey wrote:
&gt; 
&gt;  When running the test from eclipse, you may need to include a
&gt; "-Dcactus.contextURL=&lt;blah&gt;" as a "VM Arg" to the test.
&gt; 
&gt; -----Original Message-----
&gt; From: Sri123 [mailto:mohanasundaras@mail.nih.gov] 
&gt; Sent: Wednesday, October 14, 2009 4:17 PM
&gt; To: cactus-user@jakarta.apache.org
&gt; Subject: RE: running cactus in eclipse
&gt; 
&gt; 
&gt; I have attached the
&gt; http://www.nabble.com/file/p25898271/cactus.properties
&gt; cactus.properties  and I have them in the classes directory of my
&gt; webapp.
&gt; Please let me know what else could be wrong.
&gt; 
&gt; Bennett, Jeffrey wrote:
&gt;&gt; 
&gt;&gt; You need to have a "cactus.contextURL" property in your 
&gt;&gt; cactus.properties.  Value is typically something like 
&gt;&gt; "http://127.0.0.1:8080", but should point at the server that Eclipse 
&gt;&gt; will run.
&gt;&gt; 
&gt;&gt; Your cactus.properties needs to be in the classes directory of your 
&gt;&gt; webapp.  Specifics of where the file needs to reside depend on how 
&gt;&gt; you've integrated your project with Eclipse.  Suffice to say, the 
&gt;&gt; 'server' side of Eclipse needs to be able to see the cactus.properties
&gt; 
&gt;&gt; file.
&gt;&gt; 
&gt;&gt; -----Original Message-----
&gt;&gt; From: Sri123 [mailto:mohanasundaras@mail.nih.gov]
&gt;&gt; Sent: Wednesday, October 14, 2009 2:28 PM
&gt;&gt; To: cactus-user@jakarta.apache.org
&gt;&gt; Subject: running cactus in eclipse
&gt;&gt; 
&gt;&gt; 
&gt;&gt; Hi
&gt;&gt; 
&gt;&gt; I am newbie to cactus. I am trying to write a simple cactus test case 
&gt;&gt; in eclipse. I have the cactus.jar file in the build path and 
&gt;&gt; cactus.properties is also defined. But when executing the test I am 
&gt;&gt; getting the following error message
&gt;&gt; 
&gt;&gt; org.apache.cactus.util.ChainedRuntimeException: Missing Cactus 
&gt;&gt; property [cactus.contextURL]
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.configuration.BaseConfiguration.getContextU
&gt;&gt; RL
&gt;&gt; (BaseConfiguration.java:59)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt;&gt; ed
&gt;&gt; irectorURL_aroundBody0(AbstractWebConfiguration.java:46)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt;&gt; ed
&gt;&gt; irectorURL_aroundBody1$advice(AbstractWebConfiguration.java:288)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt;&gt; ed
&gt;&gt; irectorURL(AbstractWebConfiguration.java)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.cal
&gt;&gt; lR
&gt;&gt; unTest(DefaultHttpClient.java:159)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt;&gt; es
&gt;&gt; t_aroundBody0(DefaultHttpClient.java:80)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt;&gt; es
&gt;&gt; t_aroundBody1$advice(DefaultHttpClient.java:288)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt;&gt; es
&gt;&gt; t(DefaultHttpClient.java)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt;&gt; un
&gt;&gt; WebTest(HttpProtocolHandler.java:159)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt;&gt; un
&gt;&gt; Test_aroundBody0(HttpProtocolHandler.java:80)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt;&gt; un
&gt;&gt; Test_aroundBody1$advice(HttpProtocolHandler.java:288)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt;&gt; un
&gt;&gt; Test(HttpProtocolHandler.java)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientT
&gt;&gt; es
&gt;&gt; tCaseCaller.java:144)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(Abstra
&gt;&gt; ct
&gt;&gt; CactusTestCase.java:215)
&gt;&gt; 	at
&gt;&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCact
&gt;&gt; us
&gt;&gt; TestCase.java:133)
&gt;&gt; 	at junit.framework.TestResult$1.protect(TestResult.java:110)
&gt;&gt; 	at junit.framework.TestResult.runProtected(TestResult.java:128)
&gt;&gt; 	at junit.framework.TestResult.run(TestResult.java:113)
&gt;&gt; 	at junit.framework.TestCase.run(TestCase.java:124)
&gt;&gt; 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
&gt;&gt; 	at junit.framework.TestSuite.run(TestSuite.java:227)
&gt;&gt; 	at
&gt;&gt; org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.j
&gt;&gt; av
&gt;&gt; a:79)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4T
&gt;&gt; es
&gt;&gt; tReference.java:45)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.
&gt;&gt; ja
&gt;&gt; va:38)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&gt;&gt; Te
&gt;&gt; stRunner.java:460)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&gt;&gt; Te
&gt;&gt; stRunner.java:673)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestR
&gt;&gt; un
&gt;&gt; ner.java:386)
&gt;&gt; 	at
&gt;&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTest
&gt;&gt; Ru
&gt;&gt; nner.java:196)
&gt;&gt; 
&gt;&gt; 
&gt;&gt; Any help on this would be much appreciated.
&gt;&gt; 
&gt;&gt; Thanks
&gt;&gt; Sri
&gt;&gt; --
&gt;&gt; View this message in context:
&gt;&gt; http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25896480.ht
&gt;&gt; ml Sent from the Cactus - User mailing list archive at Nabble.com.
&gt;&gt; 
&gt;&gt; 
&gt;&gt; ---------------------------------------------------------------------
&gt;&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt;&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt;&gt; 
&gt;&gt; 
&gt;&gt; ---------------------------------------------------------------------
&gt;&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt;&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt;&gt; 
&gt;&gt; 
&gt;&gt; 
&gt; 
&gt; --
&gt; View this message in context:
&gt; http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25898271.html
&gt; Sent from the Cactus - User mailing list archive at Nabble.com.
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; 

-- 
View this message in context: http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25898559.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: running cactus in eclipse</title>
<author><name>&quot;Bennett, Jeffrey&quot; &lt;JJBennett@OneCommunications.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3cC00C15D282261446BC9CE6BCA55D4A1C13B9AFCE@ROCHEXC03.ad.choiceonecom.com%3e"/>
<id>urn:uuid:%3cC00C15D282261446BC9CE6BCA55D4A1C13B9AFCE@ROCHEXC03-ad-choiceonecom-com%3e</id>
<updated>2009-10-14T20:20:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
 When running the test from eclipse, you may need to include a
"-Dcactus.contextURL=&lt;blah&gt;" as a "VM Arg" to the test.

-----Original Message-----
From: Sri123 [mailto:mohanasundaras@mail.nih.gov] 
Sent: Wednesday, October 14, 2009 4:17 PM
To: cactus-user@jakarta.apache.org
Subject: RE: running cactus in eclipse


I have attached the
http://www.nabble.com/file/p25898271/cactus.properties
cactus.properties  and I have them in the classes directory of my
webapp.
Please let me know what else could be wrong.

Bennett, Jeffrey wrote:
&gt; 
&gt; You need to have a "cactus.contextURL" property in your 
&gt; cactus.properties.  Value is typically something like 
&gt; "http://127.0.0.1:8080", but should point at the server that Eclipse 
&gt; will run.
&gt; 
&gt; Your cactus.properties needs to be in the classes directory of your 
&gt; webapp.  Specifics of where the file needs to reside depend on how 
&gt; you've integrated your project with Eclipse.  Suffice to say, the 
&gt; 'server' side of Eclipse needs to be able to see the cactus.properties

&gt; file.
&gt; 
&gt; -----Original Message-----
&gt; From: Sri123 [mailto:mohanasundaras@mail.nih.gov]
&gt; Sent: Wednesday, October 14, 2009 2:28 PM
&gt; To: cactus-user@jakarta.apache.org
&gt; Subject: running cactus in eclipse
&gt; 
&gt; 
&gt; Hi
&gt; 
&gt; I am newbie to cactus. I am trying to write a simple cactus test case 
&gt; in eclipse. I have the cactus.jar file in the build path and 
&gt; cactus.properties is also defined. But when executing the test I am 
&gt; getting the following error message
&gt; 
&gt; org.apache.cactus.util.ChainedRuntimeException: Missing Cactus 
&gt; property [cactus.contextURL]
&gt; 	at
&gt; org.apache.cactus.internal.configuration.BaseConfiguration.getContextU
&gt; RL
&gt; (BaseConfiguration.java:59)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt; ed
&gt; irectorURL_aroundBody0(AbstractWebConfiguration.java:46)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt; ed
&gt; irectorURL_aroundBody1$advice(AbstractWebConfiguration.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getR
&gt; ed
&gt; irectorURL(AbstractWebConfiguration.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.cal
&gt; lR
&gt; unTest(DefaultHttpClient.java:159)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt; es
&gt; t_aroundBody0(DefaultHttpClient.java:80)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt; es
&gt; t_aroundBody1$advice(DefaultHttpClient.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doT
&gt; es
&gt; t(DefaultHttpClient.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt; un
&gt; WebTest(HttpProtocolHandler.java:159)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt; un
&gt; Test_aroundBody0(HttpProtocolHandler.java:80)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt; un
&gt; Test_aroundBody1$advice(HttpProtocolHandler.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.r
&gt; un
&gt; Test(HttpProtocolHandler.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientT
&gt; es
&gt; tCaseCaller.java:144)
&gt; 	at
&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(Abstra
&gt; ct
&gt; CactusTestCase.java:215)
&gt; 	at
&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCact
&gt; us
&gt; TestCase.java:133)
&gt; 	at junit.framework.TestResult$1.protect(TestResult.java:110)
&gt; 	at junit.framework.TestResult.runProtected(TestResult.java:128)
&gt; 	at junit.framework.TestResult.run(TestResult.java:113)
&gt; 	at junit.framework.TestCase.run(TestCase.java:124)
&gt; 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
&gt; 	at junit.framework.TestSuite.run(TestSuite.java:227)
&gt; 	at
&gt; org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.j
&gt; av
&gt; a:79)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4T
&gt; es
&gt; tReference.java:45)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.
&gt; ja
&gt; va:38)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&gt; Te
&gt; stRunner.java:460)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&gt; Te
&gt; stRunner.java:673)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestR
&gt; un
&gt; ner.java:386)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTest
&gt; Ru
&gt; nner.java:196)
&gt; 
&gt; 
&gt; Any help on this would be much appreciated.
&gt; 
&gt; Thanks
&gt; Sri
&gt; --
&gt; View this message in context:
&gt; http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25896480.ht
&gt; ml Sent from the Cactus - User mailing list archive at Nabble.com.
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; 

--
View this message in context:
http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25898271.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: running cactus in eclipse</title>
<author><name>Sri123 &lt;mohanasundaras@mail.nih.gov&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3c25898271.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25898271-post@talk-nabble-com%3e</id>
<updated>2009-10-14T20:17:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I have attached the  http://www.nabble.com/file/p25898271/cactus.properties
cactus.properties  and I have them in the classes directory of my webapp.
Please let me know what else could be wrong.

Bennett, Jeffrey wrote:
&gt; 
&gt; You need to have a "cactus.contextURL" property in your
&gt; cactus.properties.  Value is typically something like
&gt; "http://127.0.0.1:8080", but should point at the server that Eclipse
&gt; will run.
&gt; 
&gt; Your cactus.properties needs to be in the classes directory of your
&gt; webapp.  Specifics of where the file needs to reside depend on how
&gt; you've integrated your project with Eclipse.  Suffice to say, the
&gt; 'server' side of Eclipse needs to be able to see the cactus.properties
&gt; file. 
&gt; 
&gt; -----Original Message-----
&gt; From: Sri123 [mailto:mohanasundaras@mail.nih.gov] 
&gt; Sent: Wednesday, October 14, 2009 2:28 PM
&gt; To: cactus-user@jakarta.apache.org
&gt; Subject: running cactus in eclipse
&gt; 
&gt; 
&gt; Hi
&gt; 
&gt; I am newbie to cactus. I am trying to write a simple cactus test case in
&gt; eclipse. I have the cactus.jar file in the build path and
&gt; cactus.properties is also defined. But when executing the test I am
&gt; getting the following error message 
&gt; 
&gt; org.apache.cactus.util.ChainedRuntimeException: Missing Cactus property
&gt; [cactus.contextURL]
&gt; 	at
&gt; org.apache.cactus.internal.configuration.BaseConfiguration.getContextURL
&gt; (BaseConfiguration.java:59)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
&gt; irectorURL_aroundBody0(AbstractWebConfiguration.java:46)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
&gt; irectorURL_aroundBody1$advice(AbstractWebConfiguration.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
&gt; irectorURL(AbstractWebConfiguration.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callR
&gt; unTest(DefaultHttpClient.java:159)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
&gt; t_aroundBody0(DefaultHttpClient.java:80)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
&gt; t_aroundBody1$advice(DefaultHttpClient.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
&gt; t(DefaultHttpClient.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
&gt; WebTest(HttpProtocolHandler.java:159)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
&gt; Test_aroundBody0(HttpProtocolHandler.java:80)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
&gt; Test_aroundBody1$advice(HttpProtocolHandler.java:288)
&gt; 	at
&gt; org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
&gt; Test(HttpProtocolHandler.java)
&gt; 	at
&gt; org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTes
&gt; tCaseCaller.java:144)
&gt; 	at
&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(Abstract
&gt; CactusTestCase.java:215)
&gt; 	at
&gt; org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactus
&gt; TestCase.java:133)
&gt; 	at junit.framework.TestResult$1.protect(TestResult.java:110)
&gt; 	at junit.framework.TestResult.runProtected(TestResult.java:128)
&gt; 	at junit.framework.TestResult.run(TestResult.java:113)
&gt; 	at junit.framework.TestCase.run(TestCase.java:124)
&gt; 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
&gt; 	at junit.framework.TestSuite.run(TestSuite.java:227)
&gt; 	at
&gt; org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.jav
&gt; a:79)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4Tes
&gt; tReference.java:45)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.ja
&gt; va:38)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&gt; stRunner.java:460)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&gt; stRunner.java:673)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
&gt; ner.java:386)
&gt; 	at
&gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
&gt; nner.java:196)
&gt; 
&gt; 
&gt; Any help on this would be much appreciated.
&gt; 
&gt; Thanks
&gt; Sri
&gt; --
&gt; View this message in context:
&gt; http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25896480.html
&gt; Sent from the Cactus - User mailing list archive at Nabble.com.
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; 
&gt; 
&gt; 

-- 
View this message in context: http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25898271.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: running cactus in eclipse</title>
<author><name>&quot;Bennett, Jeffrey&quot; &lt;JJBennett@OneCommunications.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3cC00C15D282261446BC9CE6BCA55D4A1C13B9AFCB@ROCHEXC03.ad.choiceonecom.com%3e"/>
<id>urn:uuid:%3cC00C15D282261446BC9CE6BCA55D4A1C13B9AFCB@ROCHEXC03-ad-choiceonecom-com%3e</id>
<updated>2009-10-14T19:28:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
You need to have a "cactus.contextURL" property in your
cactus.properties.  Value is typically something like
"http://127.0.0.1:8080", but should point at the server that Eclipse
will run.

Your cactus.properties needs to be in the classes directory of your
webapp.  Specifics of where the file needs to reside depend on how
you've integrated your project with Eclipse.  Suffice to say, the
'server' side of Eclipse needs to be able to see the cactus.properties
file. 

-----Original Message-----
From: Sri123 [mailto:mohanasundaras@mail.nih.gov] 
Sent: Wednesday, October 14, 2009 2:28 PM
To: cactus-user@jakarta.apache.org
Subject: running cactus in eclipse


Hi

I am newbie to cactus. I am trying to write a simple cactus test case in
eclipse. I have the cactus.jar file in the build path and
cactus.properties is also defined. But when executing the test I am
getting the following error message 

org.apache.cactus.util.ChainedRuntimeException: Missing Cactus property
[cactus.contextURL]
	at
org.apache.cactus.internal.configuration.BaseConfiguration.getContextURL
(BaseConfiguration.java:59)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
irectorURL_aroundBody0(AbstractWebConfiguration.java:46)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
irectorURL_aroundBody1$advice(AbstractWebConfiguration.java:288)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRed
irectorURL(AbstractWebConfiguration.java)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callR
unTest(DefaultHttpClient.java:159)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
t_aroundBody0(DefaultHttpClient.java:80)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
t_aroundBody1$advice(DefaultHttpClient.java:288)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTes
t(DefaultHttpClient.java)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
WebTest(HttpProtocolHandler.java:159)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
Test_aroundBody0(HttpProtocolHandler.java:80)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
Test_aroundBody1$advice(HttpProtocolHandler.java:288)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.run
Test(HttpProtocolHandler.java)
	at
org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTes
tCaseCaller.java:144)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(Abstract
CactusTestCase.java:215)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactus
TestCase.java:133)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.jav
a:79)
	at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4Tes
tReference.java:45)
	at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.ja
va:38)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:460)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:673)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
ner.java:386)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
nner.java:196)


Any help on this would be much appreciated.

Thanks
Sri
--
View this message in context:
http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25896480.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>running cactus in eclipse</title>
<author><name>Sri123 &lt;mohanasundaras@mail.nih.gov&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3c25896480.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c25896480-post@talk-nabble-com%3e</id>
<updated>2009-10-14T18:28:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi

I am newbie to cactus. I am trying to write a simple cactus test case in
eclipse. I have the cactus.jar file in the build path and cactus.properties
is also defined. But when executing the test I am getting the following
error message 

org.apache.cactus.util.ChainedRuntimeException: Missing Cactus property
[cactus.contextURL]
	at
org.apache.cactus.internal.configuration.BaseConfiguration.getContextURL(BaseConfiguration.java:59)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRedirectorURL_aroundBody0(AbstractWebConfiguration.java:46)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRedirectorURL_aroundBody1$advice(AbstractWebConfiguration.java:288)
	at
org.apache.cactus.internal.configuration.AbstractWebConfiguration.getRedirectorURL(AbstractWebConfiguration.java)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callRunTest(DefaultHttpClient.java:159)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody0(DefaultHttpClient.java:80)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody1$advice(DefaultHttpClient.java:288)
	at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(DefaultHttpClient.java)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebTest(HttpProtocolHandler.java:159)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody0(HttpProtocolHandler.java:80)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody1$advice(HttpProtocolHandler.java:288)
	at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest(HttpProtocolHandler.java)
	at
org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCaseCaller.java:144)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCactusTestCase.java:215)
	at
org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTestCase.java:133)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
	at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
	at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)


Any help on this would be much appreciated.

Thanks
Sri
-- 
View this message in context: http://www.nabble.com/running-cactus-in-eclipse-tp25896480p25896480.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Kurman Karabukaev is out of the office.</title>
<author><name>Kurman Karabukaev &lt;kkarabuk@thoughtworks.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3cOF5F2E27B8.A8DFF9EB-ON8625764F.00317FAF-8625764F.00317FAF@thoughtworks.com%3e"/>
<id>urn:uuid:%3cOF5F2E27B8-A8DFF9EB-ON8625764F-00317FAF-8625764F-00317FAF@thoughtworks-com%3e</id>
<updated>2009-10-14T09:00:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I will be out of the office starting  10/12/2009 and will not return until
10/26/2009.

I will try to respond depending on urgency.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Using cactus for testing SIP servlets</title>
<author><name>&quot;Patel, Kashmira (Kashmira)&quot; &lt;kashmira@avaya.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200910.mbox/%3c797A820D56BEFE4C8C7C3091080954240120FF6C@306181ANEX2.global.avaya.com%3e"/>
<id>urn:uuid:%3c797A820D56BEFE4C8C7C3091080954240120FF6C@306181ANEX2-global-avaya-com%3e</id>
<updated>2009-10-14T06:39:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

I need to write unit tests for SIP servlets, and would like to know if
cactus has any extensions for this.

 

Thanks,

Kashmira



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus and Spring WebFlow</title>
<author><name>&quot;Cyriac, Antony&quot; &lt;CyriacA@gsicommerce.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200909.mbox/%3c21BC361A7F24D8478D56045CD3FB208902476C98@KOPEXCHCLUS01.gsiccorp.net%3e"/>
<id>urn:uuid:%3c21BC361A7F24D8478D56045CD3FB208902476C98@KOPEXCHCLUS01-gsiccorp-net%3e</id>
<updated>2009-09-24T15:01:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

 

   Is there a way we can actually execute Spring WebFlow in-container
using Cactus? Has anybody tried it before?

 

  We are able to execute the Spring MVC Controllers and verify the
modelandview objects. But we are stuck with WebFlow part of the
application.

 

Antony

 



</pre>
</div>
</content>
</entry>
<entry>
<title>Running sample ejb3 example with cactus 1.8.1</title>
<author><name>Radhika Nagalamadaka &lt;Radhika.Nagalamadaka@sas.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200909.mbox/%3cF62CC1C9DC2ABC4A8D986537A79D324F0DD8EC3324@MERCMBX14.na.sas.com%3e"/>
<id>urn:uuid:%3cF62CC1C9DC2ABC4A8D986537A79D324F0DD8EC3324@MERCMBX14-na-sas-com%3e</id>
<updated>2009-09-17T18:21:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I am a newbie to cactus. I am exploring to use cactus for EJB/Servlet testing.

To prepare sample projects with maven I am running into following issues. Looks like there
is no 2.3 maven resource plugin at the location maven is looking for. How do I modify if I
can path where to look for certain plugin? Pom.xml did not have any mention of maven-resources-plugin.
Can anyone help me?

C:\cactus-1.8.1-bin\samples\ejb3&gt;C:\apache-maven-2.2.1\bin\mvn.bat -e install
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Cactus Ejb3 Samples - Parent Project
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom
[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugin:pom:2.3'
from repository central (http://repo1.maven.org/maven2): Er
ror transferring file: Connection refused: connect
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom
[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugin:pom:2.3'
from repository central (http://repo1.maven.org/maven2): Er
ror transferring file: Connection refused: connect
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-resources-plugin

Reason: POM 'org.apache.maven.plugins:maven-resources-plugin' not found in repository: Unable
to download the artifact from any repository

  org.apache.maven.plugins:maven-resources-plugin:pom:2.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

 for project org.apache.maven.plugins:maven-resources-plugin


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project for plugin
'org.apache.maven.plugins:maven-resources-plugin': POM 'org
.apache.maven.plugins:maven-resources-plugin' not found in repository: Unable to download
the artifact from any repository

  org.apache.maven.plugins:maven-resources-plugin:pom:2.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

 for project org.apache.maven.plugins:maven-resources-plugin
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:534)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin
'org.apache.maven.plugins:maven-resources-plugin': POM '
org.apache.maven.plugins:maven-resources-plugin' not found in repository: Unable to download
the artifact from any repository

[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Sep 17 14:14:43 EDT 2009
[INFO] Final Memory: 1M/4M
[INFO] ------------------------------------------------------------------------
C:\cactus-1.8.1-bin\samples\ejb3&gt;

Thanks!
------------------------------------------------------------------------------------------------
Radhika Nagalamadaka
Development Tester





---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Server failed to respond with a valid HTTP response</title>
<author><name>Henrique Cesar Torquato de Oliveira &lt;henrysax@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200909.mbox/%3cf41573430909170712v7cb6282j8fac489e635d21d1@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf41573430909170712v7cb6282j8fac489e635d21d1@mail-gmail-com%3e</id>
<updated>2009-09-17T14:12:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello everyone,

I'm using Cactus with Websphere Application Server 6.0, so I created a very
simple class to start my tests. Here is my class:

public class TestSampleServlet extends TestCase
{
    public TestSampleServlet(String theName)
    {
        super(theName);
    }

    public static Test suite()
    {
        return new TestSuite(TestSampleServlet.class);
    }

    public void testSaveToSessionOK()
    {
            String result = "result";
            assertEquals("result", result);
    }
}

When I try run the test using the ServletTestRunner I'm getting the follow
error:

The server localhost failed to respond with a valid HTTP response
org.apache.commons.httpclient.ProtocolException:
The server localhost failed to respond with a valid HTTP response
at
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1987)
at
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at
org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper.connect_aroundBody0(HttpClientConnectionHelper.java:144)
at
org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper.connect_aroundBody1$advice(HttpClientConnectionHelper.java:307)
at
org.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper.connect(HttpClientConnectionHelper.java:1)
at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.callRunTest(DefaultHttpClient.java:163)
at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody0(DefaultHttpClient.java:81)
at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest_aroundBody1$advice(DefaultHttpClient.java:307)
at
org.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(DefaultHttpClient.java:1)
at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runWebTest(HttpProtocolHandler.java:164)
at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody0(HttpProtocolHandler.java:83)
at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody1$advice(HttpProtocolHandler.java:307)
at
org.apache.cactus.internal.client.connector.http.HttpProtocolHandler.runTest(HttpProtocolHandler.java:1)
at
org.apache.cactus.internal.client.ClientTestCaseCaller.runTest(ClientTestCaseCaller.java:145)
at
org.apache.cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCactusTestCase.java:218)
at
org.apache.cactus.internal.AbstractCactusTestCase.runBare(AbstractCactusTestCase.java:134)
at
org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.java:309)
at
org.apache.cactus.server.runner.ServletTestRunner.doGet_aroundBody0(ServletTestRunner.java:187)
at
org.apache.cactus.server.runner.ServletTestRunner.doGet_aroundBody1$advice(ServletTestRunner.java:225)
at
org.apache.cactus.server.runner.ServletTestRunner.doGet(ServletTestRunner.java:1)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1521)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:759)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:89)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1924)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:89)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
at
com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1701)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)


There is someone here can help me on that ?

tks a lot.


</pre>
</div>
</content>
</entry>
<entry>
<title>Trouble figuring out classpath</title>
<author><name>laredotornado &lt;laredotornado@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3c24707993.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c24707993-post@talk-nabble-com%3e</id>
<updated>2009-07-28T21:15:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi,

I have the latest version of Cactus that I'm running on a WebLogic 9.2.2
server with Java 1.5.  I have a method to load properties ...

	private void loadJUnitTestProperties()
	{
		try 
		{
			ClassLoader cl = ClassLoader.getSystemClassLoader();		
			InputStream is = cl.getResourceAsStream("junit.test.properties");
			test_props.load(is);
		}
		catch ( Exception e )
		{
			e.printStackTrace();
			fail("loadJUnitTestProperties");
		}
	}

However when I attempt to load the properties from one of my Cactus test
methods ...

    public void testAccountNotFound() throws ServletException, IOException
    {
    	loadJUnitTestProperties(); 
    	System.out.println("TestpcAccountLookupJSP: testAccountNotFound");
    	
        RequestDispatcher rd =
this.config.getServletContext().getRequestDispatcher("/pcFlow.do?accountid=8493100033263799");
        rd.forward(this.request, this.response);
    }
    
I get NullPointerExceptions thrown because the class loader is not finding
the properties file.  Although I have put the properties file's parent
directory in my Ant target's classpath, that doesn't seem to be the right
place.  What classpath does the file need to be in?

Thanks, - Dave

-- 
View this message in context: http://www.nabble.com/Trouble-figuring-out-classpath-tp24707993p24707993.html
Sent from the Cactus - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Cactus 1.8.1 not on ibiblio</title>
<author><name>Petar Tahchiev &lt;paranoiabla@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3cf0a114af0907151708h51ba625bu98198cc773f1a37f@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf0a114af0907151708h51ba625bu98198cc773f1a37f@mail-gmail-com%3e</id>
<updated>2009-07-16T00:08:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Jeffrey,

the jars you are probably looking at are here:
http://repo2.maven.org/maven2/org/apache/cactus/cactus.core.framework.uberjar.javaEE.14/1.8.1/
http://repo2.maven.org/maven2/org/apache/cactus/cactus.integration.ant/1.8.1/

depending on what you are using (Ant, Maven, ...)

Cheers, Petar.

2009/7/15 Bennett, Jeffrey &lt;JJBennett@onecommunications.com&gt;:
&gt; There are 1.8.0 and 1.8.1 directories, with POM files, but there's no jars in those directories.
&gt;
&gt; I'm kind of new to the dependency-management stuff, so maybe I'm missing something, but
it seems like that's an incomplete package.
&gt;
&gt;
&gt;
&gt; -----Original Message-----
&gt; From: Petar Tahchiev [mailto:paranoiabla@gmail.com]
&gt; Sent: Wednesday, July 15, 2009 3:02 AM
&gt; To: Cactus Users List
&gt; Subject: Re: Cactus 1.8.1 not on ibiblio
&gt;
&gt; Hi Jeffrey,
&gt;
&gt; version 1.8.0 and 1.8.1 are in this folder
&gt;
&gt; http://repo2.maven.org/maven2/org/apache/cactus/
&gt;
&gt; on the maven servers.
&gt;
&gt; Cheers, Petar.
&gt;
&gt; 2009/7/13 Bennett, Jeffrey &lt;JJBennett@onecommunications.com&gt;:
&gt;&gt; Out project(s) utilize cactus and build using ant, and ivy for
&gt;&gt; dependency-management.  According to ibiblio, the "latest.release"
&gt;&gt; version of cactus is 13-1.7.1.  Any idea when/if the new 1.8.1 version
&gt;&gt; of cactus will be pushed to ibiblio?
&gt;&gt;
&gt;&gt; List of versions on Ibiblio
&gt;&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/maven-meta
&gt;&gt; da
&gt;&gt; ta.xml
&gt;&gt;
&gt;&gt; Aside: not sure why 13-1.7.2 isn't picked up, am guessing it's
&gt;&gt; regarded as malformed due to the missing .POM file here:
&gt;&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/13-1.7.2/
&gt;&gt;
&gt;&gt; Any idea when 1.8.0 and 1.8.1 were released?  I didn't see any
&gt;&gt; information about them on the cactus news page:
&gt;&gt; http://jakarta.apache.org/cactus/news.html
&gt;&gt;
&gt;&gt; Thanks for all the work done on Cactus!
&gt;&gt; -Jeffrey Bennett
&gt;&gt; Development Manager, One Communications
&gt;&gt;
&gt;
&gt;
&gt;
&gt; --
&gt; Regards, Petar!
&gt; Karlovo, Bulgaria.
&gt; - - - - - - - -
&gt; | Author @ Manning Publications.
&gt; | CEO @ Phamola
&gt; | BGJUG-Bulgarian Java User Group Leader.
&gt; | Apache Maven Developer.
&gt; | Apache Jakarta PMC member.
&gt; | Jakarta Cactus Lead Developer.
&gt; | Codehaus Plexus Developer
&gt; | Blogger: http://weblogs.java.net/blog/paranoiabla/
&gt; - - - - - - - -
&gt; Public PGP Key at:
&gt; https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
&gt; Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt;
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt;
&gt;



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| CEO @ Phamola
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Cactus 1.8.1 not on ibiblio</title>
<author><name>&quot;Bennett, Jeffrey&quot; &lt;JJBennett@OneCommunications.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3cC00C15D282261446BC9CE6BCA55D4A1C0B4AB7E0@ROCHEXC03.ad.choiceonecom.com%3e"/>
<id>urn:uuid:%3cC00C15D282261446BC9CE6BCA55D4A1C0B4AB7E0@ROCHEXC03-ad-choiceonecom-com%3e</id>
<updated>2009-07-15T19:34:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
There are 1.8.0 and 1.8.1 directories, with POM files, but there's no jars in those directories.
 

I'm kind of new to the dependency-management stuff, so maybe I'm missing something, but it
seems like that's an incomplete package.

 

-----Original Message-----
From: Petar Tahchiev [mailto:paranoiabla@gmail.com] 
Sent: Wednesday, July 15, 2009 3:02 AM
To: Cactus Users List
Subject: Re: Cactus 1.8.1 not on ibiblio

Hi Jeffrey,

version 1.8.0 and 1.8.1 are in this folder

http://repo2.maven.org/maven2/org/apache/cactus/

on the maven servers.

Cheers, Petar.

2009/7/13 Bennett, Jeffrey &lt;JJBennett@onecommunications.com&gt;:
&gt; Out project(s) utilize cactus and build using ant, and ivy for 
&gt; dependency-management.  According to ibiblio, the "latest.release"
&gt; version of cactus is 13-1.7.1.  Any idea when/if the new 1.8.1 version 
&gt; of cactus will be pushed to ibiblio?
&gt;
&gt; List of versions on Ibiblio
&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/maven-meta
&gt; da
&gt; ta.xml
&gt;
&gt; Aside: not sure why 13-1.7.2 isn't picked up, am guessing it's 
&gt; regarded as malformed due to the missing .POM file here:
&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/13-1.7.2/
&gt;
&gt; Any idea when 1.8.0 and 1.8.1 were released?  I didn't see any 
&gt; information about them on the cactus news page:
&gt; http://jakarta.apache.org/cactus/news.html
&gt;
&gt; Thanks for all the work done on Cactus!
&gt; -Jeffrey Bennett
&gt; Development Manager, One Communications
&gt;



--
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| CEO @ Phamola
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: How to run Cactus tests on already running Weblogic server?</title>
<author><name>&quot;Srinivasan, Radha&quot; &lt;Radha_Srinivasan@stercomm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3c94F478516F964A47B96DD2196254F96C0341BF59@iwblrcormsg001.sci.local%3e"/>
<id>urn:uuid:%3c94F478516F964A47B96DD2196254F96C0341BF59@iwblrcormsg001-sci-local%3e</id>
<updated>2009-07-15T09:41:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Never mind Cargo automatically does that. If a Weblogic instance is
running it does not try to start the server. We don't have to use
&lt;runservertests&gt; task anymore.

&lt;cactus warfile="${src.war.dir}/mytest.war" fork="yes"
        errorProperty="test.failed"
        failureproperty="tests.failed" printsummary="yes"&gt;
	&lt;containerset &gt;
      &lt;cargo containerId="weblogic9x"
             home="${bea.home}/weblogic92"
	     output="${testresults.dir}/weblogic-output.log"
log="${testresults.dir}/weblogic-cargo.log"
			 type="installed" &gt;
          &lt;configuration&gt;
             &lt;property name="cargo.servlet.port" value="${port}"/&gt;
              &lt;property name="cargo.logging" value="high"/&gt;
			  &lt;property name="cargo.jvmargs"
value="-Dvendor=shell
-DvendorFile=${install.dir}/properties/servers.properties
			  -Xdebug -Xnoagent"/&gt;
              &lt;property name="cactus.toDir" value="${testresults.dir}"/&gt;
              &lt;deployable type="war" file="${src.war.dir}/stktest.war"/&gt;
          &lt;/configuration&gt;
      &lt;/cargo&gt;
	&lt;/containerset&gt;
	&lt;classpath refid="test.classpath"/&gt;
	&lt;formatter type="brief" usefile="false"/&gt;
	&lt;formatter type="xml" /&gt;
	&lt;test name = "${testcase.name}"/&gt;
	&lt;sysproperty key="test.server.baseurl"
value="http://${server}:${port}"/&gt;
&lt;/cactus&gt;

&lt;junitreport todir="${reports.dir}"&gt;
  &lt;fileset dir="${testresults.dir}" includes="TEST-*.xml"/&gt;
     &lt;report todir="${reports.dir}" format="frames"/&gt;
&lt;/junitreport&gt;
&lt;fail message="Tests failed. Please see test reports"
      if="test.failed" /&gt;
&lt;/target&gt;


-----Original Message-----
From: Srinivasan, Radha [mailto:Radha_Srinivasan@stercomm.com] 
Sent: Wednesday, July 15, 2009 12:47 PM
To: cactus-user@jakarta.apache.org
Subject: How to run Cactus tests on already running Weblogic server? 

 

Hi,

I am trying to use &lt;runservertests&gt; since I could not do it with cargo.

I have started the server with test war deployed

This is what I have in the xml

 

&lt;runservertasks
testurl="http://${server}:${port}/&lt;webapp&gt;/ServerRedirector/Cactus_Servi
ce=RUN_TEST" starttarget="start.weblogic.92"
stoptarget="stop.weblogic.92" testtarget="test"/&gt;

 

--&gt; starttarget and stoptarget are empty targets.

 

Thanks

Radha Srinivasan

 


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>How to run Cactus tests on already running Weblogic server?</title>
<author><name>&quot;Srinivasan, Radha&quot; &lt;Radha_Srinivasan@stercomm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3c94F478516F964A47B96DD2196254F96C0341BED2@iwblrcormsg001.sci.local%3e"/>
<id>urn:uuid:%3c94F478516F964A47B96DD2196254F96C0341BED2@iwblrcormsg001-sci-local%3e</id>
<updated>2009-07-15T07:17:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
 

Hi,

I am trying to use &lt;runservertests&gt; since I could not do it with cargo.

I have started the server with test war deployed

This is what I have in the xml

 

&lt;runservertasks
testurl="http://${server}:${port}/&lt;webapp&gt;/ServerRedirector/Cactus_Servi
ce=RUN_TEST" starttarget="start.weblogic.92"
stoptarget="stop.weblogic.92" testtarget="test"/&gt;

 

--&gt; starttarget and stoptarget are empty targets.

 

Thanks

Radha Srinivasan

 



</pre>
</div>
</content>
</entry>
<entry>
<title>How to run Cactus tests on already running Weblogic server?</title>
<author><name>&quot;Srinivasan, Radha&quot; &lt;Radha_Srinivasan@stercomm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3c94F478516F964A47B96DD2196254F96C0341BECD@iwblrcormsg001.sci.local%3e"/>
<id>urn:uuid:%3c94F478516F964A47B96DD2196254F96C0341BECD@iwblrcormsg001-sci-local%3e</id>
<updated>2009-07-15T07:11:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I am trying to use &lt;runservertests&gt; since I could not do it with cargo.

I have started the server with test war deployed

This is what I have in the xml

 

&lt;runservertasks
testurl="http://${server}:${port}/&lt;webapp&gt;/ServerRedirector/Cactus_Servi
ce=RUN_TEST" starttarget="start.weblogic.92"
stoptarget="stop.weblogic.92" testtarget="test"/&gt;

 

--&gt; starttarget and stoptarget are empty targets.

 

Thanks

Radha Srinivasan

 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Cactus 1.8.1 not on ibiblio</title>
<author><name>Petar Tahchiev &lt;paranoiabla@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3cf0a114af0907150001t321713ebk8c9fb87fc7943d55@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf0a114af0907150001t321713ebk8c9fb87fc7943d55@mail-gmail-com%3e</id>
<updated>2009-07-15T07:01:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Jeffrey,

version 1.8.0 and 1.8.1 are in this folder

http://repo2.maven.org/maven2/org/apache/cactus/

on the maven servers.

Cheers, Petar.

2009/7/13 Bennett, Jeffrey &lt;JJBennett@onecommunications.com&gt;:
&gt; Out project(s) utilize cactus and build using ant, and ivy for
&gt; dependency-management.  According to ibiblio, the "latest.release"
&gt; version of cactus is 13-1.7.1.  Any idea when/if the new 1.8.1 version
&gt; of cactus will be pushed to ibiblio?
&gt;
&gt; List of versions on Ibiblio
&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/maven-metada
&gt; ta.xml
&gt;
&gt; Aside: not sure why 13-1.7.2 isn't picked up, am guessing it's regarded
&gt; as malformed due to the missing .POM file here:
&gt; http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/13-1.7.2/
&gt;
&gt; Any idea when 1.8.0 and 1.8.1 were released?  I didn't see any
&gt; information about them on the cactus news page:
&gt; http://jakarta.apache.org/cactus/news.html
&gt;
&gt; Thanks for all the work done on Cactus!
&gt; -Jeffrey Bennett
&gt; Development Manager, One Communications
&gt;



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| CEO @ Phamola
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus 1.8.1 not on ibiblio</title>
<author><name>&quot;Bennett, Jeffrey&quot; &lt;JJBennett@OneCommunications.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200907.mbox/%3cC00C15D282261446BC9CE6BCA55D4A1C0B4AB7C8@ROCHEXC03.ad.choiceonecom.com%3e"/>
<id>urn:uuid:%3cC00C15D282261446BC9CE6BCA55D4A1C0B4AB7C8@ROCHEXC03-ad-choiceonecom-com%3e</id>
<updated>2009-07-13T16:06:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Out project(s) utilize cactus and build using ant, and ivy for
dependency-management.  According to ibiblio, the "latest.release"
version of cactus is 13-1.7.1.  Any idea when/if the new 1.8.1 version
of cactus will be pushed to ibiblio?

List of versions on Ibiblio
http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/maven-metada
ta.xml

Aside: not sure why 13-1.7.2 isn't picked up, am guessing it's regarded
as malformed due to the missing .POM file here:
http://mirrors.ibiblio.org/pub/mirrors/maven2/cactus/cactus/13-1.7.2/

Any idea when 1.8.0 and 1.8.1 were released?  I didn't see any
information about them on the cactus news page:
http://jakarta.apache.org/cactus/news.html

Thanks for all the work done on Cactus!
-Jeffrey Bennett
Development Manager, One Communications 


</pre>
</div>
</content>
</entry>
<entry>
<title>RE: New bie to Cactus</title>
<author><name>Magnus Grimsell &lt;magnus.grimsell@idainfront.se&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200906.mbox/%3c1DCE895F45843C42B615CA046BA82158122550E4E9@walle.lin.idainfront.se%3e"/>
<id>urn:uuid:%3c1DCE895F45843C42B615CA046BA82158122550E4E9@walle-lin-idainfront-se%3e</id>
<updated>2009-06-24T12:54:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Have a look at the 20 minutes tutorial.
http://jakarta.apache.org/cactus/integration/howto_tomcat.html

&gt;-----Original Message-----
&gt;From: Hari Imadabattina [mailto:HI0046074@TechMahindra.com]
&gt;Sent: Wednesday, June 24, 2009 1:21 PM
&gt;To: cactus-user@jakarta.apache.org
&gt;Subject: New bie to Cactus
&gt;
&gt;
&gt;Hi All,
&gt;    I am a new bie to Cactus and I would like to know where to start?
&gt;Can you please provide me the best tutorials and links.
&gt;
&gt;
&gt;Thanks
&gt;Hari
&gt;
&gt;
&gt;========================================================================
&gt;====================================================
&gt;
&gt;Disclaimer:
&gt;
&gt;This message and the information contained herein is proprietary and
&gt;confidential and subject to the Tech Mahindra policy statement, you may
&gt;review the policy at &lt;a
&gt;href="http://www.techmahindra.com/Disclaimer.html"&gt;http://www.techmahind
&gt;ra.com/Disclaimer.html&lt;/a&gt; externally and &lt;a
&gt;href="http://tim.techmahindra.com/Disclaimer.html"&gt;http://tim.techmahind
&gt;ra.com/Disclaimer.html&lt;/a&gt; internally within Tech Mahindra.
&gt;
&gt;========================================================================
&gt;====================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>New bie to Cactus</title>
<author><name>Hari Imadabattina &lt;HI0046074@TechMahindra.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200906.mbox/%3c32B74AA9E42AFF4A92439957561D136016072E8790@SINNODMBX001.TechMahindra.com%3e"/>
<id>urn:uuid:%3c32B74AA9E42AFF4A92439957561D136016072E8790@SINNODMBX001-TechMahindra-com%3e</id>
<updated>2009-06-24T11:20:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi All,
    I am a new bie to Cactus and I would like to know where to start? Can you please provide
me the best tutorials and links.


Thanks
Hari


============================================================================================================================
 
Disclaimer:

This message and the information contained herein is proprietary and confidential and subject
to the Tech Mahindra policy statement, you may review the policy at &lt;a href="http://www.techmahindra.com/Disclaimer.html"&gt;http://www.techmahindra.com/Disclaimer.html&lt;/a&gt;
externally and &lt;a href="http://tim.techmahindra.com/Disclaimer.html"&gt;http://tim.techmahindra.com/Disclaimer.html&lt;/a&gt;
internally within Tech Mahindra.

============================================================================================================================

</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Problems in running Cactus sample with Ant</title>
<author><name>&quot;Chen Mach - machen&quot; &lt;Mach.Chen@acxiom.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200906.mbox/%3c897F8A03B580A54BA6C8EDAC50916B19016AA605@sghmsx01.ap.Acxiom.net%3e"/>
<id>urn:uuid:%3c897F8A03B580A54BA6C8EDAC50916B19016AA605@sghmsx01-ap-Acxiom-net%3e</id>
<updated>2009-06-03T07:58:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The problem has been solved by copying the library ant-junit-1.6.5.jar to the ANT lib folder.

Thanks. 

-----Original Message-----
From: sach Beeharry [mailto:sachtruth@googlemail.com] 
Sent: 2009Äê6ÔÂ3ÈÕ 13:37
To: Cactus Users List
Subject: Re: Problems in running Cactus sample with Ant

Hi,

Try to add strutstest-2.1.4-2.4-patched-cactus180.jar (
http://danlipofsky.com/technical/cactus/) to your classpath and see if it helps.
Regards,
Sach
2009/6/3 Chen Mach - machen &lt;Mach.Chen@acxiom.com&gt;

&gt; Hi,
&gt;
&gt; It's the first time I tried Cactus. I was just trying to run the 
&gt; servlet testing sample shipped with the package of Cactus v1.8.1.  
&gt; There was no problem when I run this test with Maven. But I got the 
&gt; following exception when I run it with Ant:
&gt;
&gt; test:
&gt;     [echo] Please take a deep breath while Cargo gets the Tomcat for 
&gt; running the sample servlet tests...
&gt;
&gt; BUILD FAILED
&gt; java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/l
&gt; an
&gt; g/String;)V
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1338)
&gt;        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;        at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExec
&gt; ut
&gt; or.java:41)
&gt;        at
&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;        at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;        at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt; Caused by: java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/l
&gt; an
&gt; g/String;)V
&gt;        at
&gt; org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
&gt;        at
&gt; org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.j
&gt; av
&gt; a:222)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java
&gt; :1
&gt; 60)
&gt;        at org.apache.tools.ant.Task.perform(Task.java:347)
&gt;        at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;        at org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;        ... 7 more
&gt; --- Nested Exception ---
&gt; java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/l
&gt; an
&gt; g/String;)V
&gt;        at
&gt; org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
&gt;        at
&gt; org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.j
&gt; av
&gt; a:222)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java
&gt; :1
&gt; 60)
&gt;        at org.apache.tools.ant.Task.perform(Task.java:347)
&gt;        at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;        at org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;        at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExec
&gt; ut
&gt; or.java:41)
&gt;        at
&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;        at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;        at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt;
&gt; Can anybody give me a guide on this?
&gt;
&gt; Thanks,
&gt;
&gt; Mach
&gt;
&gt;
&gt;
&gt;
&gt; **********************************************************************
&gt; ***** The information contained in this communication is confidential, 
&gt; is intended only for the use of the recipient named above, and may be 
&gt; legally privileged.
&gt;
&gt; If the reader of this message is not the intended recipient, you are 
&gt; hereby notified that any dissemination, distribution or copying of 
&gt; this communication is strictly prohibited.
&gt;
&gt; If you have received this communication in error, please resend this 
&gt; communication to the sender and delete the original message or any 
&gt; copy of it from your computer system.
&gt;
&gt; Thank You.
&gt;
&gt; **********************************************************************
&gt; ******
&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Problems in running Cactus sample with Ant</title>
<author><name>sach Beeharry &lt;sachtruth@googlemail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200906.mbox/%3c94b3482b0906022237i93ecf6fy25fa4b1d1b05ed5@mail.gmail.com%3e"/>
<id>urn:uuid:%3c94b3482b0906022237i93ecf6fy25fa4b1d1b05ed5@mail-gmail-com%3e</id>
<updated>2009-06-03T05:37:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

Try to add strutstest-2.1.4-2.4-patched-cactus180.jar (
http://danlipofsky.com/technical/cactus/) to your classpath and see if it
helps.
Regards,
Sach
2009/6/3 Chen Mach - machen &lt;Mach.Chen@acxiom.com&gt;

&gt; Hi,
&gt;
&gt; It's the first time I tried Cactus. I was just trying to run the servlet
&gt; testing sample shipped with the package of Cactus v1.8.1.  There was no
&gt; problem when I run this test with Maven. But I got the following
&gt; exception when I run it with Ant:
&gt;
&gt; test:
&gt;     [echo] Please take a deep breath while Cargo gets the Tomcat for
&gt; running the sample servlet tests...
&gt;
&gt; BUILD FAILED
&gt; java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
&gt; g/String;)V
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1338)
&gt;        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;        at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut
&gt; or.java:41)
&gt;        at
&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;        at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;        at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt; Caused by: java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
&gt; g/String;)V
&gt;        at
&gt; org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
&gt;        at
&gt; org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.jav
&gt; a:222)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:1
&gt; 60)
&gt;        at org.apache.tools.ant.Task.perform(Task.java:347)
&gt;        at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;        at org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;        ... 7 more
&gt; --- Nested Exception ---
&gt; java.lang.NoSuchMethodError:
&gt; org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
&gt; g/String;)V
&gt;        at
&gt; org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
&gt;        at
&gt; org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.jav
&gt; a:222)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
&gt;        at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:1
&gt; 60)
&gt;        at org.apache.tools.ant.Task.perform(Task.java:347)
&gt;        at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;        at org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;        at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;        at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut
&gt; or.java:41)
&gt;        at
&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;        at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;        at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt;
&gt; Can anybody give me a guide on this?
&gt;
&gt; Thanks,
&gt;
&gt; Mach
&gt;
&gt;
&gt;
&gt;
&gt; ***************************************************************************
&gt; The information contained in this communication is confidential, is
&gt; intended only for the use of the recipient named above, and may be legally
&gt; privileged.
&gt;
&gt; If the reader of this message is not the intended recipient, you are
&gt; hereby notified that any dissemination, distribution or copying of this
&gt; communication is strictly prohibited.
&gt;
&gt; If you have received this communication in error, please resend this
&gt; communication to the sender and delete the original message or any copy
&gt; of it from your computer system.
&gt;
&gt; Thank You.
&gt;
&gt; ****************************************************************************
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Problems in running Cactus sample with Ant</title>
<author><name>&quot;Chen Mach - machen&quot; &lt;Mach.Chen@acxiom.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200906.mbox/%3c897F8A03B580A54BA6C8EDAC50916B19016AA604@sghmsx01.ap.Acxiom.net%3e"/>
<id>urn:uuid:%3c897F8A03B580A54BA6C8EDAC50916B19016AA604@sghmsx01-ap-Acxiom-net%3e</id>
<updated>2009-06-03T04:14:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,
 
It's the first time I tried Cactus. I was just trying to run the servlet
testing sample shipped with the package of Cactus v1.8.1.  There was no
problem when I run this test with Maven. But I got the following
exception when I run it with Ant:
 
test:
     [echo] Please take a deep breath while Cargo gets the Tomcat for
running the sample servlet tests...
 
BUILD FAILED
java.lang.NoSuchMethodError:
org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
g/String;)V
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1338)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut
or.java:41)
        at
org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.Main.runBuild(Main.java:698)
        at org.apache.tools.ant.Main.startAnt(Main.java:199)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: java.lang.NoSuchMethodError:
org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
g/String;)V
        at
org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
        at
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.jav
a:222)
        at
org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
        at
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:1
60)
        at org.apache.tools.ant.Task.perform(Task.java:347)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        ... 7 more
--- Nested Exception ---
java.lang.NoSuchMethodError:
org.apache.cactus.integration.ant.CactusTask.addClasspathEntry(Ljava/lan
g/String;)V
        at
org.apache.cactus.integration.ant.CactusTask.init(CactusTask.java:108)
        at
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.jav
a:222)
        at
org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:411)
        at
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:1
60)
        at org.apache.tools.ant.Task.perform(Task.java:347)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut
or.java:41)
        at
org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.Main.runBuild(Main.java:698)
        at org.apache.tools.ant.Main.startAnt(Main.java:199)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
 
Can anybody give me a guide on this? 
 
Thanks,
 
Mach

 

 
***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.
****************************************************************************


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Giving error in tests on Mavan with Weblogic 9.2</title>
<author><name>Mallikarjuna S C &lt;sc.mallikarjuna@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200904.mbox/%3c80fe62b40904100323r441d384uffdd26fe08b163@mail.gmail.com%3e"/>
<id>urn:uuid:%3c80fe62b40904100323r441d384uffdd26fe08b163@mail-gmail-com%3e</id>
<updated>2009-04-10T10:23:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello Peter

Thanks for the concern
Here is my Class code

public class CQServletTest extends ServletTestCase {
    CQServlet servlet = new CQServlet();
    DittoResultSet drs = new DittoResultSet ();
    ServletTestCase ser = new ServletTestCase();
    public void setUp() throws Exception {
        super.setUp();
        System.out.println("CQServletTest setUp");
    }
    public void testDummySample() throws Exception {
         System.out.println("testDummySample START    ");
    }
    public void testExecuteQueryStockSolutions() throws Exception {

        String fullOrdersOn = "";
        servlet.setQueryType(CQServlet.SAMPLE_TYPE);
        drs = servlet.executeQuery1(fullOrdersOn);
        assertTrue(drs.getNumberOfRows() &gt; 0);
    }
    public void beginExecuteQueryScreenGroup(WebRequest req) {
        try{
            req.addParameter("SampeString", "Mallikarjun");
        }catch (Exception e){
            e.printStackTrace();
        }
    }
}

Regards
Mallikarjuna

On Fri, Apr 10, 2009 at 3:39 PM, Petar Tahchiev &lt;petar@tahchiev.net&gt; wrote:

&gt; Hi Mallikarjuna,
&gt;
&gt; Can we see the QServletTest?
&gt;
&gt; 2009/4/10  &lt;sc.mallikarjuna@gmail.com&gt;:
&gt; &gt; Hello
&gt; &gt;
&gt; &gt; I am writing JUnit Test Cases for Servlets. On running a sinle test case
&gt; on maven, it is executing the begin methods, but giving errors in test
&gt; methods.
&gt; &gt;
&gt; &gt; I have added the cactus jars, bothon client side,  made entries in
&gt; Web.xml, added in StartWebLogic.cmd, It is not executing any test methods.
&gt; &gt;
&gt; &gt; Any help/ tip would be greatly appreciated .
&gt; &gt;
&gt; &gt; Regards
&gt; &gt; Mallikarjuna
&gt; &gt;
&gt; &gt; The log is as follows
&gt; &gt;
&gt; &gt; 2009-04-10 13:27:50,362 ERROR
&gt; org.apache.cactus.server.AbstractWebTestCaller: Error instantiating class
&gt; [QServletTest(testDummySample
&gt; &gt; )]
&gt; &gt; java.lang.NoSuchMethodException: QServletTest.&lt;init&gt;(java.lang.String)
&gt; &gt;        at java.lang.Class.getConstructor0(Class.java:2678)
&gt; &gt;        at java.lang.Class.getConstructor(Class.java:1629)
&gt; &gt;        at
&gt; org.apache.cactus.server.AbstractWebTestCaller.getTestClassInstance(AbstractWebTestCaller.java:304)
&gt; &gt;        at
&gt; org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:143)
&gt; &gt;        at
&gt; org.apache.cactus.server.AbstractWebTestController.dispatch87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.j
&gt; &gt; ava(1k):125)
&gt; &gt;        at
&gt; org.apache.cactus.server.AbstractWebTestController.around87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.jav
&gt; &gt; a(1k):1156)
&gt; &gt;        at
&gt; org.apache.cactus.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.java(1k):101
&gt; &gt; )
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.dispatch113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):123)
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.around113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):109)
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.dispatch112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):96)
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.around112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
&gt; &gt;        at
&gt; org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):92)
&gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
&gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
&gt; &gt;
&gt; &gt;
&gt; &gt; --
&gt; &gt; This message was sent on behalf of sc.mallikarjuna@gmail.com at
&gt; openSubscriber.com
&gt; &gt;
&gt; http://www.opensubscriber.com/messages/cactus-user@jakarta.apache.org/topic.html
&gt; &gt;
&gt; &gt; ---------------------------------------------------------------------
&gt; &gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; &gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt; &gt;
&gt; &gt;
&gt;
&gt;
&gt;
&gt; --
&gt; Regards, Petar!
&gt; Karlovo, Bulgaria.
&gt; - - - - - - - -
&gt; | Author @ Manning Publications.
&gt; | Senior Solution Architect @ Unic
&gt; | BGJUG-Bulgarian Java User Group Leader.
&gt; | Apache Maven Developer.
&gt; | Apache Jakarta PMC member.
&gt; | Jakarta Cactus Lead Developer.
&gt; | Codehaus Plexus Developer
&gt; | Blogger: http://weblogs.java.net/blog/paranoiabla/
&gt; - - - - - - - -
&gt; Public PGP Key at:
&gt; https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
&gt; Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Giving error in tests on Mavan with Weblogic 9.2</title>
<author><name>Petar Tahchiev &lt;petar@tahchiev.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200904.mbox/%3cf0a114af0904100309k264f254aq890514678c5bc8ef@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf0a114af0904100309k264f254aq890514678c5bc8ef@mail-gmail-com%3e</id>
<updated>2009-04-10T10:09:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Mallikarjuna,

Can we see the QServletTest?

2009/4/10  &lt;sc.mallikarjuna@gmail.com&gt;:
&gt; Hello
&gt;
&gt; I am writing JUnit Test Cases for Servlets. On running a sinle test case on maven, it
is executing the begin methods, but giving errors in test methods.
&gt;
&gt; I have added the cactus jars, bothon client side,  made entries in Web.xml, added in
StartWebLogic.cmd, It is not executing any test methods.
&gt;
&gt; Any help/ tip would be greatly appreciated .
&gt;
&gt; Regards
&gt; Mallikarjuna
&gt;
&gt; The log is as follows
&gt;
&gt; 2009-04-10 13:27:50,362 ERROR org.apache.cactus.server.AbstractWebTestCaller: Error instantiating
class [QServletTest(testDummySample
&gt; )]
&gt; java.lang.NoSuchMethodException: QServletTest.&lt;init&gt;(java.lang.String)
&gt;        at java.lang.Class.getConstructor0(Class.java:2678)
&gt;        at java.lang.Class.getConstructor(Class.java:1629)
&gt;        at org.apache.cactus.server.AbstractWebTestCaller.getTestClassInstance(AbstractWebTestCaller.java:304)
&gt;        at org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:143)
&gt;        at org.apache.cactus.server.AbstractWebTestController.dispatch87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.j
&gt; ava(1k):125)
&gt;        at org.apache.cactus.server.AbstractWebTestController.around87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.jav
&gt; a(1k):1156)
&gt;        at org.apache.cactus.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.java(1k):101
&gt; )
&gt;        at org.apache.cactus.server.ServletTestRedirector.dispatch113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):123)
&gt;        at org.apache.cactus.server.ServletTestRedirector.around113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
&gt;        at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):109)
&gt;        at org.apache.cactus.server.ServletTestRedirector.dispatch112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):96)
&gt;        at org.apache.cactus.server.ServletTestRedirector.around112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
&gt;        at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):92)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
&gt;
&gt;
&gt; --
&gt; This message was sent on behalf of sc.mallikarjuna@gmail.com at openSubscriber.com
&gt; http://www.opensubscriber.com/messages/cactus-user@jakarta.apache.org/topic.html
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail: cactus-user-help@jakarta.apache.org
&gt;
&gt;



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| Senior Solution Architect @ Unic
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Giving error in tests on Mavan with Weblogic 9.2</title>
<author><name>sc.mallikarjuna@gmail.com</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200904.mbox/%3c27473621.11239356557801.JavaMail.root@wombat.diezmil.com%3e"/>
<id>urn:uuid:%3c27473621-11239356557801-JavaMail-root@wombat-diezmil-com%3e</id>
<updated>2009-04-10T09:42:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello 

I am writing JUnit Test Cases for Servlets. On running a sinle test case on maven, it is executing
the begin methods, but giving errors in test methods. 

I have added the cactus jars, bothon client side,  made entries in Web.xml, added in StartWebLogic.cmd,
It is not executing any test methods.

Any help/ tip would be greatly appreciated .

Regards
Mallikarjuna

The log is as follows 

2009-04-10 13:27:50,362 ERROR org.apache.cactus.server.AbstractWebTestCaller: Error instantiating
class [QServletTest(testDummySample
)]
java.lang.NoSuchMethodException: QServletTest.&lt;init&gt;(java.lang.String)
        at java.lang.Class.getConstructor0(Class.java:2678)
        at java.lang.Class.getConstructor(Class.java:1629)
        at org.apache.cactus.server.AbstractWebTestCaller.getTestClassInstance(AbstractWebTestCaller.java:304)
        at org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:143)
        at org.apache.cactus.server.AbstractWebTestController.dispatch87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.j
ava(1k):125)
        at org.apache.cactus.server.AbstractWebTestController.around87_handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.jav
a(1k):1156)
        at org.apache.cactus.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java;org/apache/cactus/util/log/LogAspect.java(1k):101
)
        at org.apache.cactus.server.ServletTestRedirector.dispatch113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):123)
        at org.apache.cactus.server.ServletTestRedirector.around113_doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
        at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):109)
        at org.apache.cactus.server.ServletTestRedirector.dispatch112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):96)
        at org.apache.cactus.server.ServletTestRedirector.around112_doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):1156)
        at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java;org/apache/cactus/util/log/LogAspect.java(1k):92)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


--
This message was sent on behalf of sc.mallikarjuna@gmail.com at openSubscriber.com
http://www.opensubscriber.com/messages/cactus-user@jakarta.apache.org/topic.html

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Missing Cactus property [cactus.contextURL] when using maven 1.1</title>
<author><name>Christopher Thill &lt;cjtmet@yahoo.com.au&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200904.mbox/%3c122205.68365.qm@web52605.mail.re2.yahoo.com%3e"/>
<id>urn:uuid:%3c122205-68365-qm@web52605-mail-re2-yahoo-com%3e</id>
<updated>2009-04-08T06:30:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Sorry for the long winded newbie questions but help would will be greatly appreciated.

I have a turbine web applications that has been working for a while.  I am using maven 1.1
and the META plugin 1.3 and turbine 2.3.3.

I am trying to setup cactus testing for the application.  I downloaded the cactus maven plugin
using the command
   maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.7.2

I then added the following lines to my project.xml file
    &lt;dependency&gt;
      &lt;groupId&gt;cactus&lt;/groupId&gt;
      &lt;artifactId&gt;cactus&lt;/artifactId&gt;
      &lt;version&gt;13-1.7.2&lt;/version&gt;
      &lt;properties&gt;        
        &lt;war.bundle&gt;false&lt;/war.bundle&gt;
      &lt;/properties&gt;      
    &lt;/dependency&gt;            
    &lt;dependency&gt;
      &lt;groupId&gt;cactus&lt;/groupId&gt;
      &lt;artifactId&gt;cactus-ant&lt;/artifactId&gt;
      &lt;version&gt;13-1.7.2&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;aspectj&lt;/groupId&gt;
      &lt;artifactId&gt;aspectjrt&lt;/artifactId&gt;
      &lt;version&gt;1.2.1&lt;/version&gt;
      &lt;properties&gt;
        &lt;war.bundle&gt;false&lt;/war.bundle&gt;
      &lt;/properties&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;commons-httpclient&lt;/groupId&gt;
      &lt;artifactId&gt;commons-httpclient&lt;/artifactId&gt;
      &lt;version&gt;2.0.2&lt;/version&gt;
      &lt;properties&gt;
        &lt;cactus.bundle&gt;true&lt;/cactus.bundle&gt;
        &lt;war.bundle&gt;false&lt;/war.bundle&gt;
      &lt;/properties&gt;
    &lt;/dependency&gt;
    &lt;!-- The following have been added to try to get ride of an error with the the 
         build where cactus.ContextURL is not found. --&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;cargo&lt;/groupId&gt;
      &lt;artifactId&gt;cargo&lt;/artifactId&gt;
      &lt;version&gt;0.5&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;httpunit&lt;/groupId&gt;
      &lt;artifactId&gt;httpunit&lt;/artifactId&gt;
      &lt;version&gt;1.6&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;nekohtml&lt;/groupId&gt;
      &lt;artifactId&gt;nekohtml&lt;/artifactId&gt;
      &lt;version&gt;0.9.1&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;xerces&lt;/groupId&gt;
      &lt;artifactId&gt;xercesImpl&lt;/artifactId&gt;
      &lt;version&gt;2.6.2&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;xerces&lt;/groupId&gt;
      &lt;artifactId&gt;xmlParserAPIs&lt;/artifactId&gt;
      &lt;version&gt;2.2.1&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;rhino&lt;/groupId&gt;
      &lt;artifactId&gt;js&lt;/artifactId&gt;
      &lt;version&gt;1.5R4.1&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;ant&lt;/groupId&gt;
      &lt;artifactId&gt;ant&lt;/artifactId&gt;
      &lt;version&gt;1.5.3-1&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;commons-jelly&lt;/groupId&gt;
      &lt;artifactId&gt;commons-jelly&lt;/artifactId&gt;
      &lt;version&gt;20030902.160215&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;commons-jelly&lt;/groupId&gt;
      &lt;artifactId&gt;commons-jelly-tags-ant&lt;/artifactId&gt;
      &lt;version&gt;20030625.032346&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;commons-beanutils&lt;/groupId&gt;
      &lt;artifactId&gt;commons-beanutils&lt;/artifactId&gt;
      &lt;version&gt;1.7.0&lt;/version&gt;
    &lt;/dependency&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;commons-jelly&lt;/groupId&gt;
      &lt;artifactId&gt;commons-jelly-tags-xml&lt;/artifactId&gt;
      &lt;version&gt;20030211.142705&lt;/version&gt;
    &lt;/dependency&gt;

I then added the following lines to the build.properties for the project
   # Cactus configuration
   #cactus.home.tomcat4x =      C:/Apache/apache-tomcat-6.0.14
   #cactus.home.tomcat6x =      C:/Apache/apache-tomcat-6.0.14
   cactus.src.dir       =      src/test
   # cactus.contextURL    =      http://localhost:8080/jacksprats

I wrote a test case. I will not attach the file here it does not even get executed.

I issue the command 
   maven cactus

I get the erro "Missing Cactus property [cactus.contextURL]" problem in the cactus "TEST-TestCaseTest.xml"
file

This still persists if I uncomment the cactus.contextURL line in the build.properties.

If I enter the command line
    maven cactus -Dcactus.contextURL=http://localhost:8080/jacksprats

I get the a "Connection refused: connect" error in the test output.


      Enjoy a better web experience. Upgrade to the new Internet Explorer 8 optimised for
Yahoo!7. Get it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>AW: Cactus-Ant Integration issue</title>
<author><name>&quot;Kapil Khanna&quot; &lt;kkhanna@kana.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200903.mbox/%3c0DCEE182919F144B8F407EDE112C04B701017B4C@KSW-MSG-02.kana.com%3e"/>
<id>urn:uuid:%3c0DCEE182919F144B8F407EDE112C04B701017B4C@KSW-MSG-02-kana-com%3e</id>
<updated>2009-03-16T02:25:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thanks for the reply but I'm using Cactus-1.7.1 using Ant-1.7 and able
to call the cactifyear and cactus target.

 

But now it throws the following error :

 

BUILD FAILED

java.lang.IllegalArgumentException: InputStream cannot be null

        at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)

        at
org.apache.cactus.integration.ant.deployment.application.ApplicationX

mlIo.parseApplicationXml(ApplicationXmlIo.java:152)

        at
org.apache.cactus.integration.ant.deployment.application.DefaultEarAr

chive.getApplicationXml(DefaultEarArchive.java:89)

        at
org.apache.cactus.integration.ant.deployment.EarParser.getUriOfCactif

iedWebModule(EarParser.java:161)

        at
org.apache.cactus.integration.ant.deployment.EarParser.parse(EarParse

r.java:59)

        at
org.apache.cactus.integration.ant.CactusTask.execute(CactusTask.java:

139)

        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:79)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:618)

        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav

a:106)

        at org.apache.tools.ant.Task.perform(Task.java:348)

        at org.apache.tools.ant.Target.execute(Target.java:357)

        at org.apache.tools.ant.Target.performTasks(Target.java:385)

        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)

        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)

        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe

cutor.java:41)

        at
org.apache.tools.ant.Project.executeTargets(Project.java:1189)

        at org.apache.tools.ant.Main.runBuild(Main.java:758)

        at org.apache.tools.ant.Main.startAnt(Main.java:217)

        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)

        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

 

Any clue, why the inputStream is coming as null , is it something I'm
missing in passing the value in the web.xml

 

Thanks!



</pre>
</div>
</content>
</entry>
<entry>
<title>AW: Cactus-Ant Integration issue</title>
<author><name>Frank Michael &lt;much99@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200903.mbox/%3c681607.76367.qm@web56906.mail.re3.yahoo.com%3e"/>
<id>urn:uuid:%3c681607-76367-qm@web56906-mail-re3-yahoo-com%3e</id>
<updated>2009-03-15T14:22:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

If you are using the latest Cactus version you need to use cargo integration/tags to define
your container.


--- Kapil Khanna &lt;kkhanna@kana.com&gt; schrieb am Sa, 14.3.2009:

&gt; Von: Kapil Khanna &lt;kkhanna@kana.com&gt;
&gt; Betreff: Cactus-Ant Integration issue
&gt; An: cactus-user@jakarta.apache.org
&gt; Datum: Samstag, 14. März 2009, 20:51
&gt; Hi!,
&gt; 
&gt;  
&gt; 
&gt; I've been trying Integrating the Cactus tests using Ant
&gt; and the issue
&gt; I'm facing is that while running the Ant the target
&gt; defined for cactify
&gt; and containers doesn't run at all and rest of the
&gt; targets get build
&gt; successfully.
&gt; 
&gt;  
&gt; 
&gt; Any pointers will be appreciated.
&gt; 
&gt;  
&gt; 
&gt; Attached the build.xml and ant -debug file for reference.
&gt; 
&gt;  
&gt; 
&gt; Thanks!
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail:
&gt; cactus-user-unsubscribe@jakarta.apache.org
&gt; For additional commands, e-mail:
&gt; cactus-user-help@jakarta.apache.org


      

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Cactus-Ant Integration issue</title>
<author><name>&quot;Kapil Khanna&quot; &lt;kkhanna@kana.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200903.mbox/%3c0DCEE182919F144B8F407EDE112C04B701017B40@KSW-MSG-02.kana.com%3e"/>
<id>urn:uuid:%3c0DCEE182919F144B8F407EDE112C04B701017B40@KSW-MSG-02-kana-com%3e</id>
<updated>2009-03-14T19:51:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi!,

 

I've been trying Integrating the Cactus tests using Ant and the issue
I'm facing is that while running the Ant the target defined for cactify
and containers doesn't run at all and rest of the targets get build
successfully.

 

Any pointers will be appreciated.

 

Attached the build.xml and ant -debug file for reference.

 

Thanks!



</pre>
</div>
</content>
</entry>
<entry>
<title>java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name ServletRedirector</title>
<author><name>Timothy Washington &lt;timothyjwashington@yahoo.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200902.mbox/%3c88388.78032.qm@web111515.mail.gq1.yahoo.com%3e"/>
<id>urn:uuid:%3c88388-78032-qm@web111515-mail-gq1-yahoo-com%3e</id>
<updated>2009-02-24T19:31:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Sorry, I have one more question before I can get my cactus tests running. I've cactified my
war file and am trying to run the tests using the 'cactus' ant task ( cactus 1.8.1 ). But
I can't start the container (fig. 1) due to a parse error in the merged cactus/web.xml file
(fig. 2). I've tried using the i) 'webxmlmerge' target and the ii) 'mergewebxml' attribute
on the cactifywar target (just duplicates 'ServletRedirector' mapping). When cactifying my
web.xml file, the 'ServletRedirector' generated file has a servlet mapping before the declaration
(fig. 3). In fact, I think that in the cactified web.xml file, if the 'ServlerRedirector'
declaration came before the mapping, then all would be fine. But I can't seem to find the
switch for making that happen. Or maybe I'm missing something obvious when cactifying and
running my tests. Has anyone gotten past this before? 

org.apache.cactus.integration.api.exceptions.CactusRuntimeException: Failed to start the container
after more than [180000] ms. Trying to connect to the [http://localhost:8080/bookkeeping-cactus/ServletRedirector?Cactus_Service=RUN_TEST]
test URL yielded a [-1] error code. Please run in debug mode for more details about the error.
at org.apache.cactus.container.ContainerRunner.startUpContainer(ContainerRunner.java:157)
at org.apache.cactus.integration.ant.CactusTask.executeInContainer(CactusTask.java:459)
at org.apache.cactus.integration.ant.CactusTask.execute(CactusTask.java:206)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
fig. 1


SEVERE: Parse error in application web.xml file at jndi:/localhost/bookkeeping-cactus/WEB-INF/web.xml
java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name ServletRedirector
        at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2726)
        at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2752)
        at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1061)
fig. 2

&lt;web-app&gt;
...
  &lt;servlet-mapping&gt;
    &lt;servlet-name&gt;ServletRedirector&lt;/servlet-name&gt;
    &lt;url-pattern&gt;/ServletRedirector&lt;/url-pattern&gt;
  &lt;/servlet-mapping&gt;
...
  &lt;servlet&gt;
    &lt;servlet-name&gt;ServletRedirector&lt;/servlet-name&gt;
    &lt;servlet-class&gt;org.apache.cactus.server.ServletTestRedirector&lt;/servlet-class&gt;
  &lt;/servlet&gt;
fig. 3


Thanks in advance
Tim 



      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/

</pre>
</div>
</content>
</entry>
<entry>
<title>Re: ContainerSet doesn't support the nested &quot;tomcat5x&quot; element.</title>
<author><name>Timothy Washington &lt;timothyjwashington@yahoo.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200902.mbox/%3c619021.87673.qm@web111505.mail.gq1.yahoo.com%3e"/>
<id>urn:uuid:%3c619021-87673-qm@web111505-mail-gq1-yahoo-com%3e</id>
<updated>2009-02-22T19:55:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


Oh geez, I didn't see the 1.8 section of the docs. Coding in anger I guess :|  

Muchos gracias :)
Tim




________________________________
From: Petar Tahchiev &lt;paranoiabla@gmail.com&gt;
To: Cactus Users List &lt;cactus-user@jakarta.apache.org&gt;
Sent: Sunday, February 22, 2009 10:54:05 AM
Subject: Re: ContainerSet doesn't support the nested "tomcat5x" element.

Hi Timothy,

as this url describes:

http://jakarta.apache.org/cactus/integration/ant/task_cactus1.8.html

put this in your containerset:


        &lt;cargo containerId="tomcat5x" output="${logs.dir}/output.log"
log="${logs.dir}/cargo.log" home="TOMCAT_HOME"&gt;
            &lt;configuration&gt;
                &lt;property name="cargo.servlet.port"
value="${cargo.servlet.port}"/&gt;
                &lt;property name="cargo.logging" value="${cargo.logging}"/&gt;
                &lt;deployable type="${cactus.sample.archive.type}"
                  file="${cactified.servlet.archive.name}"/&gt;
            &lt;/configuration&gt;
        &lt;/cargo&gt;

and replace the TOMCAT_HOME, ${cactus.sample.archive.type}, ${
cactus.sample.archive.name}
with the appropriate values.

Cheers, Petar.



2009/2/22 Timothy Washington &lt;timothyjwashington@yahoo.ca&gt;

&gt; Hi there,
&gt;
&gt; I've got a strange problem trying to run cactus using ant integration and I
&gt; get the error below (fig. 2). I'm using the loaded cactus target on a
&gt; 'cactified' war file (see fig. 1). I don't know why this error is coming up
&gt; as one of the containers that is explicitly supported by default is tomcat5.
&gt; The only thing I can see is that some dependent classes weren't loaded (even
&gt; after including them into the cactus classpath - see fig. 3). Has anyone
&gt; seen this before?
&gt;
&gt; Thanks in advance.
&gt;
&gt;
&gt;        &lt;target name='cactus-run' depends='cactus-deploy' &gt;
&gt;
&gt;                &lt;property name="CATALINA_HOME" value="${tomcat.home}" /&gt;
&gt;                &lt;property name="CATALINA_BASE" value="${tomcat.home}" /&gt;
&gt;                &lt;property name="CATALINA_TMPDIR" value="${tomcat.home}/temp"
&gt; /&gt;
&gt;                &lt;exec executable="${tomcat.home}/bin/setclasspath.sh"&gt;
&gt;                &lt;/exec&gt;
&gt;
&gt;                &lt;cactus warfile="${dir.build}/bookkeeping-cactus.war"
&gt;                        printsummary="yes" failureproperty="tests.failed"&gt;
&gt;
&gt;                        &lt;classpath &gt;
&gt;                                &lt;path refid="bookkeeping.classpath"/&gt;
&gt;                        &lt;/classpath&gt;
&gt;
&gt;                        &lt;containerset&gt;
&gt;                                &lt;tomcat5x dir="${tomcat.home}" port="8070"
&gt; /&gt;
&gt;                        &lt;/containerset&gt;
&gt;
&gt;                        &lt;formatter type="xml"/&gt;
&gt;                        &lt;batchtest&gt;
&gt;                        &lt;fileset dir="${dir.test.src}"&gt;
&gt;                                &lt;!-- &lt;include name="**/CactusTests.java"/&gt;
&gt; --&gt;
&gt;                                &lt;exclude name="**/TestAll.java"/&gt;
&gt;                        &lt;/fileset&gt;
&gt;                        &lt;/batchtest&gt;
&gt;                &lt;/cactus&gt;
&gt;        &lt;/target&gt;
&gt; fig. 1
&gt;
&gt;
&gt; BUILD FAILED
&gt; /Users/timothyw/Projects/Bookkeeping/build.xml:455: Class
&gt; org.apache.cactus.integration.ant.ContainerSet doesn't support the nested
&gt; "tomcat5x" element.
&gt; at
&gt; org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:329)
&gt; at org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:565)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:326)
&gt; at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:182)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:158)
&gt; at org.apache.tools.ant.Task.perform(Task.java:363)
&gt; at org.apache.tools.ant.Target.execute(Target.java:341)
&gt; at org.apache.tools.ant.Target.performTasks(Target.java:369)
&gt; at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
&gt; at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
&gt; at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
&gt; at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
&gt; at org.apache.tools.ant.Main.runBuild(Main.java:668)
&gt; at org.apache.tools.ant.Main.startAnt(Main.java:187)
&gt; at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
&gt; at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
&gt; fig. 2
&gt;
&gt;
&gt; $ ant -debug cactus-run
&gt; Apache Ant version 1.6.5 compiled on June 2 2005
&gt; Buildfile: build.xml
&gt; ...
&gt; Finding class org.codehaus.cargo.ant.CargoTask
&gt; Loaded from
&gt; /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-ant-1.0-beta-2.jar
&gt; org/codehaus/cargo/ant/CargoTask.class
&gt; Class org.codehaus.cargo.ant.CargoTask loaded from ant loader (parentFirst)
&gt; Class org.apache.cactus.integration.ant.CargoElement loaded from ant loader
&gt; (parentFirst)
&gt; Finding class org.codehaus.cargo.generic.ContainerFactory
&gt; Loaded from
&gt; /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-core-uberjar-1.0-beta-2.jar
&gt; org/codehaus/cargo/generic/ContainerFactory.class
&gt; Class org.codehaus.cargo.generic.ContainerFactory loaded from ant loader
&gt; (parentFirst)
&gt; Could not load a dependent class (com/jcraft/jsch/UserInfo) for type
&gt; sshexec
&gt; Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
&gt; Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend
&gt;
&gt; BUILD FAILED
&gt; /Users/timothyw/Projects/Bookkeeping/build.xml:455: Class
&gt; org.apache.cactus.integration.ant.ContainerSet doesn't support the nested
&gt; "tomcat5x" element.
&gt; at
&gt; org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)
&gt;
&gt; fig. 3
&gt;
&gt;
&gt; Tim
&gt;
&gt;
&gt;
&gt;      __________________________________________________________________
&gt; Reclaim your name @ymail.com or @rocketmail.com. Get your new email
&gt; address now! Go to http://ca.promos.yahoo.com/jacko/
&gt;



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| Senior Solution Architect @ Unic
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611



      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites.
Download it now at
http://ca.toolbar.yahoo.com.

</pre>
</div>
</content>
</entry>
<entry>
<title>Re: ContainerSet doesn't support the nested &quot;tomcat5x&quot; element.</title>
<author><name>Petar Tahchiev &lt;paranoiabla@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200902.mbox/%3cf0a114af0902220754g46bb82b8j47524b9ca46ae385@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf0a114af0902220754g46bb82b8j47524b9ca46ae385@mail-gmail-com%3e</id>
<updated>2009-02-22T15:54:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Timothy,

as this url describes:

http://jakarta.apache.org/cactus/integration/ant/task_cactus1.8.html

put this in your containerset:


        &lt;cargo containerId="tomcat5x" output="${logs.dir}/output.log"
log="${logs.dir}/cargo.log" home="TOMCAT_HOME"&gt;
            &lt;configuration&gt;
                &lt;property name="cargo.servlet.port"
value="${cargo.servlet.port}"/&gt;
                &lt;property name="cargo.logging" value="${cargo.logging}"/&gt;
                &lt;deployable type="${cactus.sample.archive.type}"
                  file="${cactified.servlet.archive.name}"/&gt;
            &lt;/configuration&gt;
        &lt;/cargo&gt;

and replace the TOMCAT_HOME, ${cactus.sample.archive.type}, ${
cactus.sample.archive.name}
with the appropriate values.

Cheers, Petar.



2009/2/22 Timothy Washington &lt;timothyjwashington@yahoo.ca&gt;

&gt; Hi there,
&gt;
&gt; I've got a strange problem trying to run cactus using ant integration and I
&gt; get the error below (fig. 2). I'm using the loaded cactus target on a
&gt; 'cactified' war file (see fig. 1). I don't know why this error is coming up
&gt; as one of the containers that is explicitly supported by default is tomcat5.
&gt; The only thing I can see is that some dependent classes weren't loaded (even
&gt; after including them into the cactus classpath - see fig. 3). Has anyone
&gt; seen this before?
&gt;
&gt; Thanks in advance.
&gt;
&gt;
&gt;        &lt;target name='cactus-run' depends='cactus-deploy' &gt;
&gt;
&gt;                &lt;property name="CATALINA_HOME" value="${tomcat.home}" /&gt;
&gt;                &lt;property name="CATALINA_BASE" value="${tomcat.home}" /&gt;
&gt;                &lt;property name="CATALINA_TMPDIR" value="${tomcat.home}/temp"
&gt; /&gt;
&gt;                &lt;exec executable="${tomcat.home}/bin/setclasspath.sh"&gt;
&gt;                &lt;/exec&gt;
&gt;
&gt;                &lt;cactus warfile="${dir.build}/bookkeeping-cactus.war"
&gt;                        printsummary="yes" failureproperty="tests.failed"&gt;
&gt;
&gt;                        &lt;classpath &gt;
&gt;                                &lt;path refid="bookkeeping.classpath"/&gt;
&gt;                        &lt;/classpath&gt;
&gt;
&gt;                        &lt;containerset&gt;
&gt;                                &lt;tomcat5x dir="${tomcat.home}" port="8070"
&gt; /&gt;
&gt;                        &lt;/containerset&gt;
&gt;
&gt;                        &lt;formatter type="xml"/&gt;
&gt;                        &lt;batchtest&gt;
&gt;                        &lt;fileset dir="${dir.test.src}"&gt;
&gt;                                &lt;!-- &lt;include name="**/CactusTests.java"/&gt;
&gt; --&gt;
&gt;                                &lt;exclude name="**/TestAll.java"/&gt;
&gt;                        &lt;/fileset&gt;
&gt;                        &lt;/batchtest&gt;
&gt;                &lt;/cactus&gt;
&gt;        &lt;/target&gt;
&gt; fig. 1
&gt;
&gt;
&gt; BUILD FAILED
&gt; /Users/timothyw/Projects/Bookkeeping/build.xml:455: Class
&gt; org.apache.cactus.integration.ant.ContainerSet doesn't support the nested
&gt; "tomcat5x" element.
&gt; at
&gt; org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:329)
&gt; at org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:565)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:326)
&gt; at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:182)
&gt; at
&gt; org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:158)
&gt; at org.apache.tools.ant.Task.perform(Task.java:363)
&gt; at org.apache.tools.ant.Target.execute(Target.java:341)
&gt; at org.apache.tools.ant.Target.performTasks(Target.java:369)
&gt; at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
&gt; at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
&gt; at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
&gt; at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
&gt; at org.apache.tools.ant.Main.runBuild(Main.java:668)
&gt; at org.apache.tools.ant.Main.startAnt(Main.java:187)
&gt; at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
&gt; at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
&gt; fig. 2
&gt;
&gt;
&gt; $ ant -debug cactus-run
&gt; Apache Ant version 1.6.5 compiled on June 2 2005
&gt; Buildfile: build.xml
&gt; ...
&gt; Finding class org.codehaus.cargo.ant.CargoTask
&gt; Loaded from
&gt; /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-ant-1.0-beta-2.jar
&gt; org/codehaus/cargo/ant/CargoTask.class
&gt; Class org.codehaus.cargo.ant.CargoTask loaded from ant loader (parentFirst)
&gt; Class org.apache.cactus.integration.ant.CargoElement loaded from ant loader
&gt; (parentFirst)
&gt; Finding class org.codehaus.cargo.generic.ContainerFactory
&gt; Loaded from
&gt; /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-core-uberjar-1.0-beta-2.jar
&gt; org/codehaus/cargo/generic/ContainerFactory.class
&gt; Class org.codehaus.cargo.generic.ContainerFactory loaded from ant loader
&gt; (parentFirst)
&gt; Could not load a dependent class (com/jcraft/jsch/UserInfo) for type
&gt; sshexec
&gt; Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
&gt; Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend
&gt;
&gt; BUILD FAILED
&gt; /Users/timothyw/Projects/Bookkeeping/build.xml:455: Class
&gt; org.apache.cactus.integration.ant.ContainerSet doesn't support the nested
&gt; "tomcat5x" element.
&gt; at
&gt; org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)
&gt;
&gt; fig. 3
&gt;
&gt;
&gt; Tim
&gt;
&gt;
&gt;
&gt;      __________________________________________________________________
&gt; Reclaim your name @ymail.com or @rocketmail.com. Get your new email
&gt; address now! Go to http://ca.promos.yahoo.com/jacko/
&gt;



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| Senior Solution Architect @ Unic
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611


</pre>
</div>
</content>
</entry>
<entry>
<title>ContainerSet doesn't support the nested &quot;tomcat5x&quot; element.</title>
<author><name>Timothy Washington &lt;timothyjwashington@yahoo.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200902.mbox/%3c33728.88527.qm@web111512.mail.gq1.yahoo.com%3e"/>
<id>urn:uuid:%3c33728-88527-qm@web111512-mail-gq1-yahoo-com%3e</id>
<updated>2009-02-22T14:06:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi there, 

I've got a strange problem trying to run cactus using ant integration and I get the error
below (fig. 2). I'm using the loaded cactus target on a 'cactified' war file (see fig. 1).
I don't know why this error is coming up as one of the containers that is explicitly supported
by default is tomcat5. The only thing I can see is that some dependent classes weren't loaded
(even after including them into the cactus classpath - see fig. 3). Has anyone seen this before?


Thanks in advance. 


        &lt;target name='cactus-run' depends='cactus-deploy' &gt;
    
                &lt;property name="CATALINA_HOME" value="${tomcat.home}" /&gt;  
                &lt;property name="CATALINA_BASE" value="${tomcat.home}" /&gt;  
                &lt;property name="CATALINA_TMPDIR" value="${tomcat.home}/temp" /&gt;  
                &lt;exec executable="${tomcat.home}/bin/setclasspath.sh"&gt;
                &lt;/exec&gt; 
    
                &lt;cactus warfile="${dir.build}/bookkeeping-cactus.war"
                        printsummary="yes" failureproperty="tests.failed"&gt;
    
                        &lt;classpath &gt;
                                &lt;path refid="bookkeeping.classpath"/&gt;
                        &lt;/classpath&gt;
    
                        &lt;containerset&gt;
                                &lt;tomcat5x dir="${tomcat.home}" port="8070" /&gt;  
                        &lt;/containerset&gt;
    
                        &lt;formatter type="xml"/&gt;
                        &lt;batchtest&gt;
                        &lt;fileset dir="${dir.test.src}"&gt;
                                &lt;!-- &lt;include name="**/CactusTests.java"/&gt; --&gt;

                                &lt;exclude name="**/TestAll.java"/&gt;
                        &lt;/fileset&gt;
                        &lt;/batchtest&gt;
                &lt;/cactus&gt;
        &lt;/target&gt;
fig. 1


BUILD FAILED
/Users/timothyw/Projects/Bookkeeping/build.xml:455: Class org.apache.cactus.integration.ant.ContainerSet
doesn't support the nested "tomcat5x" element.
at org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)
at org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:329)
at org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:565)
at org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:326)
at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:182)
at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:158)
at org.apache.tools.ant.Task.perform(Task.java:363)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.apache.tools.ant.Main.runBuild(Main.java:668)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
fig. 2 


$ ant -debug cactus-run
Apache Ant version 1.6.5 compiled on June 2 2005
Buildfile: build.xml
...
Finding class org.codehaus.cargo.ant.CargoTask
Loaded from /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-ant-1.0-beta-2.jar org/codehaus/cargo/ant/CargoTask.class
Class org.codehaus.cargo.ant.CargoTask loaded from ant loader (parentFirst)
Class org.apache.cactus.integration.ant.CargoElement loaded from ant loader (parentFirst)
Finding class org.codehaus.cargo.generic.ContainerFactory
Loaded from /Users/timothyw/Projects/Bookkeeping/lib/cactus/cargo-core-uberjar-1.0-beta-2.jar
org/codehaus/cargo/generic/ContainerFactory.class
Class org.codehaus.cargo.generic.ContainerFactory loaded from ant loader (parentFirst)
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend

BUILD FAILED
/Users/timothyw/Projects/Bookkeeping/build.xml:455: Class org.apache.cactus.integration.ant.ContainerSet
doesn't support the nested "tomcat5x" element.
at org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:463)

fig. 3


Tim



      __________________________________________________________________
Reclaim your name @ymail.com or @rocketmail.com. Get your new email address now! Go to http://ca.promos.yahoo.com/jacko/

</pre>
</div>
</content>
</entry>
<entry>
<title>ApacheCon Europe 2009: Early Bird Deadline Extended until 13th of	February</title>
<author><name>Petar Tahchiev &lt;paranoiabla@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200902.mbox/%3cf0a114af0902100004y4766733bpa01af7bf4403d396@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf0a114af0902100004y4766733bpa01af7bf4403d396@mail-gmail-com%3e</id>
<updated>2009-02-10T08:04:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Here's some great news for everyone who's thinking of
traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird
deadline has been extended to Friday, February 13th - and remember,
there is a discount of 150 Euro on registration for anyone staying at
the Mövenpick Hotel. Register at http://www.eu.apachecon.com.

ApacheCon is a week of open source goodness straight from the source of
The Apache Software Foundation:

 - More than 60 1-Hour Sessions on System Administration, Development,
  Data Mining and Search Technologies, Enterprise Web Services, SOA,
  and Cloud Technologies, Open Source Business and Community, and more
 - Over a dozen Training Workshops from industry experts (see below)
 - World-class Keynotes and vendor Expo
 - Lightning Talks and Birds-of-a-Feather sessions
 - New this year: Geeks for Geeks Track, BarCampApache, and Hackathon!

ApacheCon Europe 2009 features 2-day, 1-day, and half-day Training
Workshops on the following topics:

 Data Mining and Search Technologies
 -----------------------------------
 - Lucene Boot Camp  (Grant Ingersoll)
 - Solr Boot Camp  (Erik Hatcher)


 The Next Generation of Web Data Storage
 ---------------------------------------
 - Building Standalone CouchDB Applications (J. Chris Anderson)
 - High Performance CouchDB (J. Chris Anderson)


 Cloud and Distributed Computing Technologies
 --------------------------------------------
 - Hadoop Tools and Tricks for Data Processing Pipelines
  (Christophe Bisciglia and Aaron Kimball)


 System Administration
 ---------------------
 - Apache HTTP Server - Nuts to Bolts  (Jim Jagielski)
 - Everything Tomcat - Administering, Tuning,
  Troubleshooting and Developing  (Mark Thomas)


 Developing State-of-the-Art Web Applications
 --------------------------------------------
 - A Day of REST  (J Aaron Farr)
 - Apache CXF - Developing and Deploying Open Source
  SOA Endpoints  (Adrian Trenaman)
 - Ajax on Struts 2: How a Second Generation Web Application
  Framework Meets the Demands of RIA  (Chad Michael Davis)
 - Behavior-Driving Your Apache Wicket Application:
  Making the Most of Webdriver and JDave-Wicket (Timo Rantalaiho)


 Building and Managing Java-based Projects
 -----------------------------------------
 - Maven Workshop  (Zeger Hendrikse)


 Professional Media Trainings
 ----------------------------
 - Media &amp; Analyst Training (Sally Khudairi)
 - Intermediate Media &amp; Analyst Training (Sally Khudairi)


We hope to see you on the 23-27 March at the Mövenpick Hotel in
Amsterdam! Visit http://www.eu.apachecon.com for further information
and registration details.

Interested in sponsoring the ApacheCon conferences?  Please contact
Delia Frees at delia@apachecon.com for further information.

--
ApacheCon Europe 2009 Team
planners-2009-eu at apachecon.com
http://www.eu.apachecon.com



-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| Senior Solution Architect @ Unic
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Zip files for 1.8.1 are missing the documentation subdirectory</title>
<author><name>&quot;Sean Mickey&quot; &lt;Smickey@DCCA.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user/200901.mbox/%3c2EFA1374FD221D429FF206746CB550A0014E5F85@dccamailnew.dcca.com%3e"/>
<id>urn:uuid:%3c2EFA1374FD221D429FF206746CB550A0014E5F85@dccamailnew-dcca-com%3e</id>
<updated>2009-01-30T21:59:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The new zip files for 1.8.1, cactus-1.8.1-bin.zip &amp; cactus-1.8.1-src.zip, do not contain
the /doc (or maybe it was named /documentation in 1.8.0) subdirectory. I don't see anything
on the site that makes me believe this was left out on purpose. Is this an oversight?

Thanks -
Sean Mickey

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-user-help@jakarta.apache.org



</pre>
</div>
</content>
</entry>
</feed>
