Re: WO5.4 UTF-8 code

2007-10-31 Thread Yoshihiko Mori
On 2007/11/01, at 12:14, Chuck Hill wrote: On Oct 31, 2007, at 8:07 PM, Ricardo Parada wrote: On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote: I updated from MacOS X 10.4 + WebObjects 5.3 to MacOS X 10.5 + WebObjects 5.4. When I input the strings of UTF-8 code from the TextField, the s

Re: Deploying WO 5.3 apps on Leopard Server

2007-10-31 Thread Thomas
Thanks, Quinton. I haven't seen that one before. When I set up a log file for wotaskd, it said it didn't have permission to run my app. Doh! All is now fixed. On 01/11/2007, at 4:32 PM, Q wrote: On 01/11/2007, at 3:17 PM, Thomas wrote: So where do I find the logs for the JavaMonitor star

Re: Deploying WO 5.3 apps on Leopard Server

2007-10-31 Thread Q
On 01/11/2007, at 3:17 PM, Thomas wrote: So where do I find the logs for the JavaMonitor startup attempt? There isn't even a /var/log/webobjects.log file, and JavaMonitor is launched with enough permissions to write into it. You need to modify wotaskd.woa/Contents/Resources/SpawnOfWotaskd

Deploying WO 5.3 apps on Leopard Server

2007-10-31 Thread Thomas
OK, so I've quarantined the WO 5.4 frameworks and replaced them with the 5.3 frameworks. I've installed the Wonder frameworks in/Library/ Frameworks. I've installed my application and frameworks, started wotaskd and Monitor using Server Admin. I've created a new instance of my app using Java

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 23:08, Guido Neitzer wrote: Okay, I found the reason, but not a good solution yet. Apple deprecated an API call in the EOSQLExpression and I haven't found the right hook again to see add the correct statement. I have a quick hack, but nothing where I can say, that it will

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 20:42, Paul Hoadley wrote: I could reproduce it now here too - I don't know where it's failing, but I'm not a specialist in this though. As I can reproduce it, I can take a deeper look. Thanks Guido. Okay, I found the reason, but not a good solution yet. Apple depreca

Re: Generic code works on my machine but generate error on another machine

2007-10-31 Thread Yung-Luen Lan
Thanks, Guido. I move the WOFrameworks down but it didn't work. Here is the configuration of my working machine: (without error) http://farm3.static.flickr.com/2299/1812761484_52ff1aba62_o.png And this is another one: (oops! error) http://farm3.static.flickr.com/2003/1811918265_0cef8587bb_o.png

Re: WOOGNL Inline Bindings Help!

2007-10-31 Thread Jonathan Miller
Nailed it, thanks Guido! Jon On Oct 31, 2007, at 5:14 PM, Guido Neitzer wrote: On 31.10.2007, at 20:14, Jonathan Miller wrote: Trying to use WOOGNL for the first time and I'm not sure where I've gone wrong. As a first attempt I added the following line of code to my sample project , ho

Re: WO5.4 UTF-8 code

2007-10-31 Thread Chuck Hill
On Oct 31, 2007, at 8:07 PM, Ricardo Parada wrote: On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote: I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 + WebObjects 5.4. When I input the strings of UTF-8 code from the TextField, the strings became to unexpected code. For exampl

Re: WO5.4 UTF-8 code

2007-10-31 Thread Ricardo Parada
On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote: I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 + WebObjects 5.4. When I input the strings of UTF-8 code from the TextField, the strings became to unexpected code. For example: When I input the code 0x3044, the code 0xFFFD was inpu

Generic code works on my machine but generate error on another machine

2007-10-31 Thread Yung-Luen Lan
Hi all, Recently I update my project with Generic code like NSArray. On my machine, it did not generate error in Eclipse 3.2.2 with latest stable WOLips and Wonder 4.0. (Mac OS X 10.4.10, Java 1.5.0_07, WebObjects come with Xcode 2.4) But on another machine, almost the same configuration, Eclipse

Re: State of the Union

2007-10-31 Thread Lachlan Deck
On 31/10/2007, at 11:51 PM, Mike Schrag wrote: * My understanding is that JavaClient stuff is technically still there, but there's not very good tool support for it. NetBeans project file support for Entity Modeler would allow the combination of Entity Modeler plus the Swing designer tools

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 01/11/2007, at 12:28 PM, Guido Neitzer wrote: On 31.10.2007, at 18:10, Paul Hoadley wrote: I haven't changed any of these since the last time SQL generation worked correctly. What I have changed is limited to what's listed in the quoted text above. I could reproduce it now here too -

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Art Isbell
On Oct 31, 2007, at 3:58 PM, Guido Neitzer wrote: On 31.10.2007, at 18:10, Paul Hoadley wrote: I haven't changed any of these since the last time SQL generation worked correctly. What I have changed is limited to what's listed in the quoted text above. I could reproduce it now here too -

Re: WOOGNL Inline Bindings Help!

2007-10-31 Thread Andrew Sardone
I believe it should be: , how are you? -Andrew On Oct 31, 2007, at 10:14 PM, Jonathan Miller wrote: Hi, Trying to use WOOGNL for the first time and I'm not sure where I've gone wrong. As a first attempt I added the following line of code to my sample project , how are you? The page r

WO5.4 UTF-8 code

2007-10-31 Thread Yoshihiko Mori
Hi all, I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 + WebObjects 5.4. When I input the strings of UTF-8 code from the TextField, the strings became to unexpected code. For example: When I input the code 0x3044, the code 0xFFFD was input. All double byte code is changed to

WOOGNL Inline Bindings Help!

2007-10-31 Thread Jonathan Miller
Hi, Trying to use WOOGNL for the first time and I'm not sure where I've gone wrong. As a first attempt I added the following line of code to my sample project , how are you? The page renders but it only displays , how are you? I have the following in my properties file: ognl.active = t

re: JavaEOGenerator

2007-10-31 Thread Jonathan Miller
Hi, I'm trying to use JavaEOGenerator with Eclipse 3.3.1.1, today's build of WOLIPS and WebObjects 5.3. The generator initializes but at the end of a long spew of information I see the following error message: Start generation Cannot load model: 'file:/Developer/Applications/JavaEOGenera

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 18:10, Paul Hoadley wrote: I haven't changed any of these since the last time SQL generation worked correctly. What I have changed is limited to what's listed in the quoted text above. I could reproduce it now here too - I don't know where it's failing, but I'm not a s

Re: State of the Union

2007-10-31 Thread Thomas
Neil, I have in the past used Golive for this. It is very easy to define WO tags for Golive, plus the bindings they need. It also (unlike DreamWeaver) shows the WO tags as blocks that can be expanded and collapsed, and a separate binding inspector. (Mike, note that this is close to what I

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 01/11/2007, at 10:23 AM, Guido Neitzer wrote: On 31.10.2007, at 17:48, Paul Hoadley wrote: (Just to be clear, as I mentioned in a previous post, I am very much a WO novice. All I've done to upgrade is: installed Leopard, installed Xcode Tools, installed WebObjects, installed Eclipse 3

Re: State of the Union

2007-10-31 Thread Neil MacLennan
There is a common theme here, and it is still the one thing I am missing most from the WOLips Component Editor: the ability to see at a glance the layout of the component and all its elements, to click on an element to view all its bindings (defined or not) and edit these bindings in a separate ar

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Daryl Thachuk
On 31-Oct-07, at 5:48 PM, Paul Hoadley wrote: On 01/11/2007, at 9:08 AM, Paul Hoadley wrote: On 31/10/2007, at 10:46 PM, Mike Schrag wrote: EM uses the classpath defined in the project the model you're editing is in to determine how to call EOF -- Is the model's project setup against 5.

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 17:48, Paul Hoadley wrote: (Just to be clear, as I mentioned in a previous post, I am very much a WO novice. All I've done to upgrade is: installed Leopard, installed Xcode Tools, installed WebObjects, installed Eclipse 3.3.1.1, installed WOLips nightly. I _assume_ WO 5.

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 01/11/2007, at 9:08 AM, Paul Hoadley wrote: On 31/10/2007, at 10:46 PM, Mike Schrag wrote: EM uses the classpath defined in the project the model you're editing is in to determine how to call EOF -- Is the model's project setup against 5.4 or 5.3? The project was setup against 5.3. I'

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 31/10/2007, at 10:46 PM, Mike Schrag wrote: EM uses the classpath defined in the project the model you're editing is in to determine how to call EOF -- Is the model's project setup against 5.4 or 5.3? The project was setup against 5.3. I've upgraded to Leopard, so I'm now running 5.4.

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Timo Hoepfner
WOLaunchURL is a command line tool that resides in /System/Library/ WebObjects/Executables/WOOpenURL. [mbp:Library/WebObjects/Executables] th% ./WOOpenURL 2007-10-31 22:26:53.961 WOOpenURL[10403] OpenURL - Syntax : OpenURL I would bet that it's called directly from within WOApplication vi

Re: State of the Union

2007-10-31 Thread Thomas
Because I'm now the official grumpy customer standard, I think I'd better pull up my socks and provide some user feedback. A few months ago I offered to write a document that listed all the tasks when working with WO components, and how you would do them in WO Builder, WOLips Component Edit

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 14:10, Art Isbell wrote: I haven't noticed any problem with WOLips 4118 opening WO 5.4 apps in Safari upon launch under Leopard. The problem only occurs if you use WO 5.3 on Leopard. cug -- http://www.event-s.net ___ Do not post

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Mike Schrag
I'm not familiar with the wolips startup script template but I'll take a look. The autolaunch stuff is part of the rapid turnaround support. If a valid project is detected then the 'open' command is called. WOLips tends to muddy the issue since by default most projects create a PB.projec

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Daryl Lee
I'm not familiar with the wolips startup script template but I'll take a look. The autolaunch stuff is part of the rapid turnaround support. If a valid project is detected then the 'open' command is called. WOLips tends to muddy the issue since by default most projects create a PB.projec

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Art Isbell
On Oct 31, 2007, at 9:41 AM, Mike Schrag wrote: Oh -- So this is a change that needs to be make to the wolips startup script template? I'm actually not sure who CALLS that command, but it's definitely not working for me ... Oh wait .. I'm running 5.3 on Leopard, so if I run 5.3, then it's

Re: Leeches & launchd

2007-10-31 Thread Mike Schrag
com.apple.webobjects.wotaskd.plist Description: Binary data com.apple.webobjects.womonitor.plist Description: Binary data On Oct 31, 2007, at 3:29 PM, Jeremy Matthews wrote: I don't think bandwidth will be a problem...seems like we have a few volunteersplease send me/mike an email if y

Re: WebObjects projects hosting...

2007-10-31 Thread Timmy
This just makes way too much sense. It would be nice to at least see this happen. T On Oct 31, 2007, at 10:09 AM, Francis Labrie wrote: Couldn't Apple gives space and bandwidth for WOLips/Wonder/etc. community projects on ? Andrus Adamchik wrote: If it comes to

Re: WO5.4 and Java Client

2007-10-31 Thread David Avendasora
Okay, I have the same question as John and Flor, and I don't think it's been answered yet. For those of you NOT doing regular Java Client (I guess there a few ;) there have been THREE ways of doing WO JC development in the past: 1) D2JC 2) NIB-Based using Interface Builder 3) Straight Swing

Leeches & launchd

2007-10-31 Thread Jeremy Matthews
I don't think bandwidth will be a problem...seems like we have a few volunteersplease send me/mike an email if you're interested in hosting the installer. I'm sure it'd be nice to have a few mirrors. Also...if anyone has those launchd files for 10.5...please send them my way...haven't d

Re: leeches?

