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
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
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
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.