[jira] Created: (DAYTRADER-7) [Daytrader] Precompiled jsp prevents Daytrader EAR from running on other J2EE servers like WebSphere

2006-07-18 Thread Piyush Agarwal (JIRA)
[Daytrader] Precompiled jsp prevents Daytrader EAR from running on other J2EE servers like WebSphere Key: DAYTRADER-7 URL:

[jira] Commented: (DAYTRADER-7) [Daytrader] Precompiled jsp prevents Daytrader EAR from running on other J2EE servers like WebSphere

2006-07-18 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-7?page=comments#action_12422010 ] Piyush Agarwal commented on DAYTRADER-7: Just removing the compiled classes from the war doesn't solve the issue as the web.xml still contains the

[jira] Commented: (DAYTRADER-7) [Daytrader] Precompiled jsp prevents Daytrader EAR from running on other J2EE servers like WebSphere

2006-07-19 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-7?page=comments#action_12422184 ] Piyush Agarwal commented on DAYTRADER-7: I agree that Daytrader is in the Geronimo source tree and I am not trying to promote the above change just so

[jira] Commented: (DAYTRADER-7) [Daytrader] Precompiled jsp prevents Daytrader EAR from running on other J2EE servers like WebSphere

2006-07-20 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-7?page=comments#action_12422418 ] Piyush Agarwal commented on DAYTRADER-7: We can simply comment out the pre-compilation step in Maven and let the user suffer the first time on all

[jira] Commented: (GERONIMO-1499) Daytrader: uncomment the drop table statements in daytrader.sql

2006-12-05 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1499?page=comments#action_12455783 ] Piyush Agarwal commented on GERONIMO-1499: -- Lin, do you think this patch is still required? Daytrader-14 has been commited and it allows the user to

[jira] Commented: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-10-10 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=comments#action_12441226 ] Piyush Agarwal commented on DAYTRADER-14: - After looking at the code I think we can lookup the database product name using DatabaseMetaData and based

[jira] Commented: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-10-18 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=comments#action_12443329 ] Piyush Agarwal commented on DAYTRADER-14: - I almost have the entire changes done which are required to make the above work. On testing the drop tables

[jira] Commented: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-10-19 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=comments#action_12443624 ] Piyush Agarwal commented on DAYTRADER-14: - Matt, thanks for the headsup and valuable insight. So inorder to keep things simple and not have to change

[jira] Updated: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-10-20 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=all ] Piyush Agarwal updated DAYTRADER-14: Attachment: daytrader-14.patch.1019 Attaching the patch which will allow the creation of Daytrader database tables from within Daytrader

[jira] Created: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-09 Thread Piyush Agarwal (JIRA)
Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs --- Key: DAYTRADER-22 URL:

[jira] Updated: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-09 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=all ] Piyush Agarwal updated DAYTRADER-22: Attachment: Daytrader-22.patch Applying this patch will set the publishQuotePriceChange to true in the ejb-jar.xml and enable TradeStreamerMDB to be

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12448808 ] Piyush Agarwal commented on DAYTRADER-22: - I will investigate to make this a configuration property so that it can be changed in an easier

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-10 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12448841 ] Piyush Agarwal commented on DAYTRADER-22: - That sounds like a good idea, what do you have in mind, where exactly are you thinking of having the Runtime

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-13 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12449503 ] Piyush Agarwal commented on DAYTRADER-22: - Matt, the only dependency on EJBs within the TradeDirect code is in the Asynch 1-phase mode. It seems that

[jira] Commented: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-11-14 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=comments#action_12449775 ] Piyush Agarwal commented on DAYTRADER-14: - Chris, Glad you like the new feature! I had originally coded to have the SQL exceptions write out to both

[jira] Updated: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-11-15 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-14?page=all ] Piyush Agarwal updated DAYTRADER-14: Attachment: daytrader-14.patch.11152006 Based on the last comments by Chris, I have added the facility for failed SQL statements to be written out

[jira] Commented: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-16 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=comments#action_12450443 ] Piyush Agarwal commented on DAYTRADER-22: - Chris, Thanks for that overview of the modes. Makes things quite clearer now. Also I guess you have

[jira] Updated: (DAYTRADER-22) Set publichQuotePriceChange to true in ejb-jar.xml so that MDBs get accessed during Daytrader scenario runs

2006-11-16 Thread Piyush Agarwal (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-22?page=all ] Piyush Agarwal updated DAYTRADER-22: Attachment: Daytrader-22.patch.11152006 Please Refer my last comments for details of this patch Set publichQuotePriceChange to true in ejb-jar.xml