Re: WOAdaptor build and test

2016-04-12 Thread Patrick Middleton
On 12/04/2016 12:48, "webobjects-dev-bounces+pmiddleton=onestep.co...@lists.apple.com on behalf of Paul Yu" wrote: >Chuck > >If I have Apache 2.4 running and I can access it, and I can access JavaMonitor >and I can access WOTaskd, and when I tick ON in JavaMonitor I can tail -f >App-1 and s

WebObjects and Apache 2.4 on El Capitan

2016-03-12 Thread Patrick Middleton
Hi folks, mod_WebObjects? Since people are still discussing how to build the Apache adaptors on contemporary OSX, maybe I should add some more commentary. If you need an Apache module that isn't supplied prebuilt for you, either as part of Apache or as part of what your vendor supplies, alwa

Re: Use case for a "case insensitive equals" qualifier

2016-02-25 Thread Patrick Middleton
Hi folks, my experiences of this are with a release of Sybase where case-insensitive prefix searching of indexed columns caused table-scanning of a very big table, and assorted releases of MySQL with case-insensitive collation sequences. I used to use the EOEditingContext delegate API to spo

Re: El Capitan Apache Seg Fault

2015-11-30 Thread Patrick Middleton
Another choice is to install JavaMonitor as a regular application, with a single instance, always running. JavaMonitor has its own password protection, but use Apache access permissions to further lock down access to it. -- Patrick On 29/11/2015 20:09, Tim Worman wrote: >Jeff: > >Even

Re: port 80 refused

2015-06-19 Thread Patrick Middleton
Everything I can see that is working is using an IPv6 address (Robert, that includes the SMTP headers where you send your emails to the list) while everything that isn't working seems to involve using an IPv4 address. May we see the output from '/sbin/ipconfig -a' too please, and the cont

Re: port 80 refused

2015-06-17 Thread Patrick Middleton
I'd guess that IPv4 is disabled but IPv6 is enabled. Never seen that before. Check your Apache access log. You may find the address ::1 appearing everywhere. What do ' /usr/bin/host localhost ' and '/usr/bin/dig a localhost' report? On 17 Jun 2015, at 08:19, Robert B. Hanviriyapunt wrote

Re: fetch limit vs FrontBase

2015-03-05 Thread Patrick Middleton
Was there about 15 years ago, with WO 5.1 and Sybase. Some JDBC drivers (and ODBC drivers too!) don't support server-side fetch limits, or don't support server-side return rowset buffering, or don't usefully support cancel(). So what has to happen is that the client library (JDBC driver) as

Re: Precompiled WOAdaptor for apache 2.4

2014-11-05 Thread Patrick Middleton
On 4 Nov 2014, at 20:40, Benjamin Chew wrote: ... If you want to see how I got things to work, read on... ... Other things that I had to do after I built the adaptor: - I then created the directory /System/Library/WebObjects/Adaptors/ Apache2.4/ and moved the adaptor there - Copied the

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Patrick Middleton
I am puzzled by this entire thread. The other day, at home, at my Mac running Yosemite with the newest shiniest Xcode tools installed, I did something like this... cd /tmp/ svn co https://github.com/wocommunity/wonder.git/trunk/Utilities/ Adaptors cd /tmp/Adaptors gnumake gnumake Apache2.4

Re: Yosemite

2014-08-05 Thread Patrick Middleton
I anticipate that's not a biggie. You're building via APXS, APXS tries to use the same compiler and compiler flags to make sure the ABI matches. Because of how the compiler tools are installed in recent OSX releases, the compiler is not /usr/bin/cc, it's ... something inside an Xcode tool

Re: PrimaryKey generation takes a lot of time

2014-05-06 Thread Patrick Middleton
We encountered this recently against MySQL 5.6.12. (Not using Project Wonder) The default primary key generation was invoking a stored procedure once per row. Once per second, some sort of garbage collection would occur inside the RDBMS and the stored procedure would take about 0.2s to comp

Re: Am I hallucinating...

2014-03-26 Thread Patrick Middleton
I was amazed to discover that, on MacOSX, if I look up the word 'gullible' by highlighting it with the mouse and hitting cmd-ctrl-D, it comes up with a concise definition, but does not insert a default iChat image of myself. After all, on NX3.3, that's more or less what Webster.app used to

