Re: [appfuse-user] creating build.xml for web application.

2009-05-26 Thread Matt Raible
Are you using AppFuse? On Tue, May 26, 2009 at 8:58 AM, jithesh wrote: > > Hi, > > I created a simple web project that updates the DB2 table. I was > able to generate .war file from eclipse IDE. I tried to generate .war file > using ant script. I made a build.xml and it is generating t

Re: [appfuse-user] ActionTest - Not executing sql queries on Action.class

2009-05-26 Thread paulie
Can someone tell me if you see the update and delete sql on the console during the execution of SomeActionTest.java methods testSave() and testRemove()? Thanks. -- View this message in context: http://www.nabble.com/ActionTest---Not-executing-sql-queries-on-Action.class-tp23680254s2369p23735755

Re: [appfuse-user] ActionTest - Not executing sql queries on Action.class

2009-05-26 Thread paulie
paulie wrote: > > Having problems getting testSave() and testRemove() methods to work > properly from my CropActionTest class. > > For testSave(), I can see the select statement where the Crop object is > getting loaded. When I modify the crop name on the object and attempt to > save, I don

[appfuse-user] creating build.xml for web application.

2009-05-26 Thread jithesh
Hi, I created a simple web project that updates the DB2 table. I was able to generate .war file from eclipse IDE. I tried to generate .war file using ant script. I made a build.xml and it is generating the .war file. But I found that none of my suppoeted jar files are in the .war file.