Re: Proble with tutorial

2008-03-10 Thread Art Isbell
On Mar 10, 2008, at 6:09 PM, Chuck Hill wrote: /Library/FrontBase In /Library/Frameworks: FrontBasePlugIn.framework FBAccess.framework In /Library/StartupItems: FrontBase FrontBaseWeb And if you copied the FrontBase JDBC driver, frontbasejdbc.jar, to somewhere on the WO Java class path,

Re: Proble with tutorial

2008-03-10 Thread Gustavo Pizano
Ok I unisntalled all, I deleted all all all, reinstalled and nothing same problem : ( Gus On Mar 10, 2008, at 11:09 PM, Chuck Hill wrote: /Library/FrontBase On Mar 10, 2008, at 9:03 PM, Gustavo Pizano wrote: Aha ok. Where are all the frontbase folders? any hidden file somewhere there?

Re: Proble with tutorial

2008-03-10 Thread Chuck Hill
/Library/FrontBase On Mar 10, 2008, at 9:03 PM, Gustavo Pizano wrote: Aha ok. Where are all the frontbase folders? any hidden file somewhere there? Gus On Mar 10, 2008, at 10:57 PM, Chuck Hill wrote: At this point, I would remove FrontBase, reboot, and install it again. Chuck On Mar

Re: Proble with tutorial

2008-03-10 Thread Gustavo Pizano
Aha ok. Where are all the frontbase folders? any hidden file somewhere there? Gus On Mar 10, 2008, at 10:57 PM, Chuck Hill wrote: At this point, I would remove FrontBase, reboot, and install it again. Chuck On Mar 10, 2008, at 8:50 PM, Gustavo Pizano wrote: Unfortunately yes. This issue

Re: Proble with tutorial

2008-03-10 Thread Chuck Hill
At this point, I would remove FrontBase, reboot, and install it again. Chuck On Mar 10, 2008, at 8:50 PM, Gustavo Pizano wrote: Unfortunately yes. This issue is making me crazy.. even with eclipse closed but the sql commands copied and opening for first time FB it keeps happening.. I dunn

Re: Proble with tutorial

2008-03-10 Thread Gustavo Pizano
Unfortunately yes. This issue is making me crazy.. even with eclipse closed but the sql commands copied and opening for first time FB it keeps happening.. I dunno what is it. Gus On Mar 10, 2008, at 10:40 PM, Mike Schrag wrote: I did just fix a bug in Entity Modeler that might leave conne

Re: Cannot obtain globalId for an object in savaChanges

2008-03-10 Thread Mike Schrag
at com .webobjects .foundation .NSNotificationCenter.postNotification(NSNotificationCenter.java:562) at com .webobjects .eoaccess.EODatabaseContext.commitChanges(EODatabaseContext.java: 6373) at com .webobjects .eocontrol .EOObjectStoreCoordinator .saveChangesIn

Re: Proble with tutorial

2008-03-10 Thread Mike Schrag
I did just fix a bug in Entity Modeler that might leave connections open if there was a failure during SQL gen ... If you quit out of Eclipse and come back in, does it still happen? ms On Mar 10, 2008, at 11:38 PM, Chuck Hill wrote: Is anything else connected to the database? It sounds lik

Re: Proble with tutorial

2008-03-10 Thread Chuck Hill
Is anything else connected to the database? It sounds like you have an open, uncommitted transaction from another process. Use FrontBaseManager to connect to the database and then click Usage in the pane on the left side. There should be only a single connection. Chuck On Mar 10, 2008,

Re: Cannot obtain globalId for an object in savaChanges

2008-03-10 Thread Mike Schrag
at com .webobjects .foundation .NSNotificationCenter.postNotification(NSNotificationCenter.java:562) at com .webobjects .eoaccess.EODatabaseContext.commitChanges(EODatabaseContext.java:6373) at com .webobjects .eocontrol .EOObjectStoreCoordinator .saveChangesIn

Re: Proble with tutorial

2008-03-10 Thread Gustavo Pizano
Hello Eclipse version Version: 3.3.2 Build id: M20080221-1800 WO 5.4 WOLips 3.3.5015 Frontbase 4.2.8u Im runing under OS X Leopard Regards Gus On Mar 10, 2008, at 7:10 PM, David Holt wrote: And what version of WO, just to be complete? ;-) David On 10-Mar-08, at 5:03 PM, David LeBer wrote:

Re: Proble with tutorial

2008-03-10 Thread David Holt
And what version of WO, just to be complete? ;-) David On 10-Mar-08, at 5:03 PM, David LeBer wrote: On 10-Mar-08, at 7:58 PM, Gustavo Pizano wrote: Hello Im doing the tutorial that wocommunity suggest, but im have this problem when executing the sql... any idea? Exception 381. IOConnect:

Re: Proble with tutorial

2008-03-10 Thread David LeBer
On 10-Mar-08, at 7:58 PM, Gustavo Pizano wrote: Hello Im doing the tutorial that wocommunity suggest, but im have this problem when executing the sql... any idea? Exception 381. IOConnect: multiple transaction conflict detected. Exception 363 (40:000). Transaction rollback. Just so as we ar

Proble with tutorial

2008-03-10 Thread Gustavo Pizano
Hello Im doing the tutorial that wocommunity suggest, but im have this problem when executing the sql... any idea? Exception 381. IOConnect: multiple transaction conflict detected. Exception 363 (40:000). Transaction rollback. Thanks gus ___ Do not

Hiding physical paths in "wodata="

2008-03-10 Thread Oliver Scheel
I will deploy a WO app within a single WAR and want to "crypt" or hide the physical paths within wodata requests (or at least use relative paths). My idea was to overwrite ERXStaticRequestHandler (or WORequestHandler) and ERXResourceManager...if there is not a simplier solution ;-) Oliver

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread David Elliott
On Mar 10, 2008, at 4:51 PM, David Avendasora wrote: On Mar 10, 2008, at 3:43 PM, David Elliott wrote: Woah. Hold up there. If you fetch one of the subclasses you will see one query. It will join the subclass table with the base table. That's it. It's only when you fetch the base

Re: Question here

2008-03-10 Thread David LeBer
On 10-Mar-08, at 5:46 PM, Gustavo Pizano wrote: hehe thansk for the tips, it came out finally, I didn't expected it should be Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; onLoad = onLoad; } swith the onLoad = onLoad, I didn't f

Re: Question here

2008-03-10 Thread Gustavo Pizano
hehe thansk for the tips, it came out finally, I didn't expected it should be Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; onLoad = onLoad; } swith the onLoad = onLoad, I didn't find that... hwo to call it... tag, key, function?

Re: Question here

2008-03-10 Thread Mike Schrag
dynamic tag, but I don't believe this functionality is supported by WOLips (yet :-) I was THIiiiss close to doing it yesterday, and I decided I was burned out and I watched a terrible movie instead. I'm sure it will show up this week, though :) ms _

Re: Webobjects, Flex and Sessions

2008-03-10 Thread David LeBer
On 10-Mar-08, at 3:29 PM, Lachlan Deck wrote: On 11/03/2008, at 1:43 AM, David LeBer wrote: On 10-Mar-08, at 10:30 AM, Thierry Kramis wrote: my understanding is, that you can access a direct action with out a session id. so basically if i work with session ids i would need to check if a

Re: Question here

2008-03-10 Thread Art Isbell
On Mar 10, 2008, at 11:20 AM, David LeBer wrote: On 10-Mar-08, at 5:04 PM, Gustavo Pizano wrote: Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; newBinding = onLoad; } This should be: Body : WOBody { framework = "WOExamplesHarness.framework";

Re: Question here

2008-03-10 Thread David LeBer
On 10-Mar-08, at 5:04 PM, Gustavo Pizano wrote: I'd keep this on the WebObjects-dev list as it seems to be more generic WO than WOLips specific. You are using Ravi Mendis' book I see. Im trying to do the followinng but I can't do it dunno why, Im using Bindings and Im making the newbindi

Question here

2008-03-10 Thread Gustavo Pizano
Im trying to do the followinng but I can't do it dunno why, Im using Bindings and Im making the newbinding and all, but I can get the pop up window. dunno why this is what I have in the html and this is what I have in teh wod Body : WOBody { framework = "WOExamplesHarness.framework"; filename

Re: Why im getting this error?

2008-03-10 Thread David Avendasora
What is the full path of the project on your hard-drive? Does it have any "-" in it? Dave On Mar 10, 2008, at 4:41 PM, Gustavo Pizano wrote: Hello Im just wondering why am I getting this error? it happens all the time i run the project Thanks Gustavo __

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread David Avendasora
On Mar 10, 2008, at 3:43 PM, David Elliott wrote: On Mar 10, 2008, at 11:35 AM, David Avendasora wrote: Nathan, I think you will find that Vertical Inheritance is much more resource intensive than you'd think. David Elliotts email points this out in that if query an object of the superc

Why im getting this error?

2008-03-10 Thread Gustavo Pizano
Hello Im just wondering why am I getting this error? <> it happens all the time i run the project Thanks Gustavo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) He

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread David Avendasora
Hi Gustavo, It is best to keep all questions on the list (even if they are simple ones) as most questions are not unique to you and others may find the answers helpful as well. To me, Veogen (Velocity EOGenerator) is the best for several reasons: 1) Built into WOLips 2) Actively Developed.