test, please ignore

2012-12-13 Thread Patrick Middleton
test, please ignore This email, including any attachments, is confidential and intended solely for the person or organisation to whom it is addressed. If you are not the intended recipient you must not disseminate, distribute or copy any part of this email nor take any action in reliance on it.

Re: Sanity check: "Redirection URL" in "Load Balancing and Adaptor Settings"

2012-11-07 Thread Patrick Middleton
Yes, that used to puzzle me. How are you deploying? My deployments are seriously old-skool, 4.x- style, with Apache and mod_WebObjects. mod_WebObjects can be configured in three ways to know what applications and instances are available (see the matching apache.conf). One is to poll the l

Re: Renaming Components [damaged Subversion metadata]

2011-06-08 Thread Patrick Middleton
SVN? Yes, the tendency of some applications, even those notionally Subversion-aware like Xcode, to not preserve Subversion's working copy administration area directories .svn , is well known. It should not be beyond the wit of man to write a script to back these up after a fresh svn chec

Re: Employing mod_deflate Apache module

2011-02-15 Thread Patrick Middleton
On 15 Feb 2011, at 09:54, Patrick Middleton wrote: On 14 Feb 2011, at 18:27, Gennady Kushnir wrote: ... Is this a module load order problem? Which version of Apache have you got? Is mod_deflate.so loaded before mod_WebObjects.so, or after? Further research reveals that while module

Re: Employing mod_deflate Apache module

2011-02-15 Thread Patrick Middleton
On 14 Feb 2011, at 18:27, Gennady Kushnir wrote: It is not Wonder app. Why make such tricks whereas Apache should do that already? Because you might be using WebObjects without Apache. Is this a module load order problem? Which version of Apache have you got? Is mod_deflate.so loaded bef

Re: Strange Apache issue

