Re: FrontBase NooB Question

2006-05-10 Thread Chuck Hill
It is in the ReadMe.html file:///Library/FrontBase/ReadMe.html#wo5plugin On May 10, 2006, at 9:11 PM, Jeff Schmitz wrote: That was it, thank you again! Man, even though I'm sure that is obvious to most you folks out there, I wish they would include that kind of stuff in their installation

Re: FrontBase NooB Question

2006-05-10 Thread Jeff Schmitz
That was it, thank you again! Man, even though I'm sure that is obvious to most you folks out there, I wish they would include that kind of stuff in their installation instructions. Or maybe it is and I just missed it? I just looked again in the User's Guide and didn't see it. Then agai

Re: FrontBase NooB Question

2006-05-10 Thread Chuck Hill
Jeff, The only thing you should need to do is to add the FrontBasePlugIn framework (/Library/Frameworks/FrontBasePlugIn.framework) to your project. It should take care of the rest. Chuck On May 10, 2006, at 8:19 PM, Jeff Schmitz wrote: OK, I bit and switched form MySQL to FrontBase, and

FrontBase NooB Question

2006-05-10 Thread Jeff Schmitz
OK, I bit and switched form MySQL to FrontBase, and of course have run into something of a brick wall.  I changed my database in EOModeler and even got EOModeler to connect and create my tables in my user's schema in the WebPublisher Database example.  However, now when I run the WebPublisher examp

Re: seamleass integration with other application

2006-05-10 Thread Ricardo Strausz
There was a demo showing how to do a web-browser (without writing code) using the APIs of Cocoa... this may give you a hint on how to integrate web-apps into another desktop-app... you may also want to give a try to Cocoa Enterprise Objects Applications... HIIH Dino On May 10, 2006, at 5:34

Re: Foreign Key Constraints

