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
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
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
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
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
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();
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo