[appfuse-user] How to use iBatis in AppFuse 2

2007-03-24 Thread Frankee787
I have been having some problem in implementing iBatis for persistence. Could anyone suggest as to how this could be achieved. The hibernate works fine with help of a tutorial, but still have problems with iBatis. Am using AppFuse 2 M4. A woring example would be the best if anyone could put one.

Re: [appfuse-user] How to use iBatis in AppFuse 2

2007-03-24 Thread Matt Raible
You're a bit ahead of the curve here. I haven't written an iBATIS tutorial because it's still a bit difficult to switch persistence frameworks. I wrote up a FAQ on this: http://appfuse.org/display/APF/FAQ#FAQ-daoframeworks How can I change my AppFuse-generated project to use iBATIS or JPA? M

Re: [appfuse-user] AppFuse without Tomcat

2007-03-24 Thread Matt Raible
The 1.9.5 release (still in SVN) splits the Tomcat tasks out of build.xml so you don't have to have CATALINA_HOME defined for everything to work. You could do the same in your project - downloading build.xml from SVN might be the easiest thing to do. http://fisheye4.cenqua.com/browse/~raw,r=BRAN

Re: [appfuse-user] AppFuse without Tomcat

2007-03-24 Thread PlanetPratt
Thanks to your info, I figured it out. There's a section near the end of build.xml that is marked "Tomcat tasks - remove these if you don't have Tomcat installed". If you comment out that section it seems to work fine. (*Chris*) melinate wrote: > > I'm not sure exactly which ant targets req

[appfuse-user] [ANN] AppFuse 2.0 M4 Released

2007-03-24 Thread Matt Raible
The AppFuse Team is pleased to announce the release of AppFuse 2.0 M4! This release marks a milestone in the usability of AppFuse 2.x. A lot of folks (including myself) have been using AppFuse 2.0 on projects and have fixed quite a few issues. In addition to polishing the tutorials, we've fixed a

[appfuse-user] Integration Test Failures When Using Oracle

2007-03-24 Thread donleyp
I've just started using AppFuse on a project at work and it really helped me get up and running quickly. Thanks to all the devs on this project for the great product. We use Oracle here and I did not want to start a project using MySQL and possibly get stuck with a bunch of migration problems rig

Re: [appfuse-user] Integration Test Failures When Using Oracle

2007-03-24 Thread Matt Raible
I don't have a problem with this change. Are you saying that the default sample-data.xml should have negative values for its ids? I'm assuming we should use negative values in the tutorials as well? Thanks, Matt On 3/24/07, donleyp <[EMAIL PROTECTED]> wrote: I've just started using AppFuse

Re: [appfuse-user] How to use iBatis in AppFuse 2

2007-03-24 Thread Frankee787
Thanks Matt, Well what i did is i ran my code with mvn test-compile -Ddao.framework=ibatis. I believe it downloaded the dependency files for iBatis then. Now I have some problems with the implementation and the configuration files. I have added them here. Kindly advice for any implementation is