From fcohen at pushtotest.com Sun Jul 1 11:02:42 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Sun Jul 1 12:46:22 2007 Subject: [Dev] TestNode problem Message-ID: Hi Luis Carlos: I built TM5 from cvs, when I run the attached load test I see this exception in the TestNode/logs/catalina.out. Any ideas? -Frank Jul 1, 2007 10:45:24 AM org.apache.catalina.startup.Catalina startINFO: Server startup in 36034 ms/Applications/ PushToTest_TestMaker/localhost/Applications/PushToTest_TestMaker/ localhost/Applications/PushToTest_TestMaker/localhostlog4j:WARN No appenders could be found for logger (info0).log4j:WARN Please initialize the log4j system properly.java.lang.NullPointerException at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.getS napshot(TestscenarioRunner.java:825) at com.pushtotest.testnetwork.Scenario.getSnapshot(Unknown Source) at com.pushtotest.testnetwork.TestNode.getNodeStatus (Unknown Source) 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:589) at org.apache.axis.providers.java.RPCProvider.invokeMethod (RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage (RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java: 323) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java: 453) at org.apache.axis.server.AxisServer.invoke (AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java: 699) at javax.servlet.http.HttpServlet.service (HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: 868) at org.apache.coyote.http11.Http11BaseProtocol $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 663) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket (PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt (LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadPool.java:684) at java.lang.Thread.run(Thread.java:637) java.lang.NullPointerException at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.getS napshot(TestscenarioRunner.java:825) at com.pushtotest.testnetwork.Scenario.getSnapshot(Unknown Source) at com.pushtotest.testnetwork.TestNode.getNodeStatus (Unknown Source) 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:589) at org.apache.axis.providers.java.RPCProvider.invokeMethod (RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage (RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke (JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke (SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java: 281) at org.apache.axis.transport.http.AxisServlet.doPost (AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java:868) at org.apache.coyote.http11.Http11BaseProtocol $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket (PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt (LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:637) java.lang.NullPointerException at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.getS napshot(TestscenarioRunner.java:825) at com.pushtotest.testnetwork.Scenario.getSnapshot(Unknown Source) at com.pushtotest.testnetwork.TestNode.getNodeStatus(Unknown Source) 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:589) at org.apache.axis.providers.java.RPCProvider.invokeMethod (RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage (RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke (JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke (SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java: 281) at org.apache.axis.transport.http.AxisServlet.doPost (AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java:868) at org.apache.coyote.http11.Http11BaseProtocol $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket (PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt (LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:637) Running a use case 0 Message size 1 Caught a throwable java.lang.NullPointerException -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Tue Jul 3 15:37:57 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Jul 3 17:22:04 2007 Subject: [Dev] Re: Tomcat -> Jetty In-Reply-To: <85A61B0FDDD4834EA295605C349BABAA353AA9@dc1avantica.AVANTICA.AVANTICATEC.NET> References: <85A61B0FDDD4834EA295605C349BABAA353AA9@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: <765C3D63-8D96-4048-B3EE-5EE92102EE27@pushtotest.com> Hi Luis Carlos: Thank you. I started to build a minimal jetty instance. You may download it at: http://downloads.pushtotest.com/200706/jetty-614-minimal.zip To start it use: java -jar ./start.jar This has the TestNetwork TestNode Webapp already installed. When I run a functional test against it I see jetty throwing this exception: sleektop-2:~/dev/apps/jetty-614-minimal frankcohen$ java -jar ./ start.jar 2007-07-03 15:11:49.467::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2007-07-03 15:11:50.139::INFO: jetty-6.1.4 2007-07-03 15:11:50.592::INFO: Extract jar:file:/Users/frankcohen/ dev/apps/jetty-614-minimal/webapps/responder.war!/ to /tmp/ Jetty_0_0_0_0_8080_responder.war__responder__-4z4j09/webapp 2007-07-03 15:11:50.095::INFO: NO JSP Support for /responder, did not find org.apache.jasper.servlet.JspServlet 2007-07-03 15:11:51.597::INFO: Extract jar:file:/Users/frankcohen/ dev/apps/jetty-614-minimal/webapps/TestNetwork.war!/ to /tmp/ Jetty_0_0_0_0_8080_TestNetwork.war__TestNetwork__s3x53/webapp 2007-07-03 15:12:48.336::INFO: NO JSP Support for /TestNetwork, did not find org.apache.jasper.servlet.JspServlet 2007-07-03 15:12:55.078::INFO: Started SelectChannelConnector@0.0.0.0:8080 - Exception: java.lang.LinkageError: loader constraints violated when linking javax/activation/DataHandler class at org.apache.axis.attachments.MultiPartRelatedInputStream.readTillFound (MultiPartRelatedInputStream.java:560) at org.apache.axis.attachments.MultiPartRelatedInputStream.readAll (MultiPartRelatedInputStream.java:433) at org.apache.axis.attachments.MultiPartRelatedInputStream.getAttachments (MultiPartRelatedInputStream.java:439) at org.apache.axis.attachments.AttachmentsImpl.mergeinAttachments (AttachmentsImpl.java:171) at org.apache.axis.attachments.AttachmentsImpl.getAttachmentByReference (AttachmentsImpl.java:341) at org.apache.axis.encoding.DeserializationContext.getObjectByRef (DeserializationContext.java:617) at org.apache.axis.encoding.DeserializerImpl.startElement (DeserializerImpl.java:351) at org.apache.axis.encoding.DeserializationContext.startElement (DeserializationContext.java:1048) at org.apache.axis.message.SAX2EventRecorder.replay (SAX2EventRecorder.java:165) at org.apache.axis.message.MessageElement.publishToHandler (MessageElement.java:1141) at org.apache.axis.message.RPCElement.deserialize (RPCElement.java:236) at org.apache.axis.message.RPCElement.getParams (RPCElement.java:384) at org.apache.axis.providers.java.RPCProvider.processMessage (RPCProvider.java:81) at org.apache.axis.providers.java.JavaProvider.invoke (JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke (SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java: 281) at org.apache.axis.transport.http.AxisServlet.doPost (AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:367) at org.mortbay.jetty.security.SecurityHandler.handle (SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle (SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle (WebAppContext.java:405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:211) at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle (HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest (HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.content (HttpConnection.java:841) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:639) at org.mortbay.jetty.HttpParser.parseAvailable (HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle (HttpConnection.java:379) at org.mortbay.io.nio.SelectChannelEndPoint.run (SelectChannelEndPoint.java:361) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) and TestMaker throws this exception: Proxy recorder server started on port: 8090 Mac OS X J editor keyboard mapping... Done Starting local Monitor Monitor not started (possibly not installed.) Use Tools->Preferences to identify a valid path to the Monitor. - Validating test - The test is valid. - The functional test is running - - Test Resources - XML Scenario: /Users/frankcohen/dev/cvs/tm5/testmaker_distribution/ example_agents/testgen4web_examples/FunctionalTest.xml TestGen4Web File: example_agents/testgen4web_examples/ PTT_Examples_UnitTest.testgen4web - Loading Scenario - log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. The node localhost is valid AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.generalException faultSubcode: faultString: java.lang.LinkageError: loader constraints violated when linking javax/activation/DataHandler class; nested exception is: java.lang.LinkageError: loader constraints violated when linking javax/activation/DataHandler class faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:sleektop-2.local java.lang.LinkageError: loader constraints violated when linking javax/activation/DataHandler class; nested exception is: java.lang.LinkageError: loader constraints violated when linking javax/activation/DataHandler class at org.apache.axis.message.SOAPFaultBuilder.createFault (SOAPFaultBuilder.java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement (SOAPFaultBuilder.java:129) at org.apache.axis.encoding.DeserializationContext.endElement (DeserializationContext.java:1087) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement (Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl $FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument (Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) at org.apache.axis.encoding.DeserializationContext.parse (DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) at org.apache.axis.transport.http.HTTPSender.readFromSocket (HTTPSender.java:796) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java: 144) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.pushtotest.testnetwork.TestNodeSoapBindingStub.doLoadScenario (Unknown Source) at com.pushtotest.testnetwork.Master.doLoadScenario(Unknown Source) at com.pushtotest.testmaker.XSTest.client.TestNode.loadScenario (TestNode.java:373) at com.pushtotest.testmaker.XSTest.client.ControlRunner.add (ControlRunner.java:257) at com.pushtotest.testmaker.XSTest.client.ControlRunner.addNodes (ControlRunner.java:240) at com.pushtotest.testmaker.XSTest.client.ControlRunner.runFunctionalTest (ControlRunner.java:333) at com.pushtotest.testmaker.XSTest.client.ControlRunner.run (ControlRunner.java:400) - Functional Test results - Functional test done. On Jul 3, 2007, at 2:09 PM, Luis Carlos Lara L?pez wrote: > Hi Frank > > I am going to try to develop a TestNetwork node that uses Jetty. I > am going to give you all the information of the results today. > > Currently I have developed a shortcut for Windows, nevertheless I > haven't found a way of create a windows icon (*.ico). I will also > develop a Linux installer. I hope to commit these changes for > tomorrow, because today I will start right now working in Jetty. > > Please send me the design of the database. I hope to start this new > feature today late or tomorrow. > > Regards, Luis Carlos > > > -----Original Message----- > From: Frank Cohen [mailto:fcohen@pushtotest.com] > Sent: Tuesday, July 03, 2007 2:39 PM > To: Luis Carlos Lara L?pez > Subject: Tomcat -> Jetty > > > Hi Luis Carlos: Would you please make this so. Thanks. http:// > bugs.pushtotest.com/ticket/75 -Frank > > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 > TestMaker: The open-source SOA test automation tool > > > > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Tue Jul 3 17:01:02 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Jul 3 18:45:10 2007 Subject: [Dev] TestMaker 5 beta 2 now available Message-ID: I'm very happy to tell everyone that PushToTest TestMaker version 5 beta 2 is now available for download. The new beta is likely to be the last before we declare TestMaker 5 final and stable. Beta 2 solves all of the bugs from Beta 1, includes the preliminary documentation, and includes the Java Runtime Environment 1.6. http://www.pushtotest.com/Docs/r5 One thing we found today is that TestMaker 5 beta 2 requires the Java Development Kit to be installed to operate tests. The JDK is available for free download at http://java.sun.com. Beta 3 will run with the Java Runtime Environment (JRE) and solve this issue. -Frank Thanks for everyone's help! -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA governance and test automation tool -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Wed Jul 4 08:58:28 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Jul 4 10:50:29 2007 Subject: [Dev] Log DB schema Message-ID: <02D99B89-7575-443C-B929-2198A95CBF63@pushtotest.com> A number of people have asked for TestMaker to log transaction and results data to a relational database to enable data analysis outside of TestMaker. For instance, PushToTest is partnering with DBA InfoPower to provide root-cause analysis while a test operates. You will be able to watch a test operate and when a result looks anomalous you will drill-down into the DBA InfoPower observed data. Attached are two document that propose the database schema for log transaction and results data. There is a PDF file showing a schema model and an XML file (in Power*Architect format, http:// www.sqlpower.ca/page/architect) The XML file gives comments and descriptions of the tables and fields defined in the model. Our thought, at the moment, is to create a log handler that identifies a JDBC database. The log handler will create the attached database schema of tables and indexes, and then log the results to it. Feedback, ideas, suggestions are welcome. -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool -------------- next part -------------- A non-text attachment was scrubbed... Name: TMDBSchema.architect Type: application/octet-stream Size: 24348 bytes Desc: not available Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070704/0bbc0a51/TMDBSchema-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: TMDBSchmaDrawing.html.pdf Type: application/pdf Size: 190390 bytes Desc: not available Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070704/0bbc0a51/TMDBSchmaDrawing.html-0001.pdf -------------- next part -------------- From fcohen at pushtotest.com Mon Jul 9 10:28:57 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Mon Jul 9 12:14:23 2007 Subject: [Dev] cvs questions Message-ID: <2F76C05A-704F-41CE-9957-3B293A08BB6D@pushtotest.com> Hi William and Luis Carlos: I'm going through Luis Carlos' latest update on TM5 and have a couple of questions about what I'm seeing in cvs: 1) tm5/TestMaker/src/com/pushtotest has two files runFile2.java and runFile.java. What are these for? 2) cvs reports that William added the following to tm5/build.xml: Two things: 1) I changed the name of the documentation directory back to docs and 2) what is the reason for runtrans.gif needing to be in the docs directory? -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Mon Jul 9 12:04:34 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Mon Jul 9 13:50:02 2007 Subject: [Dev] TM5 build problem: UpdateForm Message-ID: <8FCE0CD3-AE8D-4974-9C79-8587660EB3C8@pushtotest.com> Hi William and Luis Carlos: Looks like something is missing from cvs. -Frank ============================================================== PushToTest(tm) TestMaker Distribution Generator PushToTest TestMaker is the open-source SOA governance and test automation platform. Details at http://www.pushtotest.com ============================================================== clean: Removing any previous distribution. Deleting directory /Users/frankcohen/dev/cvs/tm5/testmaker_distribution compile_modules: ============================================== Compile All Modules MaxQ: Then add MaxQ - note this is a branch of MaxQ v1.21 compile: classpath: /Users/frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/${classpath}:/Users/ frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/build:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/conf:/Users/frankcohen/dev/cvs/tm5/ maxq-0.97-tmbranch/lib/commons-cli.jar:/Users/frankcohen/dev/cvs/tm5/ maxq-0.97-tmbranch/lib/commons-httpclient.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/commons-lang.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/commons-logging.jar:/Users/frankcohen/ dev/cvs/tm5/maxq-0.97-tmbranch/lib/junit.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/jython.jar:/Users/frankcohen/dev/cvs/ tm5/maxq-0.97-tmbranch/lib/maxq.jar dist: TOOL: Build the Test Object Oriented Library (TOOL) ======================================================== Test Object Oriented Library (TOOL) for TestMaker Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== init: build_results: Compiling results log file XML schema binding Using JAXB to compile Java source against the results.xsd schema results.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/results.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src TXLog.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/TXLog.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src SDLog.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/SDLog.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src Summary.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/Summary.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src JAR the Test Object Oriented Library (TOOL) ======================================================== Test Object Oriented Library (TOOL) for TestMaker Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== init: deps-jar: Compiling 204 source files to /Users/frankcohen/dev/cvs/tm5/tool/ build/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Copying 8 files to /Users/frankcohen/dev/cvs/tm5/tool/build/classes compile: Building jar: /Users/frankcohen/dev/cvs/tm5/tool/dist/tool.jar jar: Copying 1 file to /Users/frankcohen/dev/cvs/tm5/TestMaker/lib TestNetwork: DeployTestNetworkClient prepare: Deleting: /Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/build/ lib/TestNetwork.jar Expanding: /Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT.zip into /Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT compile: Classpath = /Users/frankcohen/dev/cvs/tm5/TestMaker/lib/jython/ jython.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/lib/TestMaker.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/lib/lib/jwsdp_1.4/jwsdp-shared/ lib/activation.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/build/classes:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/bin/bootstrap.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/lib/TestNetworkClient.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/activation.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/axis-ant.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/axis-schema.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/axis.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/commons- discovery-0.2.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ lib/commons-logging-1.0.4.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/lib/commons-logging-api.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/lib/commons-logging.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/jaxm-api.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/jaxm-runtime.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/jaxrpc.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/log4j-1.2.8.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/mail.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj-api.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj-impl.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/tool.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/wsdl4j-1.5.1.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/ lib/TestNetworkClient.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/activation.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/commons-el.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/ lib/jasper-compiler-jdt.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/jasper-compiler.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/ jasper-runtime.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/jsp-api.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/mail.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/ naming-factory-dbcp.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/naming-factory.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/naming- resources.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/common/lib/servlet-api.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/TN_TOMCAT/server/lib/catalina-ant-jmx.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/ lib/catalina-ant.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/catalina-cluster.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ catalina-optional.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/catalina-storeconfig.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ catalina.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/commons-modeler.jar:/Users/frankcohen/dev/cvs/ tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/servlets-default.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/ lib/servlets-invoker.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/servlets-webdav.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ tomcat-ajp.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/tomcat-apr.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/TN_TOMCAT/server/lib/tomcat-coyote.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ tomcat-http.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/tomcat-util.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/${netbeans.library.path}:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/${netbeans.filesystems.path} DeployTestNetworkClient: Building TestNetworkClient.jar TestMaker: Build TestMaker ======================================================== TESTMAKER Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== initJAXB: init: deps-jar: build_jaxb_sources: Compiling file:/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/ pushtotest/testmaker/XSTest/xml/XSTestProps.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/TestMaker/src Compiling file:/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/ pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/TestMaker/src files are up to date Compiling 172 source files to /Users/frankcohen/dev/cvs/tm5/TestMaker/ build/classes /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ Main.java:83: cannot find symbol symbol : class UpdateForm location: package com.pushtotest.testmaker.gui import com.pushtotest.testmaker.gui.UpdateForm; /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ Main.java:243: cannot find symbol symbol : class UpdateForm location: class com.pushtotest.testmaker.Main UpdateForm f = new UpdateForm(); /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ Main.java:243: cannot find symbol symbol : class UpdateForm location: class com.pushtotest.testmaker.Main UpdateForm f = new UpdateForm(); /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ XSTest/client/ControlRunner.java:994: cannot find symbol symbol : constructor Client(java.lang.String) location: class com.pushtotest.testnetwork.monitor.Client Client c = new Client("PTTMonitor"); /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ XSTest/client/ControlRunner.java:1019: cannot find symbol symbol : constructor Client(java.lang.String) location: class com.pushtotest.testnetwork.monitor.Client Client c = new Client("PTTMonitor"); /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ gui/PrefsGUI.java:688: cannot find symbol symbol : class UpdateForm location: class com.pushtotest.testmaker.gui.PrefsGUI UpdateForm f = new UpdateForm(); /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ gui/PrefsGUI.java:688: cannot find symbol symbol : class UpdateForm location: class com.pushtotest.testmaker.gui.PrefsGUI UpdateForm f = new UpdateForm(); Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors BUILD FAILED (total time: 5 minutes 25 seconds) -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA governance and test automation tool -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From llara at AVANTICATEC.NET Mon Jul 9 14:30:11 2007 From: llara at AVANTICATEC.NET (=?iso-8859-1?Q?Luis_Carlos_Lara_L=F3pez?=) Date: Mon Jul 9 16:18:02 2007 Subject: [Dev] cvs questions In-Reply-To: <2F76C05A-704F-41CE-9957-3B293A08BB6D@pushtotest.com> Message-ID: <85A61B0FDDD4834EA295605C349BABAA37AC23@dc1avantica.AVANTICA.AVANTICATEC.NET> Hi Frank! -----Original Message----- From: dev-bounces@lists.pushtotest.com [mailto:dev-bounces@lists.pushtotest.com]On Behalf Of Frank Cohen Sent: Monday, July 09, 2007 11:29 AM To: PushToTest TestMaker Developers List Subject: [Dev] cvs questions Hi William and Luis Carlos: I'm going through Luis Carlos' latest update on TM5 and have a couple of questions about what I'm seeing in cvs: 1) tm5/TestMaker/src/com/pushtotest has two files runFile2.java and runFile.java. What are these for? runFile & runFile2 are run files that execute a file One is used at the hour of running firefox and the other is used to execute TestMaker.bat (For run TM5 without the console) but.. they do the same, I am going to erase runFile2 because it's useless 2) cvs reports that William added the following to tm5/build.xml: I was developing a main page that was a link for all the documentation, and it was an icon for the page, but then, you developed docs/index.html and I left the developing to continue fixing other bugs Two things: 1) I changed the name of the documentation directory back to docs and 2) what is the reason for runtrans.gif needing to be in the docs directory? -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool _______________________________________________ Dev mailing list Dev@lists.pushtotest.com http://lists.pushtotest.com/mailman/listinfo/dev From fcohen at pushtotest.com Mon Jul 9 14:40:33 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Mon Jul 9 16:26:02 2007 Subject: [Dev] cvs questions In-Reply-To: <85A61B0FDDD4834EA295605C349BABAA37AC23@dc1avantica.AVANTICA.AVANTICATEC.NET> References: <85A61B0FDDD4834EA295605C349BABAA37AC23@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: Hi Luis Carlos: Thanks for the answers. Please move runFile.java to src/com/pushtotest/testmaker/resources. I will remove the ant script to copy the runtrans.gif. Thanks. On Jul 9, 2007, at 2:30 PM, Luis Carlos Lara L?pez wrote: > Hi Frank! > > -----Original Message----- > From: dev-bounces@lists.pushtotest.com > [mailto:dev-bounces@lists.pushtotest.com]On Behalf Of Frank Cohen > Sent: Monday, July 09, 2007 11:29 AM > To: PushToTest TestMaker Developers List > Subject: [Dev] cvs questions > > > Hi William and Luis Carlos: I'm going through Luis Carlos' latest > update on TM5 and have a couple of questions about what I'm seeing in > cvs: > > 1) tm5/TestMaker/src/com/pushtotest has two files runFile2.java and > runFile.java. What are these for? > > runFile & runFile2 are run files that execute a file > One is used at the hour of running firefox and the other is used to > execute TestMaker.bat (For run TM5 without the console) > but.. they do the same, > > I am going to erase runFile2 because it's useless > > > > > > 2) cvs reports that William added the following to tm5/build.xml: > > > > > > > > I was developing a main page that was a link for all the > documentation, > and it was an icon for the page, but then, you developed docs/ > index.html > and I left the developing to continue fixing other bugs > > > Two things: 1) I changed the name of the documentation directory back > to docs and 2) what is the reason for runtrans.gif needing to be in > the docs directory? > > -Frank > > > > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 > TestMaker: The open-source SOA test automation tool > > > > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Tue Jul 10 12:08:43 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Jul 10 13:54:34 2007 Subject: [Dev] Re: Comparison Report In-Reply-To: <85A61B0FDDD4834EA295605C349BABAA398FAE@dc1avantica.AVANTICA.AVANTICATEC.NET> References: <85A61B0FDDD4834EA295605C349BABAA398FAE@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: <42252BAC-92D7-45EF-82EB-E591BB366EF9@pushtotest.com> Hi Luis Carlos: It is ok with me to spend 1 more day on the performance comparison utility to add the enhancements you noted below. Thanks for the good suggestion. -Frank On Jul 10, 2007, at 11:37 AM, Luis Carlos Lara L?pez wrote: > Frank, I have updated the first functional utility for report > comparison. > > This system can compare any number of test scenarios done in > different dates. Nevertheless it has a problem if you compare more > than one test node. > > One solution proposed by Willy is to enhance the architecture of > the utility, adding the capacity to compare nodes, not only > scenarios done. > > This idea will allow the user to compare > ? A specific node in the test scenario done in different dates. > ? Different nodes in the same scenario. > ? A node in the scenario but with different CVS and Size > ? Summaries between nodes, not only TPS, but the number of > transactions, the maximum and minimum time of responses, the > average of usage of sum, net, and cpu. > ? Summaries between scenarios (Summary results), not only TPS, but > the number of transactions, the maximum and minimum time of > responses, the average of usage of sum, net, and cpu. > > If you want I can start the developing the design of the comparison > utility enhancement. Much of the code is done, but I will require a > few hours in the drawing board to develop a high quality design. > > Right now I am working in finishing the SNMP system. -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Tue Jul 10 12:15:08 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Jul 10 14:00:56 2007 Subject: [Dev] Build problems on today's check-in Message-ID: Hi Luis Carlos: I'm getting the following exception when I build TM5: ============================================================== PushToTest(tm) TestMaker Distribution Generator PushToTest TestMaker is the open-source SOA governance and test automation platform. Details at http://www.pushtotest.com ============================================================== clean: Removing any previous distribution. Deleting directory /Users/frankcohen/dev/cvs/tm5/testmaker_distribution compile_modules: ============================================== Compile All Modules MaxQ: Then add MaxQ - note this is a branch of MaxQ v1.21 compile: classpath: /Users/frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/${classpath}:/Users/ frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/build:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/conf:/Users/frankcohen/dev/cvs/tm5/ maxq-0.97-tmbranch/lib/commons-cli.jar:/Users/frankcohen/dev/cvs/tm5/ maxq-0.97-tmbranch/lib/commons-httpclient.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/commons-lang.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/commons-logging.jar:/Users/frankcohen/ dev/cvs/tm5/maxq-0.97-tmbranch/lib/junit.jar:/Users/frankcohen/dev/ cvs/tm5/maxq-0.97-tmbranch/lib/jython.jar:/Users/frankcohen/dev/cvs/ tm5/maxq-0.97-tmbranch/lib/maxq.jar dist: TOOL: Build the Test Object Oriented Library (TOOL) ======================================================== Test Object Oriented Library (TOOL) for TestMaker Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== init: build_results: Compiling results log file XML schema binding Using JAXB to compile Java source against the results.xsd schema results.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/results.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src TXLog.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/TXLog.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src SDLog.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/SDLog.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src Summary.xsd Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/ tool/xml/Summary.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src JAR the Test Object Oriented Library (TOOL) ======================================================== Test Object Oriented Library (TOOL) for TestMaker Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== init: deps-jar: Compiling 206 source files to /Users/frankcohen/dev/cvs/tm5/tool/ build/classes Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Copying 9 files to /Users/frankcohen/dev/cvs/tm5/tool/build/classes compile: Building jar: /Users/frankcohen/dev/cvs/tm5/tool/dist/tool.jar jar: Copying 1 file to /Users/frankcohen/dev/cvs/tm5/TestMaker/lib TestNetwork: DeployTestNetworkClient prepare: Deleting: /Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/build/ lib/TestNetwork.jar Expanding: /Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT.zip into /Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT compile: Classpath = /Users/frankcohen/dev/cvs/tm5/TestMaker/lib/jython/ jython.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/lib/TestMaker.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/lib/lib/jwsdp_1.4/jwsdp-shared/ lib/activation.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/build/classes:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/bin/bootstrap.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/lib/TestNetworkClient.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/activation.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/axis-ant.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/axis-schema.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/axis.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/commons- discovery-0.2.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ lib/commons-logging-1.0.4.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/lib/commons-logging-api.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/lib/commons-logging.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/jaxm-api.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/lib/jaxm-runtime.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/jaxrpc.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/lib/log4j-1.2.8.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/mail.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj-api.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj-impl.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/saaj.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/tool.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/wsdl4j-1.5.1.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/ lib/TestNetworkClient.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/activation.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/commons-el.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/ lib/jasper-compiler-jdt.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/jasper-compiler.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/ jasper-runtime.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/jsp-api.jar:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/mail.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/ naming-factory-dbcp.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/common/lib/naming-factory.jar:/Users/frankcohen/ dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/common/lib/naming- resources.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/common/lib/servlet-api.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/TN_TOMCAT/server/lib/catalina-ant-jmx.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/ lib/catalina-ant.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/catalina-cluster.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ catalina-optional.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/catalina-storeconfig.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ catalina.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/commons-modeler.jar:/Users/frankcohen/dev/cvs/ tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/servlets-default.jar:/ Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/ lib/servlets-invoker.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/ TestNetwork/TN_TOMCAT/server/lib/servlets-webdav.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ tomcat-ajp.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/tomcat-apr.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/TN_TOMCAT/server/lib/tomcat-coyote.jar:/Users/ frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/TN_TOMCAT/server/lib/ tomcat-http.jar:/Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/ TN_TOMCAT/server/lib/tomcat-util.jar:/Users/frankcohen/dev/cvs/tm5/ TestMaker/TestNetwork/${netbeans.library.path}:/Users/frankcohen/dev/ cvs/tm5/TestMaker/TestNetwork/${netbeans.filesystems.path} DeployTestNetworkClient: Building TestNetworkClient.jar Building jar: /Users/frankcohen/dev/cvs/tm5/TestMaker/TestNetwork/lib/ TestNetworkClient.jar TestMaker: Build TestMaker ======================================================== TESTMAKER Brought to you by PushToTest. Please read license.html to understand your rights to build and distribute this software. Additional information at www.pushtotest.com ======================================================== initJAXB: init: deps-jar: build_jaxb_sources: Compiling file:/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/ pushtotest/testmaker/XSTest/xml/XSTestProps.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/TestMaker/src Compiling file:/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/ pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd Writing output to /Users/frankcohen/dev/cvs/tm5/TestMaker/src files are up to date Warning: com/pushtotest/testmaker/Main.java modified in the future. Warning: com/pushtotest/testmaker/XSTest/client/ChartComparer.java modified in the future. Compiling 170 source files to /Users/frankcohen/dev/cvs/tm5/TestMaker/ build/classes /Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/ gui/ScriptEditor/jbase.java:782: cannot find symbol symbol : class PerformanceComparer location: package com.pushtotest.testmaker.gui new com.pushtotest.testmaker.gui.PerformanceComparer().setVisible(true); Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error BUILD FAILED (total time: 2 minutes 25 seconds) -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Wed Jul 11 09:51:26 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Jul 11 11:37:26 2007 Subject: [Dev] Updated the docs Message-ID: I'm updating and adding the incomplete sections of the documentation for TestMaker 5. I added the Why Test? page today. Here's the list of remaining docs todos: Advanced Tutorials Finish TestNode architecture in introduction.html building and running tests SOA governance Developer's Guide Screencasts -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Wed Jul 11 15:43:28 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Jul 11 17:29:31 2007 Subject: [Dev] Performance Comparison Utility Message-ID: Hi Luis Carlos: Excellent work on the Performance Comparison utility. It looks easy to use. I'm having a problem using it. I ran two load tests. The first load test created TestMaker_home/results/log. I renamed that to log-1. I ran the second load test and renamed it log-2. -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Wed Jul 11 15:48:38 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Jul 11 17:34:42 2007 Subject: [Dev] Performance Comparison Utility In-Reply-To: References: Message-ID: <70879DD0-0C5F-4300-B41D-CA0C5D18773A@pushtotest.com> I hit send when I meant to hit delete. Please ignore. Thanks. -Frank On Jul 11, 2007, at 3:43 PM, Frank Cohen wrote: > Hi Luis Carlos: Excellent work on the Performance Comparison > utility. It looks easy to use. I'm having a problem using it. I ran > two load tests. The first load test created TestMaker_home/results/ > log. I renamed that to log-1. I ran the second load test and > renamed it log-2. > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 > TestMaker: The open-source SOA test automation tool > > > > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Wed Jul 11 16:09:35 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Jul 11 17:55:37 2007 Subject: [Dev] Comparison system version 1.1 References: <85A61B0FDDD4834EA295605C349BABAA3995E2@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: <8815FDC8-1965-4010-9ACD-04C47B170EE9@pushtotest.com> Hi Devs: Luis Carlos came up with a beautiful new design for the Performance Comparison utility. The enhancements let you compare TestNode performance. To see the GUI design check the ticket at http://bugs.pushtotest.com/ticket/53 -Frank Begin forwarded message: > From: Luis Carlos Lara L?pez > Date: July 11, 2007 2:53:27 PM PDT > To: "Frank Cohen" > Cc: William Mart?nez Pomares > Subject: Comparison system version 1.1 > > The new version of comparison has many more options than the first > one and an improved interface. > > Willy and I had worked to create and easy to use powerful > interface, that allows many comparison options for the user. > > The new utility will also show if there are some files missing in > real time, according to the comparison options done by the user. > > The new interface is tabbed in 2 parts, one for detailed > information and one for summary options. This division was required > to allow many summary options that only exist in the summary > information: > > - Transition time > - Number of transactions > - Minimum transaction time > - Maximum transition time > - Transaction per seconds > > I hope to commit a functional version for tomorrow morning. -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Thu Jul 12 07:50:53 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Thu Jul 12 09:37:06 2007 Subject: [Dev] Log Archiving? Message-ID: Hi William: Is the log archiving function enabled in TM5? I'm seeing TM5 create the results directory and logging to a log directory. Should TM5 be creating log-1, log-2, etc. as it runs successive tests? -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From josephr at aztecsoft.com Thu Jul 12 08:11:08 2007 From: josephr at aztecsoft.com (Joseph Ribin Roy) Date: Thu Jul 12 09:55:44 2007 Subject: [Dev] protocole extending Message-ID: Hi Frank TestMaker 5 is very good in Protocol Extension. We where able to extent TM5 to support FTP and socket connection. We are still looking forward to spend some time to support other protocols like JMS. Joseph The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. www.aztecsoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/dev/attachments/20070712/9cd2584e/attachment.htm From wmartinez at AVANTICATEC.NET Thu Jul 12 08:55:49 2007 From: wmartinez at AVANTICATEC.NET (=?us-ascii?Q?William_Martinez_Pomares?=) Date: Thu Jul 12 10:44:47 2007 Subject: [Dev] Log Archiving? In-Reply-To: Message-ID: <85A61B0FDDD4834EA295605C349BABAA39979B@dc1avantica.AVANTICA.AVANTICATEC.NET> Hi Frank. It seems that functionality got lost in the translation from Python to Java. Luis Carlos will add it. I would suggest to open a ticket and to expand it so the user can select in preferences if keeps the history (adds a Results/ directory in the CurrentDirectory per run) or if simple overrides the log result (to save disk space). William. -----Original Message----- From: dev-bounces@lists.pushtotest.com [mailto:dev-bounces@lists.pushtotest.com]On Behalf Of Frank Cohen Sent: Thursday, July 12, 2007 8:51 AM To: PushToTest TestMaker Developers List Subject: [Dev] Log Archiving? Hi William: Is the log archiving function enabled in TM5? I'm seeing TM5 create the results directory and logging to a log directory. Should TM5 be creating log-1, log-2, etc. as it runs successive tests? -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool _______________________________________________ Dev mailing list Dev@lists.pushtotest.com http://lists.pushtotest.com/mailman/listinfo/dev From fcohen at pushtotest.com Thu Jul 12 09:02:46 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Thu Jul 12 10:48:56 2007 Subject: [Dev] protocole extending In-Reply-To: References: Message-ID: <7749E04B-B641-4651-BDB2-544CD8F39563@pushtotest.com> Terrific! How did you do it? Would you be willing to contribute the protocol handlers to the project? -Frank On Jul 12, 2007, at 8:11 AM, Joseph Ribin Roy wrote: > Hi Frank > > > > TestMaker 5 is very good in Protocol Extension. We where able > to extent TM5 to support FTP and socket connection. We are still > looking forward to spend some time to support other protocols like > JMS. > > > > Joseph > > > The information contained in, or attached to, this e-mail, contains > confidential information and is intended solely for the use of the > individual or entity to whom they are addressed and is subject to > legal privilege. If you have received this e-mail in error you > should notify the sender immediately by reply e-mail, delete the > message from your system and notify your system manager. Please do > not copy it for any purpose, or disclose its contents to any other > person. The views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of the > company. The recipient should check this e-mail and any attachments > for the presence of viruses. The company accepts no liability for > any damage caused, directly or indirectly, by any virus transmitted > in this email. > > www.aztecsoft.com > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Thu Jul 12 09:11:41 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Thu Jul 12 10:57:52 2007 Subject: [Dev] Log Archiving? In-Reply-To: <85A61B0FDDD4834EA295605C349BABAA39979B@dc1avantica.AVANTICA.AVANTICATEC.NET> References: <85A61B0FDDD4834EA295605C349BABAA39979B@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: <77E00DA0-2AF0-432B-A8D4-0A430FD823EE@pushtotest.com> Thanks. This is opened as http://bugs.pushtotest.com/ticket/94 -Frank On Jul 12, 2007, at 8:55 AM, William Martinez Pomares wrote: > Hi Frank. > It seems that functionality got lost in the translation from Python to > Java. > Luis Carlos will add it. I would suggest to open a ticket and to > expand > it so the user can select in preferences if keeps the history (adds a > Results/ directory in the CurrentDirectory per run) or if > simple overrides the log result (to save disk space). > > William. > > -----Original Message----- > From: dev-bounces@lists.pushtotest.com > [mailto:dev-bounces@lists.pushtotest.com]On Behalf Of Frank Cohen > Sent: Thursday, July 12, 2007 8:51 AM > To: PushToTest TestMaker Developers List > Subject: [Dev] Log Archiving? > > > Hi William: Is the log archiving function enabled in TM5? I'm seeing > TM5 create the results directory and logging to a log directory. > Should TM5 be creating log-1, log-2, etc. as it runs successive > tests? -Frank > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 > TestMaker: The open-source SOA test automation tool > > > > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From josephr at aztecsoft.com Thu Jul 12 21:33:33 2007 From: josephr at aztecsoft.com (Joseph Ribin Roy) Date: Fri Jul 13 01:20:22 2007 Subject: [Dev] protocol extending Message-ID: Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: ftp_Example1.py Type: application/octet-stream Size: 926 bytes Desc: ftp_Example1.py Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070713/a782b470/ftp_Example1-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: FTPProtocol.jar Type: application/octet-stream Size: 2638 bytes Desc: FTPProtocol.jar Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070713/a782b470/FTPProtocol-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: ftp-functional.xml Type: text/xml Size: 1378 bytes Desc: ftp-functional.xml Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070713/a782b470/ftp-functional-0001.xml -------------- next part -------------- A non-text attachment was scrubbed... Name: edtftpj.jar Type: application/octet-stream Size: 113088 bytes Desc: edtftpj.jar Url : http://cake.pushtotest.com/pipermail/dev/attachments/20070713/a782b470/edtftpj-0001.obj From fcohen at pushtotest.com Fri Jul 13 07:34:59 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Fri Jul 13 09:21:27 2007 Subject: [Dev] protocol extending In-Reply-To: References: Message-ID: <2EF2ED98-7F2F-4995-BF65-BB3771818010@pushtotest.com> Hi Joseph: Thanks for sending me the files. I'm looking forward to your contribution. It looks like you well understand the structure of TestMaker and TOOL, and TestScenario system. We have not yet done usability testing on TestMaker 5. Would you be willing to share your thoughts on your experience using it? Here are some questions: 1) With regards to the TestScenario documents: What did you find easy to understand? What took you the longest to learn? How would you improve the element names and definitions? Which elements made you want to open the user documentation? 2) With regards to the main user interface: What do the icons in the PushToTest icon bar do? When you open a TestScenario where does it appear? Which of the menu bar items did you use? When TestMaker first starts up where did your eyes look at first? Second? Etc... 3) Which of the documents in the docs directory did you read? Did they help you? 4) When the installer program started, where did your eyes look first? Second? Etc. What did you notice on the pages of the installer? 5) What operating system are you running on? 6) Did you install a TestNode or Monitor? -Frank On Jul 12, 2007, at 9:33 PM, Joseph Ribin Roy wrote: > Hi Frank > > > > We actually went for it to see how easy it is > to extend TM to support new protocol. > > So we had just implemented minimal FTP methods. Once we are fully > done with this I will surly > > Contribute to the project. Hear with I m attaching > > > > > > 1) Jython script to run the client > > 2) FTPProtocol extended protocol handler jar > > 3) TestScenario.xml > > 4) FTP Client Libraries > > > > Joseph > > > > > > -----Original Message----- > > From: dev-bounces@lists.pushtotest.com [mailto:dev- > bounces@lists.pushtotest.com] On Behalf Of Frank Cohen > Sent: Thursday, July 12, 2007 9:33 PM > To: PushToTest TestMaker Developers List > Subject: Re: [Dev] protocol extending > > > > > > Terrific! How did you do it? Would you be willing to contribute the > > protocol handlers to the project? -Frank > > > > > > > > On Jul 12, 2007, at 8:11 AM, Joseph Ribin Roy wrote: > > > > > Hi Frank > > > > > > > > > > > > TestMaker 5 is very good in Protocol Extension. We where able > > > to extent TM5 to support FTP and socket connection. We are still > > > looking forward to spend some time to support other protocols like > > > JMS. > > > > > > > > > > > > Joseph > > > > > > > > > The information contained in, or attached to, this e-mail, contains > > > confidential information and is intended solely for the use of the > > > individual or entity to whom they are addressed and is subject to > > > legal privilege. If you have received this e-mail in error you > > > should notify the sender immediately by reply e-mail, delete the > > > message from your system and notify your system manager. Please do > > > not copy it for any purpose, or disclose its contents to any other > > > person. The views or opinions presented in this e-mail are solely > > > those of the author and do not necessarily represent those of the > > > company. The recipient should check this e-mail and any attachments > > > for the presence of viruses. The company accepts no liability for > > > any damage caused, directly or indirectly, by any virus transmitted > > > in this email. > > > > > > www.aztecsoft.com > > > _______________________________________________ > > > Dev mailing list > > > Dev@lists.pushtotest.com > > > http://lists.pushtotest.com/mailman/listinfo/dev > > > > > > > > -- > > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 > > TestMaker: The open-source SOA test automation tool > > > > > > > > _______________________________________________ > > Dev mailing list > > Dev@lists.pushtotest.com > > http://lists.pushtotest.com/mailman/listinfo/dev > > > > > > > The information contained in, or attached to, this e-mail, contains > confidential information and is intended solely for the use of the > individual or entity to whom they are addressed and is subject to > legal privilege. If you have received this e-mail in error you > should notify the sender immediately by reply e-mail, delete the > message from your system and notify your system manager. Please do > not copy it for any purpose, or disclose its contents to any other > person. The views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of the > company. The recipient should check this e-mail and any attachments > for the presence of viruses. The company accepts no liability for > any damage caused, directly or indirectly, by any virus transmitted > in this email. > > www.aztecsoft.com > > > > > _______________________________________________ > Dev mailing list > Dev@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/dev -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From fcohen at pushtotest.com Fri Jul 13 08:32:06 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Fri Jul 13 10:18:33 2007 Subject: [Dev] Jython and Message-ID: <9D5A827D-9926-4D1E-B101-93F6E4BFF04B@pushtotest.com> Hi William and Luis Carlos: I'm confused about how I am supposed to identify a Jython script from within a TestScenario as a resource. Is the correct way: if so, it would seem to me a more natural way would be