Re: jpetstore example from ibatis uses struts

2003-10-16 Thread Jeff Kyser
its been a little while, but it worked fine for me. -jeff On Thursday, October 16, 2003, at 12:29 PM, Butt, Dudley wrote: Hi all, Anyone managed to successfully get the JPetstore app working? I managed to build ok, but I'm getting the following error when trying to do anything on the

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread James Mitchell
What container/version are you using? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:29 PM To: '[EMAIL

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Hi..Using Tomcat 406 -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 7:41 PM To: 'Struts Users Mailing List' Subject: RE: jpetstore example from ibatis uses struts What container/version are you using? -- James Mitchell Software

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
:190) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 7:34 PM To: Struts Users Mailing List Subject: Re: jpetstore example from ibatis uses struts its

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Users Mailing List' Subject: RE: jpetstore example from ibatis uses struts What container/version are you using? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Butt, Dudley [mailto:[EMAIL

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
, Dudley Sent: Thursday, October 16, 2003 8:42 PM To: 'Struts Users Mailing List' Subject: RE: jpetstore example from ibatis uses struts I did notice i got an error on trying to run one of the mysql scripts...maybe my database is screwy..I am using mysql Ver 8.40 Distrib 4.0.12, for Win95/Win98

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
: RE: jpetstore example from ibatis uses struts I get this error Can't create table '.\jpetstore\#sql-5ec_3a.frm' (errno: 150) when trying to run the mysql script ALTER TABLE item ADD FOREIGN KEY (supplierid) REFERENCES supplier(suppid) ON DELETE RESTRICT ON UPDATE