[staf-users] Hey Staf Users

2014-03-13 Thread clayton neal
http://dugue-immobilier.com/modules/mod_araticlhess/twitter.php?vytsze1562hdgzbt - clayton neal Thu, 13 Mar 2014 08:55:34 clayton_n...@yahoo.co.uk The attacker must vanquish, the

[staf-users] Hiya Staf Users

2013-10-11 Thread clayton neal
http://roblesdealvarez.com.ar/imagenes/welcome.php?qmaerdkqqa578gvapd == clayton_n...@yahoo.co.uk clayton neal They tell me it's ok

[staf-users] how are you?

2013-05-14 Thread clayton neal
http://koswell.de/likeit.php?amgmuy792iniowq clayton_neal clayton neal _ It was pretty surprising for mom to be working in the yard and to have a duck fly into her butt

Re: [staf-users] STAF Design questions

2011-09-26 Thread clayton neal
Ah ok. So my service class needs to be designed as though acceptRequest can be called on multiple threads? I'll come back to you about second point! From: Sharon Lucas To: clayton neal Cc: "staf-users@lists.sourceforge.net" Sent: Monday, 26

Re: [staf-users] STAF Design questions

2011-09-26 Thread clayton neal
y But when the service class entry point creates an instance of the second class i get this error Thanks, Clayton From: Sharon Lucas To: clayton neal Cc: "staf-users@lists.sourceforge.net" Sent: Monday, 26 September 2011, 17:46 Subject: Re: [s

[staf-users] STAF Design questions

2011-09-24 Thread clayton neal
Dear STAF, I am looking to implement a software testing framework for my company, and came accross STAF It may save me some time to implement - and is im a .net person, a chance to learn some Java Before I settle on STAF as my wepon of choice in the automation war's, I'd like to ask a few ques

Re: [staf-users] Writng Java Service : Questions

2010-02-19 Thread clayton neal
From: Sharon Lucas To: clayton neal Cc: staf Sent: Thu, 18 February, 2010 17:47:18 Subject: Re: [staf-users] Writng Java Service : Questions Hi, here are answers to your questions on writing a STAF Java Service. - Is there a difference between a service

[staf-users] Writng Java Service : Questions

2010-02-18 Thread clayton neal
Hiya STAF people! Ive a few questions regarding writing my own Java service: - Is there a difference between a service request, and a message on the Queue for the service? - Are requests to my service placed on the Queue for my service handle by STAFProc ? - Does STAFProc run my service on m

Re: [staf-users] How to share memory between different services

2009-07-01 Thread clayton neal
quest" function? Thanks From: Sharon Lucas To: clayton neal Cc: staf-users@lists.sourceforge.net Sent: Tuesday, 30 June, 2009 22:23:28 Subject: Re: [staf-users] How to share memory between different services Whats the difference between a command req

Re: [staf-users] How to share memory between different services

2009-06-30 Thread clayton neal
Hiya Ive a question... Whats the difference between a command request and a message on the QUEUE service? Are commands requests put on the QUEUE automatically? Is it up to the service to process its own queue? From: Sharon Lucas To: Lu Yu Cc: staf-users@li

[staf-users] LOG file format

2009-06-22 Thread clayton neal
Hiya The LOG service outputs a text file which isnt human readable What id like to do is display the contents of this file in a web page using PHP Therefore is there any documentation about the file format, so i can write a class to read it without doing a QUERY Thanks Clayton -

[staf-users] FS copy directory that doesnt exist

2009-06-19 Thread clayton neal
Hiya, I have 2 machines PC1 and PC2 PC2 sends a request to the FS of PC1, to tell it to copy a directory to PC2 PC1 and PC2 trust each other at level 5 However the directory doesnt exist on PC1 The error message returned is very strange. I get an error message that tells me i dont have the correc

Re: [staf-users] FS delete on Windows

2009-06-19 Thread clayton neal
Thanks Wrote a recurse file/directory delete function in Java instead Cheers From: George Flaherty To: Sharon Lucas ; clayton neal Cc: "staf-users@lists.sourceforge.net" Sent: Thursday, 18 June, 2009 20:32:38 Subject: RE: [staf-users] FS delete

[staf-users] FS delete on Windows

2009-06-18 Thread clayton neal
Hiya Has anyone had problems using the FS DELETE command on Windows XP It seems it wont delete a read-only file It gives Base OS error = 5 But from windows explorer, these files can be deleted Any clues? The command i gave was: STAF LOCAL FS DELETE ENTRY c:\mydir\ RECURSE CONFIRM Regards

[staf-users] Log viewer as an applet

2009-06-17 Thread clayton neal
Hiya I was wondering how i can embed the LogViewer utility into a web page Basically id like all monitoring done from web browser ... All my logs are forwarded to a machine with Apache running on it. Any help would be appreciated Thanks ---

Re: [staf-users] external jar files

2009-06-17 Thread clayton neal
s To: clayton neal Cc: staf-users@lists.sourceforge.net Sent: Wednesday, 17 June, 2009 16:49:43 Subject: Re: [staf-users] external jar files See sub-section "How to Package Nested Jar Files" in section "5.2 Building a Java STAF Service" at http://staf.sourceforge

Re: [staf-users] STAF javadoc

2009-06-17 Thread clayton neal
Yep i know they are! But it means every function call i make ive got to look it up on the web page Would be great if you guys added some javadoc comments to your classes! From: Sharon Lucas To: clayton neal Cc: staf-users@lists.sourceforge.net Sent

[staf-users] STAF javadoc

2009-06-17 Thread clayton neal
Hiya In elcipse when writing a Java service It seems that no javadoc exists for STAF classes This really slows down development Are javadoc versions available? Regards -- Crystal Reports - New Free Runtime and 30

[staf-users] external jar files

2009-06-17 Thread clayton neal
Hiya Ive written a new service in Java and packaged into a .jar file My service needs to connect to oracle so also needs the oracle jdbc jar file On the test machine ive placed both .jar files into the same directory In the maifest for the service i put: Class-Path: ojdbc6.jar to point to oracl

Re: [staf-users] STAF as windows service

2009-06-12 Thread clayton neal
Thanks! From: Sharon Lucas To: clayton neal Cc: staf-users@lists.sourceforge.net Sent: Friday, 12 June, 2009 18:48:46 Subject: Re: [staf-users] STAF as windows service Yes. See section "Starting STAF during system-reboot", sub-section "11

[staf-users] STAF as windows service

2009-06-12 Thread clayton neal
Hiya, To run STAF a user has to be logged onto the machine Is there a way to run STAF on a machine as a Window Service, which is executing when no user is logged in ? Regards -- Crystal Reports - New Free Runtime

Re: [staf-users] How to optimized execution of STAF command?

2009-06-11 Thread clayton neal
Just to ask a question here. The FS copy command on Windows... If i have PC1 and PC2, and want to copy a file between them Does the directory have to be shared on both machines? Regards Clayton From: Sharon Lucas To: Mohammad Jamal Cc: STAF User Sent: Frida