2007-10-31 Thread Mike Schrag
Nobody needs to worry about this :) It was an offhand comment ... We don't have bandwidth issues in our colo, as we don't pay per Mb. If it presents itself as a problem, then we can move it off somewhere else. ms On Oct 31, 2007, at 11:59 AM, Guido Neitzer wrote: On 31.10.2007, at 07:34,

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Mike Schrag
Oh -- So this is a change that needs to be make to the wolips startup script template? I'm actually not sure who CALLS that command, but it's definitely not working for me ... Oh wait .. I'm running 5.3 on Leopard, so if I run 5.3, then it's trying to call WOLaunchURL, isn't it. ms On O

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Daryl Lee
WO 5.4 uses the native 'open' command now. WOLaunchURL wasn't doing anything special. On Oct 31, 2007, at 8:40 AM, Mike Schrag wrote: I noticed this also just yesterday ... I'm not sure why this disappeared in 5.4. On Oct 31, 2007, at 11:19 AM, David LeBer wrote: Hi all, I followed the

Re: leeches?

2007-10-31 Thread Miguel Arroz
Hi! That usually is much slower than a regular download, and complex to download headless (ie, download to a server via terminal). I prefer http. But there may be both torrent and http. Yours Miguel Arroz On 2007/10/31, at 18:44, Tom Termini wrote: Sorry, but wouldn't a bittorrent

Re: leeches?

2007-10-31 Thread Tom Termini
Sorry, but wouldn't a bittorrent solve this? Then, just host the torrent file wherever? -- Ubique, Tom Termini -- [EMAIL PROTECTED] tel 301-649-5000 -- http://www.bluedog.net BlueDog Knowledge worker applications via the internet from the Premier WebObjects developers Services-oriented architec

Re: leeches?

2007-10-31 Thread Joe Little
On 10/31/07, Pascal Robert <[EMAIL PROTECTED]> wrote: > We can certainly distribute the load by having something like > "wolips.wocommunity.org" and creating multiple A records so that we > can distribute requests across multiple servers. > > As for hosting, we have a offer for the new Web site, an

Re: leeches?

2007-10-31 Thread Pascal Robert
We can certainly distribute the load by having something like "wolips.wocommunity.org" and creating multiple A records so that we can distribute requests across multiple servers. As for hosting, we have a offer for the new Web site, and I can ask for space for hosting the standalone IDE. I

Re: WAR deployment as SSDD

2007-10-31 Thread Dov Rosenberg
If there is an error during startup the WOServletAdaptor is not deployed and your app will not run. Check your WEB-INF/web.xml to make sure all of the pieces referenced in the WOCLASSPATH node are available where expected. If you are using an EOModel make sure the model is available in the framewor

WebObjects projects hosting...

2007-10-31 Thread Francis Labrie
Couldn't Apple gives space and bandwidth for WOLips/Wonder/etc. community projects on ? Andrus Adamchik wrote: If it comes to bandwidth, I think we can afford it. I am currently paying about $5/month for hosting remote server backups. For 5 bucks my package gives

Re: leeches?

2007-10-31 Thread Andrus Adamchik
If it comes to bandwidth, I think we can afford it. I am currently paying about $5/month for hosting remote server backups. For 5 bucks my package gives me 100 GB of disk space and 1.2TB of bandwidth (not sure if they actually allow you to use all that; and not sure about the transfer speed

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Jake MacMullin
I guess you haven't seen this email from Pierre: The new parser is only used for the all in one syntax. The old parser is used for the traditional bundle. The switch is made automatically when the component loader detect a non existent or empty wod file. A world of caution about the structu

Re: leeches?

2007-10-31 Thread Guido Neitzer
On 31.10.2007, at 07:34, Mike Schrag wrote: OK, last post on this, I promise -- Just for the record, "leech" was entirely a jokeful reference to the 10x bandwidth usage of hosting a 100M installer. What about putting that on a .Mac account and let Apple help a little bit on that one? I ha

WAR deployment as SSDD

2007-10-31 Thread Daniele Corti
Hi all, I'm attemping in the WAR deployment of a almost empty App, just to see if it is not too complicated using WOLips. After some digging in apple guides, I decide to look at the build.xml file and I found out the ssdd target. I've followed the step to enable this target and finally I've comp

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Chuck Hill
5.3 :-) I am timid. And not, it is not clear. On Oct 31, 2007, at 8:38 AM, Mike Schrag wrote: Are you quoting from 5.4 or 5.3 there? This moved I think to com.webobjects.appserver in leopard (which is one of the reasons WOOGNL in Wonder has been a pain to get cross-building). What I'm

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Mike Schrag
This has nothing to do with Project Wonder -- This is the WebObjects 5.4 parser. Project Wonder just happens to have a "competing" parser with similar features. Everything I referred to was related to 5.4. Based on what Pierre said, does the particular template have an empty WOD file? O