2011-02-01 Thread Patrick Middleton
Which Apache have you got? 2.2.x? Did you compare httpd.conf between the two servers, the one that works and the one that doesn't? Have you got 'Include /Library/WebObjects/Adaptors/Apache2.2/ apache.conf' at the end? Have you got an block that does 'ScriptAliasMatch ^/cgi-bin/((?!(?i:webob

Re: what am i doing wrong with this qualifier

2011-01-26 Thread Patrick Middleton
So which version of PostgreSQL have you got? http://www.postgresql.org/docs/8.0/static/datatype-datetime.html That says: "Note: Prior to PostgreSQL 7.3, writing just timestamp was equivalent to timestamp with time zone. This was changed for SQL compliance." And later it gives examples of v

Re: x-webobjects-request-id lacking uniqueness?

2010-12-07 Thread Patrick Middleton
On 6 Dec 2010, at 15:27, Mark Ritchie wrote: ... Patches welcome! ... On 7 Dec 2010, at 11:30, Patrick Middleton wrote: [3] adequate uniqueness could instead be created by ensuring that when httpd forks, the child process resets uniqueID_str. Here's a patch. The changes work f

Re: x-webobjects-request-id lacking uniqueness?

2010-12-06 Thread Patrick Middleton
On 6 Dec 2010, at 15:27, Mark Ritchie wrote: Good Morning, On 6/Dec/2010, at 5:09 AM, Patrick Middleton wrote: If an instance receives a request via a direct action and I don't want it to be redirected via the load balancer, enough information is broadcast such that other inst

Re: x-webobjects-request-id lacking uniqueness?

2010-12-06 Thread Patrick Middleton
On 6 Dec 2010, at 14:20, Simon wrote: i was thinking the same - alternatively: - do whatever is you are doing in a background thread - switch on concurrent request handling, as i presume that it is actually the request that is blocking, not the DB as unless your are using something like m$

Re: x-webobjects-request-id lacking uniqueness?

2010-12-06 Thread Patrick Middleton
On 6 Dec 2010, at 13:52, r...@synapticstorm.com wrote: Hi Patrick, Couldn't you just use WOLongResponse so that it keeps the first connection alive until it responds? Regards, Rob. Without going into too much detail -- no. --- Regards Patrick OneStep Solutions (Research) LLP www.oneste

x-webobjects-request-id lacking uniqueness?

2010-12-06 Thread Patrick Middleton
I have an app doing something superficially like web services which is sessionless and accessed via DirectActions. Because of other activity in the database sometimes, database i/o can block for several minutes. When this happens the Apache WebObjects adaptor's loadbalancing features come

Re: Snow Leopard Deployment

2010-11-24 Thread Patrick Middleton
On 24 Nov 2010, at 17:16, Mark Ritchie wrote: Hey, On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: ... When I use http://cgi-bin/WebObjects/ I get a 404 error. The webserver log has “script not found or unable to stat: /Library/WebServer/CGI- Executables/WebObjects” First off, how did '.../cgi

Re: WebObjects and HTML injection

2010-07-22 Thread Patrick Middleton
On 22 Jul 2010, at 12:49, Anjo Krank wrote: Why would you "preserve" the session id when it's no longer valid? Cheers, Anjo Am 22.07.2010 um 13:28 schrieb Patrick Middleton: in order to sanitize inputs -- mostly by removing anything containing the likes of ' Pre

WebObjects and HTML injection

2010-07-22 Thread Patrick Middleton
Hi folks! Some of our customers are commissioning penetration testing reports, which are flagging vulnerabilities in our WebObjects applications. The problem reported is with URLs such as .../wa/MyDirectAction? wosid=XYZ%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3E , direct actions that

Re: bizarre session time-outs

2010-06-03 Thread Patrick Middleton
On 3 Jun 2010, at 11:28, Simon wrote: hi all - we've got a session time-out issue that is affecting just 1 specific client. all other users of the app are happy - it's just not working for this one company. basically, as users form this one company click around the app they randomly ge

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-18 Thread Patrick Middleton
bjects/MyApp.woa/64/wo/y3mg8PShGpKS3OCKmH49s4fCrTK/ 7.0.1.8.1.3.23.3.3.123.1.1 key:content-length value:34327 r- >content_type:application/vnd.lotus-1-2-3 =-=-=-=-=-= On 18 Mar 2010, at 12:42, Patrick Middleton wrote: Reorderering module loading did not help. ... I also note in the Apac

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-18 Thread Patrick Middleton
module content-handlers using the ap_table_*() routines. Rather, it is set by pointing the content_type field in the request_rec structure to an appropriate string. E.g., r->content_type = "text/html"; On 17 Mar 2010, at 17:50, Chuck Hill wrote: Hi Patrick, On Mar 17, 2010,

Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-17 Thread Patrick Middleton
Anybody else seen this before? I'm supporting WO451 on MacOSX 10.4.11 with Apache 1.3.41. A sample URL generated is http:///cgi-bin/WebObjects///wo/ s3VxGNjQd5pK3HI1TuI1TEs8h2j/5.0.1.8.1.3.23.3.3.123.1.1 Packet burglary with tcpflow on port 80 and on the woapp's port shows that the insta

Re: [SOLVED] how to insert records in database in the order of insertion to EC

2009-11-02 Thread Patrick Middleton
On 1 Nov 2009, at 12:40, Shravan Kumar. M wrote: Thanks Kieran for your solution. But unfortunately, we don't extend ERXGenericRecord, so we cannot get benefits of this!!! I have actually read about your this solution in a similar kind of issue posted and responded by you here: http://www.

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Patrick Middleton
On 28 May 2009, at 13:57, Anjo Krank wrote: Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time. Otherwise the adaptor will happily redirect you callback to another instance - where the session m

Re: compacting html, whitespaces

2009-05-21 Thread Patrick Middleton
Back in the WO451 days I overrode Application.handleRequest to do some very simple HTML parsing to remove excess whitespace while remaining aware of comments, tags and the like. We used it for some years but abandoned it; it ate CPU, and in terms of the time for a request/response cycle t

Re: Trouble with Internet Explorer

2009-04-06 Thread Patrick Middleton
On 6 Apr 2009, at 14:50, Anjo Krank wrote: Am 06.04.2009 um 15:48 schrieb Amedeo Mantica: lenght length? Cheers, Anjo response.disableClientCaching(); response.removeHeadersForKey("Cahce-Control"); Cache? --- Regards Patrick OneStep Solutions LLP www.o

Re: Pound symbol Solved...

2009-03-20 Thread Patrick Middleton
I'm still really a WO451 programmer, so what do I know, but doesn't Xplode allow you to set a default encoding for your text (source) files? One might expect String s = "£"; to cause the creation of a UTF8 string literal. Suppose your source code default encoding was ISO 8859-1 ... w

Re: My provider moved my server and now...

2009-03-02 Thread Patrick Middleton
On 2 Mar 2009, at 14:07, James Cicenia wrote: Hmmm,, that is empty. But the IP is the SAME ?? On Mar 2, 2009, at 8:00 AM, Pascal Robert wrote: Check if you have a backup copy of SiteConfig.xml in /Library/ WebObjects/Configuration/, and if not, check the content of the active SiteConfig.x

Re: SSL Troubleshotting

2009-02-05 Thread Patrick Middleton
Without even looking, I'd guess that ERXRequest.remoteHostAddress() is looking for an HTTP header REMOTE_ADDR (this is not really an HTTP header, it's a CGI environment variable, but WebObjects presents it as a header). I have under some circumstances that I can't remember found that some

Re: PDF generator/converter

2008-12-10 Thread Patrick Middleton
On 9 Dec 2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. Thanks, Sherry Or on MacOSX 10.3 and later,

Re: Instance ID wrong?

2008-12-02 Thread Patrick Middleton
On 2 Dec 2008, at 10:47, Andrew Lindesay wrote: Hello Anjo; Yes this can be quite annoying -- the user gets a session timeout. I guess the problem is that beyond the instance number in the path, the adaptor doesn't know there is or is not a session. cheers. before proceeding. Now, the

Re: WOLongResponesePage Problem

2008-05-21 Thread Patrick Middleton
thread is running it can use those instead. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email: [EMAIL PROTECTED] England(MI

Re: Tables Vs Divs

2008-05-20 Thread Patrick Middleton
able break up the content flow in such a way that can make the text incomprehensible when read aloud sequentially. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT

Re: Check SSL

2008-05-19 Thread Patrick Middleton
), using API in WOMessage (WORequest's superclass). -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email: [EMAIL PROTECTED] England

Re: Help with Double Action Method

2008-03-05 Thread Patrick Middleton
ns if, in your AttractionVoucher.appendToResponse(,) , you call super.appendToResponse(r, c) before doing the other stuff to set the response's content to the PDF? -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax

Re: WO and Fileuploading virus checking

2008-03-04 Thread Patrick Middleton
have found extremelly helpful. Many Thanks George Wiles java.lang.Runtime.exec() and ClamAV/clamscan ( http:// www.clamav.net/ ). If your deployment platform is MacOSX Server / Xserve, you already have ClamAV. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone

Re: A little bit of Ajax in a 5.3 app?

2008-02-26 Thread Patrick Middleton
namespaces. Use the '' construct to wrap any HTML content returned in your response to prevent XMLHttpRequest and friends from trying to parse it as XML. WO 5.3? I got this working without too much trouble in WO 4.5.1 . Hope this helps! -- Patrick Middleton OneStep Solu

array fault firing from addObjectToBothSidesOfRelationshipWithKey(, )

2008-01-17 Thread Patrick Middleton
eaked and which should be refaulted, and tell the helper object to restore the owning object's editing context's previous delegate. Patrick -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax:

Re: Fat relationships: i.e. user <--->> transactions

2007-12-05 Thread Patrick Middleton
in only certain places. ... Suddenly I am reminded of some ObjC code I posted to this list on Apr 19 ("Re: AddObjectToBothSidesOfRelationshipWithkey") -- how to manipulate relationships in a clean(ish) fully EOF 4.5.1 way that avoids unnecessary firing of array faults. -- Patric

Re: Editing Contexts and Autorelease Pools in 4.5.1

2007-11-08 Thread Patrick Middleton
On 7 Nov 2007, at 17:29, Dana Kashubeck wrote: Remember way back when WebObjects supported Objective-C /and/ Java? Well, travel back with me if you are able. I'm working with an Objective-C port of the MultiECLockManager. I ran into a really nasty situation because when you lock an e

Re: wocode.com down?

2007-06-14 Thread Patrick Middleton
On 14 Jun 2007, at 14:53, Oliver Scheel wrote: What's up with wocode.com? "Godaddy.com" complains about renewal of wocode.com... Any ideas? Oliver localhost> whois wocode.com Whois Server Version 2.0 Domain names in the .com and .net domains can now be registered with many different comp

Re: Interrupting a fetch that is taking too long

2007-05-16 Thread Patrick Middleton
l present, you should be able to exploit the workaround I found. http://www.wodeveloper.com/omniLists/ webobjects-dev/2003/July/ msg00300.html http://www.wodeveloper.com/omniLists/ webobjects-dev/2003/July/ msg00470.html -- Patrick Middleton OneStep Solutions plc 351 London Road

Re: Multiple clients in single DB

2007-04-26 Thread Patrick Middleton
f a flag in the EOFetchSpecification's userInfo dictionary. This has worked very well for me in a number of apps since 1999, you don't need to tinker with EOF (everything is as per the EOModel) and all the required client ID stuff resides in a single table. -- Patrick Middleton OneStep Solu

Re: AddObjectToBothSidesOfRelationshipWithkey

2007-04-19 Thread Patrick Middleton
On 19 Apr 2007, at 14:57, Frank Stock wrote: Ken, what I don't understand is why all the relation-rows are fetched, not just the selection thats needed? A <--- B A has an array fault; if you touch it, EOF will go to the database to get all B belonging to A. If you do a.addObjectToB

Re: AddObjectToBothSidesOfRelationshipWithkey

2007-04-19 Thread Patrick Middleton
inary data OSPArrayFaultSuppressor.m Description: Binary data OSPArrayFaultSuppressorRecord.h Description: Binary data OSPArrayFaultSuppressorRecord.m Description: Binary data -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 Hadle

Re: how to make 'redirect url' work [WAS: nice error messages]

2007-03-21 Thread Patrick Middleton
le to see the 'redirect url' setting working for the first time. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email: [EMAIL

building mod_WebObjects.so universal [was: Is Xcode Tools 2.4.1 missing the WebObjects adaptor source code?]

2007-03-20 Thread Patrick Middleton
On 11 Jan 2007, at 11:48, Patrick Middleton wrote: http://developer.apple.com/documentation/WebObjects/Deployment/ Deploying_Applications/Installation/chapter_3_section_3.html says (amonst other things) that "This section discusses building HTTP adaptors from the source code in /Deve

Re: Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Patrick Middleton
mote Desktop might help; if it does, and if you are deploying on a Xserve without a real video card, performance might be disappointing. These problems don't exist in WO5, where (1) you don't get access to goodies like Quartz and (2) one can define a property - Djava.awt.headless=tr

Re: Javamonitor help

2007-02-27 Thread Patrick Middleton
less cooperative. If this is the problem and you can't get a name/address publlshed by (probably internal) DNS in a hurry, try editing /etc/hosts . [And I bet Tiff Cluel chimes in that there's a list webobjects- [EMAIL PROTECTED], too!] -- Patrick Middleton OneStep Solutions plc 351

Is Xcode Tools 2.4.1 missing the WebObjects adaptor source code?

2007-01-11 Thread Patrick Middleton
system. Is the adaptor source still supplied but I haven't found it, or is it missing; and if it's missing, is this by accident or design? -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 55685

Re: Interesting problem with instances

2006-12-14 Thread Patrick Middleton
so that WOResourceManager caches data -- if the app was started while the database migration was still in progress, the row required might have not been present when one instance tried to fetch it and what you're seeing is "not found" from the cache, while another instance may

Re: Handy fault firing detection

2006-11-08 Thread Patrick Middleton
removing detail objects from a to- many relationship. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email: [EMAIL PROTECTED] England(MIME

Re: running a perl script with RunTime.Exec causes perl script to die

2006-11-08 Thread Patrick Middleton
itialize vars[0] and vars[1] using explicit values, perhaps obtained via java.lang.System.getenv(). -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Ema

Re: command line WO Freeze

2006-10-23 Thread Patrick Middleton
y or crashed and exited in 10s, you have to decide what your app should do next. Your command-line routine probably isn't crashing -- it's probably blocked waiting trying to read from standard input. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone:

Re: WO in Java or Objective-C...

2006-09-06 Thread Patrick Middleton
On 6 Sep 2006, at 16:55, Ricardo Strausz wrote: On Sep 5, 2006, at 21:41, [EMAIL PROTECTED] wrote: - many of us have large volumes of ObjC code I'm wondering: how many? Are there really a lot of us out there with large Objective-C frameworks that we need to leverage in our WO apps? +1

Complicated configurable HTML tables

2006-08-17 Thread Patrick Middleton
I have a woapp on which I'm working where there will soon be: three basic screen layouts, based on an assumed device display width of 160px/320px/640+px, user selectable some columns will always be present some columns will be present if the user wants them shown some columns will be present if

Re: WOHTTPConnection & WORequest

2006-07-27 Thread Patrick Middleton
On 27 Jul 2006, at 17:43, David Griffith wrote: Hi Jerry, Well, I have no control over the other website. What I need to do is this: In my own WO App, I have a page which displays some information from the database about a domain name and who it is associated with. I would like to hav

Re: Java Error on startup of App

2006-05-30 Thread Patrick Middleton
On 30 May 2006, at 11:43, Gino Pacitti wrote: Hi All I have been running an app on Tiger server + latest Webobjects run environment and recently updated development to the latest XCode 2.3 Now I have tried to build an existing running app and when I try to start it I get a error - this r

Re: two databases from one application

2006-05-11 Thread Patrick Middleton
other database. Complicated? Certainly. But this approach does work. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email: [EMAIL PROTECTED] England

Re: Switch Component question...

2006-04-27 Thread Patrick Middleton
On 27 Apr 2006, at 14:29, James Cicenia wrote: Hello - I am developing a new website and decided correctly or incorrectly, to have my wrapper page(s) be the main page and then swap out the content in the wrapper with the switch component. My question is.. normally I have code like nextPa

Re: Weird "No Instance Available" and its fix

2006-04-20 Thread Patrick Middleton
The computer on which an application is running needs to be identified in the communications between wotaskd and the application instances it manages because of configurations with multiple hosts. In the simplest configuration, Apache and JavaMonitor and wotaskd and all your applications wi

Re: exec sp_password using rawRowsForSQL

2006-04-18 Thread Patrick Middleton
On 13 Apr 2006, at 21:21, Jerry Haynes wrote: Has anyone successfully called sp_password on a Sybase database? Nothing is being returned back to theArray so I have no clue what the problem might be. private NSArray setSybasePassword(String eoModel, String masterPassword, String newPasswo

Re: Session Timeout Question

2006-03-17 Thread Patrick Middleton
On 17 Mar 2006, at 15:00, James Cicenia wrote: Hello - I just implemented a "branded" version of our app. Basically this means that the login in screen and graphics, some contact info, etc., is triggered by the subdomain. This works great... HOWEVER... If a person uses an old expired ses

Re: multi user increment

2006-02-06 Thread Patrick Middleton
On 6 Feb 2006, at 14:27, Gino Pacitti wrote: Hi All Any thoughts on how to address this problem I have a multi instance app that connects to a single data store. For any user, across the instances, I need to increment a numerical value newly for each new registered user. This then has to

Re: WebObjects 4.5.1 & Tiger?

2006-01-11 Thread Patrick Middleton
On 11 Jan 2006, at 14:50, Dana Kashubeck wrote: Okay, I know there probably isn't anyone out there still using WebObjects 4.5, but I thought it was worth a shot. We've been keeping our users on Jaguar, so I've been using Jag to do my WebObjects development (yes, still with Objective-C).

Re: Application registration?

2006-01-06 Thread Patrick Middleton
lock against the local network address; try java.net.InetAddress.getAllByName("localhost"). -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1702 556855 Essex. SS7 2BT Email:

Re: Encrypted Database

2005-12-07 Thread Patrick Middleton
On 7 Dec 2005, at 03:08, James Cicenia wrote: Hello We recently had a request for our application but they want the data that is stored in the database to be encrypted. We are using mySQL. Anyone know anything at all about this? http://books.slashdot.org/article.pl? sid=05/11/30/1634221

Re: empty replay

2005-11-16 Thread Patrick Middleton
in why the problem doesn't show up with direct connect, but doesn't explain why it's an intermittent problem via the woadaptor. -- Patrick Middleton OneStep Solutions plc 351 London Road Phone: +44 (0)1702 426400 HadleighFax: +44 (0)1