Re: License key problem with 5.2.4

2005-12-21 Thread womail
On Dec 21, 2005, at 6:19 PM, Art Isbell wrote: How did you install WO 5.2 in the first place? If you used an Apple WebObjects 5.2 CD, it came with a license key. It's been a while since I installed WO, but I thought that license key entry was a required part of the installation. From t

Fwd: Cannot find service Error

2005-12-21 Thread Corin Lawson
Hi, I am having trouble calling a web service that has multiple instances. I have written a quick and dirty client invoke it using WOWebServiceClient. This is the error that I get... com.webobjects.foundation.NSForwardException [javax.xml.rpc.ServiceException] Error processing WSDL docume

Cannot find service Error

2005-12-21 Thread Corin Lawson
Hi, I am having trouble calling a web service that has multiple instances. I have written a quick and dirty client invoke it using WOWebServiceClient. This is the error that I get... com.webobjects.foundation.NSForwardException [javax.xml.rpc.ServiceException] Error processing WSDL docume

Re: License key problem with 5.2.4

2005-12-21 Thread Art Isbell
On Dec 21, 2005, at 3:39 PM, [EMAIL PROTECTED] wrote: Is there any way I can get this to work? How did you install WO 5.2 in the first place? If you used an Apple WebObjects 5.2 CD, it came with a license key. It's been a while since I installed WO, but I thought that license key entry

License key problem with 5.2.4

2005-12-21 Thread womail
I started my install project all over and went with the basics that I know should work - Xcode 2.0 and WebObjects 5.2.4. Everything installs fine, but when I try to run my app (which at the moment is a completely empty new project) I get an error that my license key is for the wrong versio

[OT]Re-All requests go to only the parent domain (MacOSX Server 10.4)

2005-12-21 Thread Baiss Eric Magnusson
Is the port number of <16080> appropriate for a basic DNS-Apache MacOSX Server? Begin forwarded message: From: Chuck Pliske I don't understand the reason for the port 16080 - I don't know how to interpret apache's output from your situation because it's so complex. On Dec 21, 2005, at

Re: In memory qualification issues

2005-12-21 Thread Robert Walker
public boolean equals(Object x) Compares this BigDecimal with the specified Object for equality. Unlike compareTo, this method considers two BigDecimals equal only if they are equal in value and scale (thus 2.0 is not equal to 2.00 when compared by this method). 1. BigDecimal equality is no

Re: signed int

2005-12-21 Thread Lachlan Deck
Hi there, (removed cross-post) On 22/12/2005, at 8:03 AM, Dev WO wrote: so here's the method I'm using, it's within a framework. I'm using this to display my client with a page of all the "out of stock" product, and so he should have a negative virtual stock for the items... ===

In memory qualification issues

2005-12-21 Thread Ken Anderson
List Colleagues, I've had a couple of experiences lately with in-memory qualification and EOKeyValueQualifier that I need to bounce off the list to make sure I'm not losing it. I've had 2 recent issues: 1. BigDecimal equality is not handled properly. Even if the objects are initialized

Re: signed int

2005-12-21 Thread Dev WO
Hi Jerry, I don't think it comes from a weird hardware as my application behave the same on 2 different machine (PowerBook and Xserve). So might be something I've done wrong, and I really have no doubt about that;) so here's the method I'm using, it's within a framework. I'm using this to di

Re: signed int

2005-12-21 Thread Jerry W. Walker
Hi, Xavier, I presume you're using Java, since this is a WebObjects mailing list. If "virtual stock calculation", "quantity available" and "quantity requested" are each represented by int variables and each of the latter two hold the values that you're indicating, then I have no doubt that

signed int

2005-12-21 Thread Dev WO
Hi list, I don't really know where to look for, but here's my issue: I've got a calculation based on the number (int) of product in stock. This calculation should lead to negative number sometimes, for example, if I have a product A which was sold 6 times, if the stock is 0, the calculation sh