Re: WO54 install missing WOLaunchURL?

2007-10-31 Thread Mike Schrag
I noticed this also just yesterday ... I'm not sure why this disappeared in 5.4. On Oct 31, 2007, at 11:19 AM, David LeBer wrote: Hi all, I followed the instructions in Mike's most excellent "The Official What-I-Did-To-Run-5.3-On-Leopard Post" to get my WO 53 apps running on Leopard. Tha

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Amedeo Mantica
ok, but I'm not using Project Wonder... any suggestion? Thanks Amed On 31/ott/07, at 12:45, Mike Schrag wrote: If you want to use Apple's new parser, your templates need to be well-formed XML. I believe you can actually switch back to the old style parser (or use Project Wonder's when the

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Mike Schrag
Are you quoting from 5.4 or 5.3 there? This moved I think to com.webobjects.appserver in leopard (which is one of the reasons WOOGNL in Wonder has been a pain to get cross-building). What I'm not sure of is whether that is the name of the new one or the old one... There's also WOMLTemplat

[5.4 Component Parser]Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Mr. Pierre Frisch
The new parser is only used for the all in one syntax. The old parser is used for the traditional bundle. The switch is made automatically when the component loader detect a non existent or empty wod file. A world of caution about the structure of the templates if you use the new syntax. Th

WO54 install missing WOLaunchURL?

2007-10-31 Thread David LeBer
Hi all, I followed the instructions in Mike's most excellent "The Official What-I-Did-To-Run-5.3-On-Leopard Post" to get my WO 53 apps running on Leopard. Thanks Mike! I had to correct the permissions on /Library/ WebObjects/Configuration/ - thanks to Art for the logs to make that easy to

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Chuck Hill
com.webobjects.appserver._private.WOHTMLTemplateParser Is that what you are thinking of? Chuck On Oct 31, 2007, at 6:02 AM, Mike Schrag wrote: Maybe one of the Apple guys can comment on how to switch back to the old parser -- I'm almost positive it's still in there. I believe you can set

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Kieran Kelleher
FWIW, try the 5.0.XX driver (which is what I use for dev and production with 4.1.XX MySQL.) On Oct 31, 2007, at 9:26 AM, RedBugz Software wrote: On 10/31/07, Mike Schrag <[EMAIL PROTECTED]> wrote: EM uses the classpath defined in the project the model you're editing is in to determine how t

Re: WOLips question vis a vis Eclipse versions

2007-10-31 Thread Pascal Robert
Le 07-10-31 à 09:45, jerry porter a écrit : Hello, I have dabbled off and on with WOLips over the years, haven't switched completly until now because the Apple tools were available, i.e. EOModeler and WOBuilder, and RuleEditor. So now 5.4 is out, what I would like to know is what versi

WOLips question vis a vis Eclipse versions

2007-10-31 Thread jerry porter
Hello, I have dabbled off and on with WOLips over the years, haven't switched completly until now because the Apple tools were available, i.e. EOModeler and WOBuilder, and RuleEditor. So now 5.4 is out, what I would like to know is what version of eclipse is supported. I currently run: Europa

Re: leeches?

2007-10-31 Thread Mike Schrag
The biggest issue with this is that someone has to host the extra 100+ meg installer for a bunch of leeches to download :) OK, last post on this, I promise -- Just for the record, "leech" was entirely a jokeful reference to the 10x bandwidth usage of hosting a 100M installer. After stewing fo

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread RedBugz Software
On 10/31/07, RedBugz Software <[EMAIL PROTECTED]> wrote: > > * missing spaces when defining int types > Sorry, should be * missing spaces between type and not null declaration ___ Do not post admin requests to the list. They will be ignored. Webobjects-

