Re: WWDC WO Meet Up List

2006-07-25 Thread Joshua Archer
I won't actually be attending WWDC, but I can stick a nametag on :) On Jul 25, 2006, at 1:26 PM, Ken Anderson wrote: I would like to request that everyone wear their WWDC badges at The Thirsty Bear so that we can figure out who everyone is! Ken On Jul 12, 2006, at 2:14 PM, Chuck Hill wrote:

Re: Obtaining Application Instance Number

2006-07-25 Thread Chuck Hill
On Jul 25, 2006, at 7:43 AM, Robert Campbell wrote Thanks for the info, Ideally I would like to get the id when the application is instantiated rather than in response to a request, but its a useful call and I may be able work that way round. What you want is not how it works. An applica

Re: WWDC WO Meet Up List

2006-07-25 Thread Ken Anderson
I would like to request that everyone wear their WWDC badges at The Thirsty Bear so that we can figure out who everyone is! Ken On Jul 12, 2006, at 2:14 PM, Chuck Hill wrote: Hi, On Jul 11, 2006, at 6:13 AM, Pascal Robert wrote: Would be nice to add two fields on your WWDC Meet Up page :

Re: Web Services - A newbie

2006-07-25 Thread Mike Schrag
s/some guy/Jonathan Rentzsch, Huge Badass (TM)/ On Jul 25, 2006, at 4:02 PM, Chip Myers wrote: Here's a 15 minute visual presentation where some guy builds a simple weblog from scratch... ___ Do not post admin requests to the list. They will be ign

Re: Newbie question about highlighting rows

2006-07-25 Thread Guido Neitzer
On 25.07.2006, at 21:58 Uhr, Sacha Michel Mallais wrote: Yeah, it looks strange but is perfectly allowed (remember that WO tags and HTML tags are two different beasts...). Right. I know that. But I don't like it ... ;-) It's the look that disturbs me. As I normally don't use WO Builder at a

Re: Web Services - A newbie

2006-07-25 Thread Chip Myers
Here's a 15 minute visual presentation where some guy builds a simple weblog from scratch...http://rentzsch.com/webobjects/wo5in15 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: Web Services - A newbie

2006-07-25 Thread Alex Finkel
Have a look at /Developer/Documentation/WebObjects/Web_Services/Web_Services.pdf and at the examples that are referenced in that PDF: /Developer/Documentation/WebObjects/Web_Services/projects/ gave me a starting point. On 7/25/06, Roy <[EMAIL PROTECTED]> wrote: Hi all, I am a newbie in the w

Re: Newbie question about highlighting rows

2006-07-25 Thread Sacha Michel Mallais
On Jul 25, 2006, at 12:48 PM, Guido Neitzer wrote: On 25.07.2006, at 17:54 Uhr, Sacha Michel Mallais wrote: Then, inside the repetition, modify the tag to be style="background: grey;"WEBOBJECT>>, where HighlightConditional is a WOConditional bound to a method that returns true only when the

Re: Newbie question about highlighting rows

2006-07-25 Thread Guido Neitzer
On 25.07.2006, at 17:54 Uhr, Sacha Michel Mallais wrote: Then, inside the repetition, modify the tag to be style="background: grey;"WEBOBJECT>>, where HighlightConditional is a WOConditional bound to a method that returns true only when the selected index equals the current index. Do you r

WOIFrame Question

2006-07-25 Thread Chip Myers
Hi, I'm trying to create a WOIFrame which changes it's frame height dynamically, depending on the height of the page it displays.  For example, if the inner page contains no data, I'd like the WOIFrame to have a height of 0 pixels.  If the inner page contains a few entries, I'd like it to expan

Re: Newbie question about highlighting rows

2006-07-25 Thread Chip Myers
Thanks, that worked fantastically! ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobj

Job Opportunity: Bellevue, WA

2006-07-25 Thread Gary Teter
Paizo Publishing is looking for a WebObjects developer. Paizo is a leader in the hobby gaming industry, publishing the official Dungeons & Dragons magazines and an award-winning line of gaming products. We're looking for someone to help build the next stage of the paizo.com website. Right n

Re: Web Services - A newbie

2006-07-25 Thread Mike Schrag
http://en.wikibooks.org/w/index.php? title=Programming:WebObjects#Web_Services On Jul 25, 2006, at 2:17 PM, Roy wrote: Hi all, I am a newbie in the world of Web Services. I have been developing in WebObjects but I have not tried out its Web Services part. I have to do it now. If anybody can p

Web Services - A newbie

2006-07-25 Thread Roy
Hi all, I am a newbie in the world of Web Services. I have been developing in WebObjects but I have not tried out its Web Services part. I have to do it now. If anybody can point me to a good starting point, maybe a document and some working examples it will be really great !! I was looking int

Re: Newbie question about highlighting rows

2006-07-25 Thread Sacha Michel Mallais
On Jul 25, 2006, at 9:35 AM, Chip Myers wrote: Sacha: you mentioned Then, inside the repetition, modify the tag to be NAME=HighlightConditional>style="background: grey;">, where HighlightConditional is a WOConditional bound to a method that returns true onl

Re: Newbie question about highlighting rows

2006-07-25 Thread Robert Walker
This is what I do.  Just an similar (but alternate) solution for the same function:What I do is select the tag I want to control dynamically and press the "Make Dynamic" button in the WO Builder inspector.  Then bind the bgcolor (or these days the CSS style) that I want to use for the row. Then I