2006-05-10 Thread Hugi Thordarson
Always works for me with FrontBase (of course ;-). Well, you have to know your way around the "different behaviour" (some would say "bugs", but I'm a positive guy) but I don't think that should be a big surprise when using EOModeler. On 10.5.2006, at 20:06, David LeBer wrote: On 10-May

Re: two databases from one application

2006-05-10 Thread Pierce T. Wetter III
On May 10, 2006, at 1:42 PM, Arturo Perez wrote: Pierce T. Wetter III wrote: On May 10, 2006, at 10:34 AM, Anjo Krank wrote: WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicat

Re: two databases from one application

2006-05-10 Thread Ken Anderson
Honestly Anjo, I've tried this many times before, and the solution always ended up being some kind of replication offered by the database vendor, or something more low level. The most recent time, it was written in .Net with ADO (gasp!). It was for SQL Server, so it made a lot of sense.

Re: two databases from one application

2006-05-10 Thread Anjo Krank
Am 10.05.2006 um 22:42 schrieb Arturo Perez: The discussion been interesting and all but why not just set up some sort of replication scheme at the database level? I think all the RDBMs popular on this list can do that Heretic. The thing I'm doing is synching, not mere replication. It

Re: two databases from one application

2006-05-10 Thread Arturo Perez
Pierce T. Wetter III wrote: On May 10, 2006, at 10:34 AM, Anjo Krank wrote: WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicated now: In addition to the first database, we now want

Re: two databases from one application

2006-05-10 Thread Pierce T. Wetter III
On May 10, 2006, at 10:34 AM, Anjo Krank wrote: WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicated now: In addition to the first database, we now want to add access to another dat

Re: Foreign Key Constraints

2006-05-10 Thread David LeBer
On 10-May-06, at 3:54 PM, Robert Walker wrote: Does schema synchronization actually work with Oracle? Does schema synchronization actually work with anything? I've never had much luck with it using any database. Ditto. I've always thought that menu item was a cruel hoax designed to to

Re: Foreign Key Constraints

2006-05-10 Thread Robert Walker
Does schema synchronization actually work with Oracle? Does schema synchronization actually work with anything? I've never had much luck with it using any database. On May 10, 2006, at 7:21 AM, Hugi Thordarson wrote: I'm generating Foreign Key Constraints from with in EO Modeler, but due

Re: problem while connecting to application via webserver

2006-05-10 Thread Alexander Trofimchouk
Hi again, Fortunately I’ve solved it, great gratitude to those who’ve replied to my letter. I noticed that the error was the same both for apache and iis, so I was sure that the configuration or some options are wrong. The problem was that I simply hadn’t virtual cgi-bin directory pointe

Re: two databases from one application

2006-05-10 Thread Anjo Krank
WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicated now: In addition to the first database, we now want to add access to another database. Both of these databases have identical schem

Re: two databases from one application

2006-05-10 Thread Chuck Hill
On May 10, 2006, at 9:20 AM, Milan M wrote: Hello all, WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicated now: In addition to the first database, we now want to add access to ano

two databases from one application

2006-05-10 Thread Milan M
Hello all, WO application I am working on was pretty simple up to this point: one apache webserver and one database server serving data to it. The things turned more complicated now: In addition to the first database, we now want to add access to another database. Both of these databases have iden

Re: problem while connecting to application via webserver

2006-05-10 Thread logan . allred
Alexander wrote on 05/10/2006 07:02:55 AM: > That’s strange: > In the last letter I’ve written that I get 500 internal webserver error, > But at present I see 404 sent by IIS…. >   > I’ve even created Configuration folder in WebObjects / WebObjects 5. > 2.4 in my registry (by default it

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
Actually, eogenerator works great, and integration in xcode was easy : - New Build Task : UpdateEOJavaClasses (RunScript) - Put Wolfram shell script - Now I can "build" the target and have my classes up to date whenever I want. The coolest part : this target can be a dependancy for any other

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Randy Wigginton
If you do not place your .java files at the top level of your project, it will overwrite and not give the option of merging. Ie, I tried to create well-formed packages, and made my class names "com.foobar.", and save them in the project under com/foo/. EOModeler somehow forgets th

Re: problem while connecting to application via webserver

2006-05-10 Thread Alexander Trofimchouk
That’s strange: In the last letter I’ve written that I get 500 internal webserver error, But at present I see 404 sent by IIS….   I’ve even created Configuration folder in WebObjects / WebObjects 5.2.4 in my registry (by default it is placed in WebObjects 5.2)) – no result I think (mor

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread David LeBer
On 10-May-06, at 8:00 AM, Philippe Lafoucrière wrote: On 10 mai 06, at 13:49, Mark Morris wrote: Just a comment, I've never had the problem with EOModeler overwriting the .java files. When you make changes to the model, click the ".java" button, then choose the "merge" option. This wi

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Mike Schrag
http://en.wikibooks.org/wiki/Programming:WebObjects/EOF/Using_EOF/EOGenerator;)On May 10, 2006, at 7:09 AM, Tonny Staunsbrink wrote:I say use EOModeller, the integrated editor is buggy (need to be restarted to see changes, doent't validate model consistency and sometimes corrupts your model - so pr

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-10 Thread Philippe Lafoucrière
Well, I finally succeed in adding a jar as Framework. I had to delete all references to this files before. Nevertheless, project still compile but won't run. I've checked "Merge" in Target->Link Binary With Libraries and still have an exception (class not found) while launching :( It's f

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 13:49, Mark Morris wrote: Just a comment, I've never had the problem with EOModeler overwriting the .java files. When you make changes to the model, click the ".java" button, then choose the "merge" option. This will open FileMerge, and you can get the new changes while

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-10 Thread Philippe Lafoucrière
- SCM with svn+ssh doesn't seem to work, What is the error? I use that combination all the time, it works fine for me. always get the "autentication failed" message :( - I can't see how to easy create packages (beside putting a Package line in java files) -> I'd like to see a tree like in

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Mark Morris
Just a comment, I've never had the problem with EOModeler overwriting the .java files.  When you make changes to the model, click the ".java" button, then choose the "merge" option.  This will open FileMerge, and you can get the new changes while keeping your existing modifications.Regards,MarkOn M

Re: problem while connecting to application via webserver

2006-05-10 Thread Alexander Trofimchouk
Hi, Sorry, I was wrong about my web-server error : it is not 404 not found but 500 internal server error. Also I decided to try to install apache and correspondently build mod_webobjects.so but I’ve got the following:   …. c -S CC=gcc -Wc,-O2 -Wall -I../Adaptor  -DSINGLE_THREADED_ADAPT

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 13:09, Tonny Staunsbrink wrote:I say use EOModeller, the integrated editor is buggy (need to be restarted to see changes, doent't validate model consistency and sometimes corrupts your model - so pretty much next to useless). For java class generation EOGenerator (http://www.rubico

Re: Foreign Key Constraints

2006-05-10 Thread Hugi Thordarson
I'm generating Foreign Key Constraints from with in EO Modeler, but due to Oracles limitation of 30 character long identifiers That is so 1972. :-P No, its just Oracle :-P. Yes, you can rename them as long as you are not using schema synchronization. I am not sure how this would affect

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 12:59, Guido Neitzer wrote: On 10.05.2006, at 12:33 Uhr, Philippe Lafoucrière wrote: xcode is going to drive me nuts. I have designed a EOModel using Xcode. Just don't do that. It's broken, slow, bad, ugly and sometimes kills your existing models. Use the standalone app.

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Tonny Staunsbrink
I say use EOModeller, the integrated editor is buggy (need to be restarted to see changes, doent't validate model consistency and sometimes corrupts your model - so pretty much next to useless). For java class generation EOGenerator (http://www.rubicode.com/Software/EOGenerator/ - it gets updated a

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread David Avendasora
Okay, fist thing I'd say is don't use XCodes built-in modeler. But since you didn't ask about that I won't go into all the details.Here are a couple options:1) Open the model in EOModeler and generate them using it's function under the "Property" menu: "Generate Java files..." and "Generate Client

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-10 Thread Tonny Staunsbrink
On May 6, 2006, at 9:57 AM, Philippe Lafoucrière wrote: Not in the template, but the WO loader has support for one. Put the jars in AppName.woa/Contents/Extensions Where they will be picked up automatically by the WO bootstrap class. Hello, sorry to come again with that, but can I put

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Guido Neitzer
On 10.05.2006, at 12:33 Uhr, Philippe Lafoucrière wrote: xcode is going to drive me nuts. I have designed a EOModel using Xcode. Just don't do that. It's broken, slow, bad, ugly and sometimes kills your existing models. Use the standalone app. To create Java classes, use the generation ga

Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
Hello,xcode is going to drive me nuts. I have designed a EOModel using Xcode. Is there a way to generate the corresponding java classes ?I can't find any clue in menus nor documentation (Xcode User Guide). Mayble that's why xcode is still packaged with EOModeler ?So can help ?ThanksPhilippe -- Phil