Re: [jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-29 Thread Radoslava Bakalova
Hi Joe, My name is Slava and I work with Trade on a daily basis. Recently, I started to look into Daytrader because I would like to start contributing to the Daytrader development. When I first attempted to run Daytrader1.1 on Geronimo1.1, I ran into the same NPE problem. I agree with you that

Re: [jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-28 Thread Joe Bohn
Thanks for your response Chris. So are you saying that even the defaults for Daytrader are insufficient? What's confusing is that it always returns a login error even though it appears that login succeeds and this is really related to the initial display(s). I get the same error if I

Re: [jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-28 Thread Dain Sundstrom
Chris, DayTrader has two uses to us. One is clearly as a performance benchmark, but DayTrader is also a very useful sample (test) application that touches most parts of the J2EE specification. We dropped the default population sizes because Derby is so slow at inserts it would take

Re: [jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-28 Thread J. Stan Cox
So, at the very least the code needs to be fixed to support a smaller quote population. Perhaps we could also provide 2 basic settings on the configuration page: 1) Default, out of box sample application (low number of users quotes) 2) Performance test, larger default values (e.g. 1000

Re: [jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-28 Thread Matt Hogstrom
J. Stan Cox wrote: So, at the very least the code needs to be fixed to support a smaller quote population. Perhaps we could also provide 2 basic settings on the configuration page: 1) Default, out of box sample application (low number of users quotes) Agreed...200 users and 400 quotes

[jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-28 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1674?page=comments#action_12418287 ] Matt Hogstrom commented on GERONIMO-1674: - Updated User default from 50 and quotes of 100 to users 200 and quotes 400. This circumvents the problem for the

[jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-27 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1674?page=comments#action_12418036 ] Joe Bohn commented on GERONIMO-1674: I still get this error. I get it with tomcat as well as jetty. I think I may very well be doing something wrong. Here is my

[jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-02 Thread Bryan Noll (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1674?page=comments#action_12414459 ] Bryan Noll commented on GERONIMO-1674: -- Can you please give some specifics on what exact action you are taking in the gui to get this to occur? Are you running a

[jira] Commented: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-06-02 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1674?page=comments#action_12414470 ] Kevan Miller commented on GERONIMO-1674: I recall getting an NPE if I forgot to initialize Daytrader (create the DB, setup the users, # of issues, etc). I believe