Re: Newbie question about highlighting rows

2006-07-25 Thread Chip Myers
eged and confidential information/work product. This communication is intended for the use of the individual or entity named above. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is stric

Re: JDBCChannel method failed to update

2006-07-25 Thread Jonny Meijer
I have seen such an exception most often when there was locking on a timestamp attribute. The exception would happen because of an issue with the precision, I think. Regardless, the solution was to remove locking on that attribute. Jonny On Jul 25, 2006, at 12:06 PM, Randy Wigginton wrot

9. Re: WO to consume WebServices (Alex Cone)

2006-07-25 Thread Jeremy Rosenberg
I think you guys have already given me enough information to go on. I am going to get back into the client class and try to build some simpler code and work back up. I started with a wsdl2java generated class and there is probably something happening in there that I am not following. I

Re: JDBCChannel method failed to update

2006-07-25 Thread Randy Wigginton
I've seen this when I have (accidentally) marked attributes to lock, and the attribute is nullable (and null in the case in question). I wish the default was to NOT lock attributes that are nullable. On Jul 25, 2006, at 10:50 AM, Kieran Kelleher wrote: Log out the exception.userInfo() dicti

Re: Newbie question about highlighting rows

2006-07-25 Thread Sacha Michel Mallais
On Jul 25, 2006, at 7:13 AM, Chip Myers wrote: I'm currently generating a series of rows within a WORepetition. The best way to show the structure is as follows: SELECT PERSON ACITY ASTATE A SELECT PERSON BCITY BSTATE B __

RE: EOObjectNotAvailableException

2006-07-25 Thread Watkins, Garry
Really not the answer that I wanted.  Personally, I think that it is a bug in EO, if the relationship is defined as NOT mandatory, and it encounters a EOObjectNotAvailableException it should return null.  However, I want to continue to use EOGenericRecords since it is mainly a reporting type

Re: EOObjectNotAvailableException

2006-07-25 Thread Ken Anderson
Garry,EOF is not happy with such situations - if the key is not null, it expects the to-one to exist.There are a few workarounds - the simplest is to turn the relationship into a to-many and check the object count before returning null or the one object in the array.KenOn Jul 25, 2006, at 10:57 AM,

EOObjectNotAvailableException

2006-07-25 Thread Watkins, Garry
Title: Motley Rice LLC I am getting EOObjectNotAvailableException when I have optional relationships that are linked by a primary key.  I do not control the data entry that is associated with these records, so I cannot automatically create empty ones  Is there a way for me to trap these exc

Re: JDBCChannel method failed to update

2006-07-25 Thread Kieran Kelleher
Log out the exception.userInfo() dictionary to see what the actual error message was that the database server returned. On Jul 25, 2006, at 4:20 AM, Corin Lawson wrote: Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4

Re: Obtaining Application Instance Number

2006-07-25 Thread Robert Campbell
Hi Mike, Thanks for the info, Ideally I would like to get the id when the application is instantiated rather than in response to a request, but its a useful call and I may be able work that way round. Thanks, Rob. On 25 Jul 2006, at 12:05, Mike Schrag wrote: context.applicationNumber()

Newbie question about highlighting rows

2006-07-25 Thread Chip Myers
I'm currently generating a series of rows within a WORepetition.  The best way to show the structure is as follows:SELECT PERSON A    CITY A    STATE A SELECT PERSON B    CITY B    STATE B SELECT  

Re: NumberFormat and thread safety

2006-07-25 Thread Kieran Kelleher
Great. Thanks Chuck. That is actually what I was doing before I got concerned that I had mistakenly been setting booby traps after noticing the synchronization note in the NumberFormat API. As always, thanks, Regards, Kieran On Jul 24, 2006, at 3:25 PM, Chuck Hill wrote: I create one forma

Re: Obtaining Application Instance Number

2006-07-25 Thread Mike Schrag
context.applicationNumber() On Jul 25, 2006, at 5:29 AM, Robert Campbell wrote: Hi All, Does anyone know how I can get the application instance number? - I need to programmatically construct URLs that contain the application instance number for load balancing e.g. for the URL http://www.my

Re: Obtaining Application Instance Number

2006-07-25 Thread Miguel Arroz
Hi! WO does that for you. Just call: String url = context().completeURLWithRequestHandlerKey("wa", directActionName, args, false, 0); (check the documentation, I don't remember what are all the arguments used for) The url var will contain a full URL for your application, includ

Re: JDBCChannel method failed to update

2006-07-25 Thread Guido Neitzer
On 25.07.2006, at 10:20 Uhr, Corin Lawson wrote: com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in database Looks like an optimistic locking problem. Two reasons I'm currently

Obtaining Application Instance Number

2006-07-25 Thread Robert Campbell
Hi All, Does anyone know how I can get the application instance number? - I need to programmatically construct URLs that contain the application instance number for load balancing e.g. for the URL http://www.mydomain.com/cgi-bin/WebObjects/myapp.woa/1/wa/ nextPage? I need to insert the appli

Re: JDBCChannel method failed to update

2006-07-25 Thread shaun
Hi, Corin Lawson wrote: Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4 with MySQL 5.0. com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCCha

JDBCChannel method failed to update

2006-07-25 Thread Corin Lawson
Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4 with MySQL 5.0. com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to upda