Re: WO 5.4 Q prefix bindings?

2007-12-14 Thread Ryan Klems
If you are using the new WOML, try woq:line instead of Qline -Ryan On Dec 14, 2007, at 10:38 PM, Les Vogel wrote: Has anyone gotten the Q prefix to work? I try: string="Set Power Line 3"/> I'm expecting that it will translate to a ?line="3", instead it's going to qline="3" which isn't qui

WO 5.4 Q prefix bindings?

2007-12-14 Thread Les Vogel
Has anyone gotten the Q prefix to work? I try: I'm expecting that it will translate to a ?line="3", instead it's going to qline="3" which isn't quite what I'm expecting. -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They wil

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Gavin Eadie
At 9:33 AM -0800 12/14/07, Joe Moreno wrote: I'd also love a simple Amazon EC2 instance running WebObjects (WO frameworks and WO adaptor) that can be configured with JavaMonitor. ... I started down this path several months ago and then Real Work intervened, but I'm retired now so maybe I'll pi

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Chuck Hill
On Dec 14, 2007, at 5:58 PM, Mike Schrag wrote: fancy .. i think i've found my weekend challenge :) Still private beta ... Boo. That and the only data type is String, and there's some crazy stuff about storing integers (you must zero pad the integers so that all your integers are the same

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Mike Schrag
fancy .. i think i've found my weekend challenge :) Still private beta ... Boo. That and the only data type is String, and there's some crazy stuff about storing integers (you must zero pad the integers so that all your integers are the same length + you can't do negative numbers -- you hav

Re: WO 5.4 new parser (inline bindings) removing DOCTYPE and XML declaration

2007-12-14 Thread Les Vogel
Yep, it's a known bug. Add a space between your , the lack of !DOCTYPE is also annoying. On 12/13/07, Oswaldo Bueno <[EMAIL PROTECTED]> wrote: > > Hi, I'm staring a new project on WO 5.4 and decided to use the new > inline bindings. > >I have a component with the following first lines: > >

RE: Anyone know of a good resource for WOML?

2007-12-14 Thread ray
Original Message Subject: Re: Anyone know of a good resource for WOML? From: Daryl Lee <[EMAIL PROTECTED]> Date: Fri, December 14, 2007 2:47 pm To: Christopher Roach <[EMAIL PROTECTED]> Cc: webobjects-dev@lists.apple.com You can start with the file format reference: http://deve

[Forget it] Java 6 for Tiger

2007-12-14 Thread Miguel Arroz
Hi! Sorry sorry... It's Java 5, Release 6... me dumb... Yours Miguel Arroz On 2007/12/14, at 22:47, Miguel Arroz wrote: Hi! Java 6 has been released for Tiger. What does this mean for us? Does the update switches the standard JVM to 6? (BTW, Apple, why can't you make the tech no

Re: Java 6 for Tiger

2007-12-14 Thread Q
On 15/12/2007, at 8:47 AM, Miguel Arroz wrote: Hi! Java 6 has been released for Tiger. What does this mean for us? Does the update switches the standard JVM to 6? (BTW, Apple, why can't you make the tech note describing the update available *before* the update itself? ;) ) Java for

Java 6 for Tiger

2007-12-14 Thread Miguel Arroz
Hi! Java 6 has been released for Tiger. What does this mean for us? Does the update switches the standard JVM to 6? (BTW, Apple, why can't you make the tech note describing the update available *before* the update itself? ;) ) Yours Miguel Arroz Miguel Arroz http://www.terminalapp

Re: Anyone know of a good resource for WOML?

2007-12-14 Thread Daryl Lee
You can start with the file format reference: http://developer.apple.com/documentation/InternetWeb/Reference/WO_BundleReference/Articles/WOComponentHTML.html On Dec 14, 2007, at 1:27 PM, Christopher Roach wrote: Hi, I'm working on some projects that use WO 5.4 and we are going the wodless rou

Anyone know of a good resource for WOML?

2007-12-14 Thread Christopher Roach
Hi, I'm working on some projects that use WO 5.4 and we are going the wodless route and using WOML instead. The problem is that I cannot find a single bit of documentation on the web pertaining to using WOML to create a WebObjects component. Does anyone here happen to know of a good resource or

Re: J2EE JDBC Connections

2007-12-14 Thread Mike Schrag
I am getting the following error: - javax.naming.NameNotFoundException: java:comp/env/jdbc not found in Logbook This is actually just bad error handling inside of WO ... It's a warning, not an error. If you are using model connections inside of a JNDI environment, it will always display thi

J2EE JDBC Connections

2007-12-14 Thread Tom Pelaia
Hi, I have a WebObjects Application that I deploy to the Oracle J2EE server. It ran as a J2EE WAR when built under WO 5.3.x but not WO 5.4. I connect using an EO Model and am building using the Xcode build system since I can't get the new Ant system to deploy. Here is the error that I am

SOLVED (*really*, this time!): Re: returning PDF via appendToResponse

2007-12-14 Thread Patrick Robinson
It turns out that the problem I was having, and the reason my "solution" worked, has nothing to do with PDF files. It has to do with the request-response loop. By default, WOApplication.isPageRefreshOnBacktrackEnabled() is true. One implication of this is that (to paraphrase the API documen

Re: Generating HTML without WORequest

2007-12-14 Thread Gennady Kushnir
I need to send email with information actual at the sending moment. 2007/12/14, Tonny Staunsbrink <[EMAIL PROTECTED]>: > > > How about generating a string from the wocontext (when you have in the > original request). and then storing that for later sending? > On Dec 14, 2007 7:09 PM, Kieran Kelleh

Re: Generating HTML without WORequest

2007-12-14 Thread Tonny Staunsbrink
How about generating a string from the wocontext (when you have in the original request). and then storing that for later sending? On Dec 14, 2007 7:09 PM, Kieran Kelleher <[EMAIL PROTECTED]> wrote: > Solution: > > Project Wonder -> ERJavaMail framework will get you where you want to > go. That is

Re: Generating HTML without WORequest

2007-12-14 Thread Kieran Kelleher
Solution: Project Wonder -> ERJavaMail framework will get you where you want to go. That is what all the cool kids use. On Dec 14, 2007, at 12:59 PM, Gennady Kushnir wrote: Hello, List I need to sent e-mail from my application. Currently I'm studying JavaMail package - it's not very simpl

Fwd: Generating HTML without WORequest

2007-12-14 Thread Gennady Kushnir
Hello, ListI need to sent e-mail from my application. Currently I'm studying JavaMail package - it's not very simple but the question is WebObjects-related. The message body should be generated from WOComponent. But I don't know how to make WOComponent generate HTML. The only way I know to make H

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Joe Moreno
Well, since it's the Holiday Season, let me add this to my Wish List: I'd also love a simple Amazon EC2 instance running WebObjects (WO frameworks and WO adaptor) that can be configured with JavaMonitor. Or, even better, how about Amazon's EC2 running OS X Server (or at least Darwin)? Ok,

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Chuck Hill
I was going to reply to Joe with "Show it to Mike and bet him that he can't do it in a weekend." :-P Looks like he does not even need to do that. Chuck On Dec 14, 2007, at 9:09 AM, Mike Schrag wrote: fancy .. i think i've found my weekend challenge :) On Dec 14, 2007, at 12:03 PM, Joe

Re: EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Mike Schrag
fancy .. i think i've found my weekend challenge :) On Dec 14, 2007, at 12:03 PM, Joe Moreno wrote: An EOF adaptor for Amazon's SimpleDB Web service seems like it could be promising (limited, but promising): http://www.amazon.com/gp/browse.html?node=342335011 Does anyone have any thoughts on

Brain failing me... please help...

2007-12-14 Thread Kevin Windham
I have a popup menu inside WORepetition which has an iterator object as it's item binding. The popup has a displayString binding. I want the displayString to be stored in a property of the repetitions iterator item. Everything displays properly but I always get null in the iterator's string

EOF Adaptor for Amazon's SimpleDB?

2007-12-14 Thread Joe Moreno
An EOF adaptor for Amazon's SimpleDB Web service seems like it could be promising (limited, but promising): http://www.amazon.com/gp/browse.html?node=342335011 Does anyone have any thoughts on this? - Joe Moreno ___ Do not post admin requests to the

Re: WOLips and JC

2007-12-14 Thread Florijan Stamenkovic
Thanks, will give it a go at some point. F On Dec 11, 2007, at 20:47, Mike Schrag wrote: If you want to try to make a template on your own first, check out http://wiki.objectstyle.org/confluence/display/WOL/Custom+Project +Templates ... I wrote it up rather quickly when I first wrote the n

Re: Generic typing errors

2007-12-14 Thread Paul Armitage
Hi Daniele, I _knew_ it would be obvious. I had two projects which still had the JRE System Library [JVM 1.4.2] in them! I made these JVM 1.5 and it all went away. Thanks for the help. Regards, Paul On 14 Dec 2007, at 11:58, Daniele Corti wrote: 2007/12/14, Paul Armitage <[EMAIL PROTE

Re: WebObjects 5.4 JBoss deployment

2007-12-14 Thread Tom Pelaia
Hi, Yes, I've done that and it still has the same complaint. Has anyone been able to get the Example HelloWorld project to create a WAR file that can be run successfully under JBoss? My legacy True WAR WebObjects project still builds and deploys under JBoss, but I want to migrate to the ne

Re: Generic typing errors

2007-12-14 Thread Kieran Kelleher
The ERExtensions framework needs to come in front of the WebObjects frameworks. That is because the newer versions of those NS foundation classes are in Wonder. I achieve this in development by having the Wonder projects in my workspace and I adjust the Build Order in the Build Path. Not su

Re: SOLVED: Re: returning PDF via appendToResponse

2007-12-14 Thread Daniele Corti
2007/12/13, Patrick Robinson <[EMAIL PROTECTED]>: > > Well, it's always fun to reply to one's own emails. First, the solution to (1) is to have the action method return a > different page, e.g. > > public WOComponent downloadFile() { > WOComponent fileComponent = pageWithName("FileDownloadCo

Re: Generic typing errors

2007-12-14 Thread Daniele Corti
2007/12/14, Paul Armitage <[EMAIL PROTECTED]>: > > Hi, > > I've switched to Eclipse 3.3.1.1 with WOLips 3.3.4743. > > I'm on Leopard but with Wonder compiled for 53 and with the WO53 > frameworks installed as per current thinking. (Many thanks Mike, what > _would_ we do without you? See, it _is_ ap

Generic typing errors

2007-12-14 Thread Paul Armitage
Hi, I've switched to Eclipse 3.3.1.1 with WOLips 3.3.4743. I'm on Leopard but with Wonder compiled for 53 and with the WO53 frameworks installed as per current thinking. (Many thanks Mike, what _would_ we do without you? See, it _is_ appreciated!) Now any source which refers to an NSMutabl