[ANN] Maven WOCreator Plug-in updated for WebObjects 5.4

2007-10-31 Thread Jake MacMullin
WOCreator is a Maven plug-in that can be used to create initial Maven project templates for J2EE WebObjects applications. Who might want to use this plug-in (or who might want to use Maven)? People who want to develop for both WebObjects 5.3 and WebObjects 5.4 on any operating system. Peopl

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread RedBugz Software
On 10/31/07, Mike Schrag <[EMAIL PROTECTED]> wrote: > > EM uses the classpath defined in the project the model you're editing > is in to determine how to call EOF -- Is the model's project setup > against 5.4 or 5.3? I'm having the same problem. WOLips 5472, clean Leopard install with WO 5.4, br

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Mike Schrag
Maybe one of the Apple guys can comment on how to switch back to the old parser -- I'm almost positive it's still in there. I believe you can set the system property WOHTMLParserClassName to point to the one you want, but you need to know the class name of the old one first. ms On Oct 31,

Re: Eclipse/WOLips/EOGenerator Package Installer

2007-10-31 Thread Jeremy Matthews
I think we'll start with the basics and refine towards something like thismaybe a 2.0/3.0 release? -j On Oct 31, 2007, at 5:21 AM, Pascal Robert wrote: Do you want to build a .pkg or do you want to build a standalone IDE that includes WOLips (à la Aptana and Flex Builder) ? Having a

Re: Eclipse/WOLips/EOGenerator Package Installer

2007-10-31 Thread Jeremy Matthews
HMaybe...just maybe :) -j On Oct 31, 2007, at 1:15 AM, Ricardo Parada wrote: On Oct 30, 2007, at 10:38 PM, [EMAIL PROTECTED] wrote: Please send any ideas/feedback my waythis is really designed for newbies, but any suggestions are welcome. Maybe a README file or something th

Re: WO5.4 and Java Client

2007-10-31 Thread Anjo Krank
All I'm saying is that you can get D2JC to still work by fixing up the package to a plain WO app. However, my uneducated guess is that there won't be much development going on with the Java client stuff. Cheers, Anjo Am 31.10.2007 um 13:38 schrieb John Pollard: I am not quite clear on what

Re: leeches?

2007-10-31 Thread Jeremy Matthews
I think he was kidding (hence the smiley!).Mike and the group have gone a long way (I remember my own trials and tribulations!) to help the greenhorns; a.k.a. "newbies", a.k.a. "leeches"...a.k.a. "Me" -jeremy ___ Do not post admin requests to th

Re: leeches?

2007-10-31 Thread Miguel Arroz
Hi! On 2007/10/31, at 05:19, Ken Foust wrote: Leeches? Well pal you are obviously part of the problem. Any WO app that hits the commercial market is a win for you. And to refer to Novices as leeches is quite distasteful. So you are some high powered developer who has no time for o

Re: State of the Union

2007-10-31 Thread Mike Schrag
Can anyone give a true state of the union write up as to where we are with tools and the future based up Leopard now released, the WWDC over with ( and hopefully any NDAs not infringed ) and the involvement of WONDER etc... It would be good to have a coherent vision of what we have and wher

Re: WO5.4 and Java Client

2007-10-31 Thread John Pollard
Hi Anjo, I am not quite clear on what you are saying. I am not concerned about the Java interface for which we happen to use JFormDesigner at present. I really want to know whether the EOF / distribution jars are deprecated - the ones that let me write code on the client side, almost as i

Re: WO5.4 and Java Client

2007-10-31 Thread Anjo Krank
The D2JC stuff still works if you replace the binary in the assistant package with a normal WO launch script. IB is pretty much dead for WO dev, but you can code your own components or write some GUI editor for it (or reuse the stuff other editors create for you). Cheers, Anjo Am 31.10.200

State of the Union

