Re: insertObject error

2005-12-22 Thread wojingo
vjc wrote: Heylo, I am trying to create a form that will add the values to my database. The table's primary key, aid, is an auto increment column. Whenever I fill all of the values in the form and hit submit to add the data to the database, I get the following error: Application: OnTra

insertObject error

2005-12-22 Thread vjc
Heylo,I am trying to create a form that will add the values to my database.  The table's primary key, aid, is an auto increment column.  Whenever I fill all of the values in the form and hit submit to add the data to the database, I get the following error:Application: OnTrackError: java.lang.Illeg

Re: Cannot find service Error

2005-12-22 Thread Art Isbell
On Dec 22, 2005, at 1:29 PM, Corin Lawson wrote: I think I'll hold off upgrading to 5.3.1, although I'd like to upgrade the underling Axis. Upgrading Axis under WO 5.2 will break WO, I believe. WO 5.3 includes a newer version of Axis. Aloha, Art

Re: Cannot find service Error

2005-12-22 Thread Corin Lawson
Hi, Thanks for the advice. I think I'll hold off upgrading to 5.3.1, although I'd like to upgrade the underling Axis. Indeed, it is possible to call the service (it works when I change the address to specify the instance number.) But since you ask: WOWebServiceRegistrar.registerWebService

Re: Cannot find service Error

2005-12-22 Thread Pierre Frisch
No to the contrary. I have no end of problem with 5.31 and wsdl. I was just checking. I suppose that you have verified that checkDomain is part of the allowedMethods for the BDERS service? What is the call you used to register it? Thanks Pierre On 22-Dec-05, at 1:53 PM, Corin Lawson wro

Re: KeyValue coding for non WO classes

2005-12-22 Thread Art Isbell
On Dec 22, 2005, at 12:29 PM, Owen McKerrow wrote: Now I've gotten so used to WO and it doing lots of the work for me, I just tried to make a valueForKey() call on this class which of course failed as the class doesn't know anything about key-value coding :) So whats the easiest way to tell

KeyValue coding for non WO classes

2005-12-22 Thread Owen McKerrow
Hi All, I've had to make a couple of standard Java classes for helping out on a page ( there containers that contain a real EO object, a couple of booleans to hold the state of this object, as well as a couple of other things ). Now I've gotten so used to WO and it doing lots of the work

Re: Cannot find service Error

2005-12-22 Thread Corin Lawson
I am using WO 5.2.3, do you recommend upgrading? On 22/12/2005, at 10:38 PM, Pierre Frisch wrote: Hi Corin, Which version of WO are you using? Did you upgrade Axis? Pierre On 21-Dec-05, at 6:43 PM, Corin Lawson wrote: Hi, I am having trouble calling a web service that has multiple insta

Re: signed int

2005-12-22 Thread Jerry W. Walker
Hi, Xavier, Sorry I didn't get back to you sooner, but rather invested the evening with my family at The Big Apple Circus in New York City. It was a wise investment! :-) Lachlan Deck has provided your answer (in a separate post), I think, in his comments: // I think you'll want to add

Re: WOTimer and Servlet Deploy

2005-12-22 Thread Neale Patton
Another undocumented 'feature' -- When deploying as a servlet WOApplication's 'terminate()' method isn't called. I'm no servlet expert, but I suspect this is an oversight in the servlet integration. I would've imagined that WOServletAdaptor should implement the destroy() method which would

Re: License key problem with 5.2.4

2005-12-22 Thread Lachlan Deck
Hi there, On 22/12/2005, at 2:03 PM, [EMAIL PROTECTED] wrote: I used to use the keys they would post there, which expired every few months, since I've just been playing around with it. If you're just playing around, go straight to the latest. I doubt the free trial keys will be supplied for

Re: License key problem with 5.2.4

2005-12-22 Thread Ken Anderson
If you're just learning, my suggestion is to be on the leading edge. You'll receive more support, and you'll be more familiar with the newer releases. I'm using 5.3.1 and it seems fine to me. On Dec 21, 2005, at 10:03 PM, [EMAIL PROTECTED] wrote: On Dec 21, 2005, at 6:19 PM, Art Isbell wr

Re: Cannot find service Error

2005-12-22 Thread Pierre Frisch
Hi Corin, Which version of WO are you using? Did you upgrade Axis? Pierre On 21-Dec-05, at 6:43 PM, Corin Lawson wrote: 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