Re: NSCoder capabilities

2008-03-10 Thread Lachlan Deck
On 11/03/2008, at 6:20 AM, Florijan Stamenkovic wrote: I'm doing some RMI from my client application, and attempted to transfer java.util.ArrayList instances containing Strings, Numbers, other rawish objects and EOKeyGlobalIDs. I get an "java.lang.IllegalArgumentException: encodeObject: una

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread David Elliott
On Mar 10, 2008, at 11:35 AM, David Avendasora wrote: Nathan, I think you will find that Vertical Inheritance is much more resource intensive than you'd think. David Elliotts email points this out in that if query an object of the superclass or any one subclass is requested, it does a qu

Re: Webobjects, Flex and Sessions

2008-03-10 Thread Pascal Robert
Le 08-03-10 à 15:11, RedBugz Software a écrit : On Mon, Mar 10, 2008 at 8:07 AM, Pascal Robert <[EMAIL PROTECTED]> wrote: Hi Thierry, have a look at this: SVN: http://www.intellicore.info/wox/repos/ Demo: http://pallas.homelinux.org/app/WebObjects/ WoxMovies.woa That's a

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread Chuck Hill
On Mar 10, 2008, at 7:34 AM, Nathan Gabrish wrote: Thank you for the help. I was able to pass the consistency check by adding restrictive qualifiers to both the super and subclasses (I could have sworn I had tried that already) however, this does not seem to work across models. What is a l

Re: Webobjects, Flex and Sessions

2008-03-10 Thread Lachlan Deck
On 11/03/2008, at 1:43 AM, David LeBer wrote: On 10-Mar-08, at 10:30 AM, Thierry Kramis wrote: my understanding is, that you can access a direct action with out a session id. so basically if i work with session ids i would need to check if a session id is valid? If you provide a session i

NSCoder capabilities

2008-03-10 Thread Florijan Stamenkovic
Hi all, I'm doing some RMI from my client application, and attempted to transfer java.util.ArrayList instances containing Strings, Numbers, other rawish objects and EOKeyGlobalIDs. I get an "java.lang.IllegalArgumentException: encodeObject: unable to encode object of class java.util.Array

Re: Webobjects, Flex and Sessions

2008-03-10 Thread RedBugz Software
On Mon, Mar 10, 2008 at 8:07 AM, Pascal Robert <[EMAIL PROTECTED]> wrote: > Hi Thierry, > > have a look at this: > > SVN: http://www.intellicore.info/wox/repos/ > > Demo: http://pallas.homelinux.org/app/WebObjects/WoxMovies.woa That's awesome. Does it work with BlazeDS, or does it

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread David LeBer
On 10-Mar-08, at 1:56 PM, Chuck Hill wrote: On Mar 10, 2008, at 10:33 AM, David LeBer wrote: And I want to go on record as saying the the 'cool kids' cabal had absolutely no influence, NO INFLUENCE I SAY, on my decision at all... Don't listen to him. He hangs out behind WWDC smoking wit

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Chuck Hill
On Mar 10, 2008, at 10:33 AM, David LeBer wrote: And I want to go on record as saying the the 'cool kids' cabal had absolutely no influence, NO INFLUENCE I SAY, on my decision at all... Don't listen to him. He hangs out behind WWDC smoking with the rest of us. :-P -- Practical WebOb

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread David LeBer
On 10-Mar-08, at 12:40 PM, Gustavo Pizano wrote: Hello Just wanted to know whats better between those 2 My vote has to go to Veogen as well. I really tried to like the JavaEOGenerator, but Veogen is so darn fast when generating your EOs that there is really no comparison. And I want to g

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Gustavo Pizano
hehe ok ok I got it. Thanks Gus On Mar 10, 2008, at 12:19 PM, Chuck Hill wrote: It is called Veogen or Velocity EOGenerator - not Velocity. Veogen uses the Apache Velocity library to create the files from templates. And yes, I use Veogen like all the cool kids. Chuck On Mar 10, 2008,

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Chuck Hill
It is called Veogen or Velocity EOGenerator - not Velocity. Veogen uses the Apache Velocity library to create the files from templates. And yes, I use Veogen like all the cool kids. Chuck On Mar 10, 2008, at 9:55 AM, Ken Anderson wrote: For me, the one that Mike's using is better, regardl

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Archibal Singleton
On 10 Mar 2008, at 13:40, Gustavo Pizano wrote: Hello Just wanted to know whats better between those 2 Frankly I don't know which one is better. I picked Veogen mostly because: - I have essentially no legacy WO code - It's the one included with Entity Modeler - In practice, Mike has a muc

Re: What's better JavaEOGenerator or Velocity