2007-10-31 Thread Gino Pacitti
Can anyone give a true state of the union write up as to where we are with tools and the future based up Leopard now released, the WWDC over with ( and hopefully any NDAs not infringed ) and the involvement of WONDER etc... It would be good to have a coherent vision of what we have and wher

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Mike Schrag
EM uses the classpath defined in the project the model you're editing is in to determine how to call EOF -- Is the model's project setup against 5.4 or 5.3? ms On Oct 31, 2007, at 8:11 AM, Paul Hoadley wrote: On 31/10/2007, at 10:05 PM, Mike Schrag wrote: Note the distinct lack of space c

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 31/10/2007, at 10:05 PM, Mike Schrag wrote: Note the distinct lack of space characters in some critical locations. Known bug? EM just calls through to EOF to do this ... What DB and what Plugin are you using? PostgreSQL 8.2.5, PostgresqlPlugIn.jar from the WOnder framework, not sure h

Re: leeches?

2007-10-31 Thread Mike Schrag
I don't use WOLips or Entity Modeler, but I do use Mike's Rule Modeler. Even that (rarely-mentioned) tool is a great improvement on Apple's own tool. So thanks again to Mike (and Anjo, and the rest of the Wonder team too). Not to end this little love fest :), but for the sake of historical

Re: leeches?

2007-10-31 Thread bdappwodev
Unbelievable. A quick google on Ken Foust shows that he's had some involvement with WebObjects for 5 years or so. He should know that Mike is NOT part of the problem but is in fact a very big part of the solution. Just because Apple has deprecated the tools, doesn't mean that one has to las

Re: Problem with Leopard - WO 5.4

2007-10-31 Thread Mike Schrag
If you want to use Apple's new parser, your templates need to be well- formed XML. I believe you can actually switch back to the old style parser (or use Project Wonder's when the 5.4 build goes up on the build server), but I don't recall the classname of the old parser offhand -- anyone?

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Mike Schrag
Note the distinct lack of space characters in some critical locations. Known bug? EM just calls through to EOF to do this ... What DB and what Plugin are you using? ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-de

Problem with Leopard - WO 5.4

2007-10-31 Thread Amedeo Mantica
I opened an "old" WebObject project and I have this problem ... The ploblem is clear... but there is a method to bypass the html validation?? one more thing,... my HTML... is HTML and not XTML, and i use doctype, why parser is raising these exceptions? Thank You Regards Amedeo Re-enter

Re: WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
On 31/10/2007, at 8:42 PM, Paul Hoadley wrote: I'm running Eclipse 3.3.1.1, WOLips 3.3.4565. Should have updated before that post, but just to note that it persists in WOLips 3.3.4572. -- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ _

WOLips nightly: generated SQL missing spaces

2007-10-31 Thread Paul Hoadley
Hello, I'm running Eclipse 3.3.1.1, WOLips 3.3.4565. I've just tried generating some SQL from a previously good EO model, and I'm getting code like this: CREATE TABLE Billable ("billable_id" int8NOT NULL, "charge_gst" varchar(10)NOT NULL, "created_on" timestampNOT NULL, "end_time" time

Xcode 2.5

2007-10-31 Thread Timo Hoepfner
... Xcode Developer Tools update Apple quietly posted its Xcode 2.5 Developer Tools update for registered members of its Apple Developer website on Tuesday night. The upgrade primarily ad

Re: Eclipse/WOLips/EOGenerator Package Installer

2007-10-31 Thread Pascal Robert
Do you want to build a .pkg or do you want to build a standalone IDE that includes WOLips (à la Aptana and Flex Builder) ? Having a standalone IDE would allow us to have a custom Welcome screen with links to tutorial, etc. Working on a sample Eclipse 3.3.1.1/WOLips installer..especia

Re: leeches?

2007-10-31 Thread Thomas
Being one of the "grumpier" contributors to this list, always going on about how awful the loss of WOBuilder has been, and how Eclipse is a pain to use by comparison, I have to say a few words. I think it is absolutely awesome how much work Mike has put into WOLips, and always with a very h