WOStats page crashes

2008-03-15 Thread Louis Demers
Hi, just successfully installed my first WO app on a prototype server for a pilot project before officially deploying (thanks to the multiple help/advice I got from the mailing list). The server is running 10.5.2, WO 5.4.1, the app is based upon WOnder. It's a split install with the fra

Re: WWDC 08

2008-03-15 Thread Franco Borgo
On Mar 13, 2008, at 18:51, Gavin Eadie wrote: >Actually, I believe I've noticed a slight up-tick in the number of 'novice' WebObjects users in the WebObjects and WOLips/Wonder mailing lists. >If this is not my imagination, there's still people out there joining our platform .. Gavin Being

Re: question

2008-03-15 Thread Mr. Pierre Frisch
There is a bug with Entity Modeler / WO 5.4. Entity Modeler uses the deprecated API for SQL generation. We just discovered that those APIs have a bug and do not call the Plug-In correctly. This affect all Databases. The new APIs work correctly so if you generate your code programmatically t

Re: Simple Stuff Help

2008-03-15 Thread Art Isbell
On Mar 15, 2008, at 12:07 PM, Gustavo Pizano wrote: these methots are in the session.java... is it good idea to have them there? The scope of the Application object is the entire application including all Sessions and their WOComponents. So the Application object is a good location for

Re: Simple Stuff Help

2008-03-15 Thread Gustavo Pizano
aha ok.. thanks I decided to leave the fetch method and of course the loginAction method in the login.java of the component Gus On Mar 15, 2008, at 5:26 PM, David LeBer wrote: On 15-Mar-08, at 6:07 PM, Gustavo Pizano wrote: Hello David, Im doing as Im thinking it can be done based o

Re: Simple Stuff Help

2008-03-15 Thread David LeBer
On 15-Mar-08, at 6:07 PM, Gustavo Pizano wrote: Hello David, Im doing as Im thinking it can be done based on the tip you send me, it has some errors, i know. this is what im doing, public WOComponent loginAction(){ Usuarios user = fetchUserWithCredentials();

Re: Simple Stuff Help

2008-03-15 Thread Gustavo Pizano
Hello David, Im doing as Im thinking it can be done based on the tip you send me, it has some errors, i know. this is what im doing, public WOComponent loginAction(){ Usuarios user = fetchUserWithCredentials(); WOComponent nextPage = null; if (u

Re: question

2008-03-15 Thread David LeBer
On 15-Mar-08, at 11:37 AM, Gustavo Pizano wrote: To appease your curiosity... hehe.. changing form frontbabse to FrontBase does no change... and the plugin i didn't get it where to set it up right clicking the webObjects ramework library in the proyect and the configure with open a window

Re: question

2008-03-15 Thread Gustavo Pizano
To appease your curiosity... hehe.. changing form frontbabse to FrontBase does no change... and the plugin i didn't get it where to set it up right clicking the webObjects ramework library in the proyect and the configure with open a window with the following roots local, system and user

Re: question

2008-03-15 Thread Mike Schrag
This line is hardcoded into both the 5.3 and the 5.4 frontbase plugin. If you're not getting it generated, this leads me to believe that you are not, in fact, using the FrontBase plugin for your model. So to appease my curiosity, try two things. First, try changing jdbc:frontbase to jdbc

Re: question

2008-03-15 Thread Gustavo Pizano
Nop its the same, the line its not appearing gus On Mar 15, 2008, at 10:16 AM, David Holt wrote: Try with jdbc:frontbase://localhost/logusuarios/ The last part of your connection URL is counteracting the line "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, LOCKING PESSIMISTIC;" which is lik

Re: question

2008-03-15 Thread David Holt
Try with jdbc:frontbase://localhost/logusuarios/ The last part of your connection URL is counteracting the line "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, LOCKING PESSIMISTIC;" which is likely why it is not appearing in any of your sql generations. David On 15-Mar-08, at 8:07 AM, Gusta

Re: question

2008-03-15 Thread Gustavo Pizano
On Mar 15, 2008, at 9:56 AM, David Holt wrote: Are you using the FrontBase plugin? Have you added it to your project's classpath? Ye I used the plugin.. forgot to mention that What are your connection dictionary settings in Entity Modeler? you mean this?: jdbc:frontbase://localhost/logus

Re: question

2008-03-15 Thread David Holt
Are you using the FrontBase plugin? Have you added it to your project's classpath? What are your connection dictionary settings in Entity Modeler? David On 15-Mar-08, at 7:25 AM, Gustavo Pizano wrote: Well, after doing the tutorial and having really bad problems with the SQL Execution I re

question

2008-03-15 Thread Gustavo Pizano
Well, after doing the tutorial and having really bad problems with the SQL Execution I realize that when generating the SQL in Entity modeler in eclipse, I don't get this first line SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, LOCKING PESSIMISTIC; resulting in an IOConnection error. So now t

Re: WWDC 08

2008-03-15 Thread Petite Abeille
On Mar 15, 2008, at 2:19 AM, Asa Hardcastle wrote: WO/EO is not hard “I am so clever that sometimes I don’t understand a single word of what I am saying.” - Oscar Wilde -- PA. http://alt.textdrive.com/nanoki/ ___ Do not post admin requests to th