2008-03-10 Thread Ken Anderson
For me, the one that Mike's using is better, regardless of which one is better :) Mike is using Velocity... On Mar 10, 2008, at 12:40 PM, Gustavo Pizano wrote: Hello Just wanted to know whats better between those 2 Thanks Gustavo ___ Do not post ad

What's better JavaEOGenerator or Velocity

2008-03-10 Thread Gustavo Pizano
Hello Just wanted to know whats better between those 2 Thanks Gustavo ___ 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://li

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread David Avendasora
Nathan, I think you will find that Vertical Inheritance is much more resource intensive than you'd think. David Elliotts email points this out in that if query an object of the superclass or any one subclass is requested, it does a query for each possible subclass as well. So if you have

Re: Hello, Im really noob but really interested in learing

2008-03-10 Thread David Avendasora
Look here for information about Mike's latest additions to WOLips Component Editor (the WOBuilder replacement): http://wolips.blogspot.com/ More specifically here: http://webobjects.mdimension.com/wolips/screencasts/20080308%20Sneaky%20Peek%204.mov This replicates the drag-and-drop aspect of

Re: Webobjects, Flex and Sessions

2008-03-10 Thread David LeBer
On 10-Mar-08, at 10:30 AM, Thierry Kramis wrote: my understanding is, that you can access a direct action with out a session id. so basically if i work with session ids i would need to check if a session id is valid? If you provide a session id to the DA, WO will try and restore that ses

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread Nathan Gabrish
Thank you for the help. I was able to pass the consistency check by adding restrictive qualifiers to both the super and subclasses (I could have sworn I had tried that already) however, this does not seem to work across models. What is a little confusing to me is the need to put a qualifier on the

Re: Webobjects, Flex and Sessions

2008-03-10 Thread Thierry Kramis
my understanding is, that you can access a direct action with out a session id. so basically if i work with session ids i would need to check if a session id is valid? Am 10.03.2008 um 15:15 schrieb David LeBer: Generating a session in the login DA is easy: Just call session(); To get its

Re: DTJC running on the iPhone

2008-03-10 Thread David Avendasora
You know, I think I'm in 100% agreement with you, except that there are some times when cross-platform is more important than usability. No, really. Not very often, and the gains of cross-platform need to outweigh the loss of usability. On Mar 10, 2008, at 9:38 AM, Robert Walker wrote: I r

Re: Webobjects, Flex and Sessions

2008-03-10 Thread David LeBer
On 10-Mar-08, at 9:07 AM, Thierry Kramis wrote: Hi all I'm completely new to using Webobjects with Direct Action. Earlier I've implemented custom actions. Now I would like to use Flex as frontend. I'd like to call direct actions in between the two to pass the data around instead of using

Re: Webobjects, Flex and Sessions

2008-03-10 Thread Pascal Robert
Hi Thierry, have a look at this: SVN: http://www.intellicore.info/wox/repos/ Demo: http://pallas.homelinux.org/app/WebObjects/WoxMovies.woa Hi all I'm completely new to using Webobjects with Direct Action. Earlier I've implemented custom actions. Now I would like to use Fle

Webobjects, Flex and Sessions

2008-03-10 Thread Thierry Kramis
Hi all I'm completely new to using Webobjects with Direct Action. Earlier I've implemented custom actions. Now I would like to use Flex as frontend. I'd like to call direct actions in between the two to pass the data around instead of using soap. My idea was to invoke a login action getti

Re: DTJC running on the iPhone

2008-03-10 Thread Robert Walker
I realize that I'm probably in a minority here, but I am not looking forward to Java, of any sort, coming to the iPhone. If you're interested in writing iPhone applications, use the native iPhone SDK and build a "real" iPhone application. Objective C is not that far a leap from Java and you

Re: Vertical inheritance with a non-abstract superclass

2008-03-10 Thread David Avendasora
Non-abstract superclasses must have restricting qualifiers as well as their subclasses. What were the restricting qualifiers you used? They must be unique. Do you have any choice in the use of Vertical Inheritance? I used to use it as it made my "DB Normalization" voice stop screaming at me

Re: Hello, Im really noob but really interested in learing

2008-03-10 Thread David Avendasora
Hey Gustavo, I sent an email to the owner of Authors book store (http://www.authors.com.co/ ) in Bogotá with the two books you are looking for and your email address. I don't know if they will have any more luck getting the books for you, but they place special orders every Monday. The P

Re: Hello, Im really noob but really interested in learning

2008-03-10 Thread Archibal Singleton
Hello Gus, (I'm cc'ing to the list in case others may find the information below useful) On 10 Mar 2008, at 02:15, Gustavo Pizano wrote: Hello. Well thanks it's being really difficult to get info. Yeah, I know, it's been a little bit frustrating for me too. But everybody on the lists h