Re: [appfuse-user] Questions about appfuse - understanding some key points in faq/tutorials

2007-07-21 Thread Saeed Iqbal
After adding the eclipse M2_REPO variable i was able to get past the previous error now i get this [INFO] Surefire report directory: d:\devhome\appfuse\myproject\target\surefire-r eports ERROR - ContextLoader.initWebApplicationContext(203) | Context initialization fa iled org.springframework.bean

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Saeed Iqbal
Matt I tried to go back to appfuse strong after trying out light. When i change stuff to ibatis as mentioned here http://appfuse.org/display/APF/Using+iBATIS , i am fairly successful. as in the project gets downloaded when i say mvn appfuse:full-source But now when i do jetty:run-war it does not

Re: [appfuse-user] DOJO problem in struts basic 2m5

2007-07-21 Thread arvinder
Matt, I was trying to make it work with default dojo which comes with struts but was getting dojo not defined error as dojo.js was not being loaded, while all others js files (loaded by s:head ) were. Then I added dojo to my scripts folder as suggested by you below, but surprisingly when I checked

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Saeed Iqbal
With appfuse-light, somewhere it is calling postgre specific method nextval and i'm getting this error. I am surprized nobody else found it before me in the mailing list because i searched for it. Anyway i would appreciate some documentation on this for mysql users. Could not obtain sequence val

Re: [appfuse-user] appfuse and SOAP

2007-07-21 Thread Boudewijn Rempt
On Thursday 19 July 2007, tweibel wrote: > Boudewijn Rempt wrote: > > On Thursday 12 July 2007, Matt Raible wrote: > >> This error below looks like it's caused by a permissions issue. > > > > That's what I checked first, but I've got all rights on /tmp, it's not > > full > > and I can add and remov

Re: Re: Re: Re: [appfuse-user] appfuse:install error

2007-07-21 Thread chinofish
I used another machine to do appfuse:install, but still failed . it seems that some snapshot updates changed the way appfuse:install used to run ? the detailed log is as follows: D:\study\java\da_test>mvn -o appfuse:gen -Dentity=Teacher [INFO] NOTE: Maven is executing in offline mode. Any ar

[appfuse-user] Questions about appfuse - understanding some key points in faq/tutorials

2007-07-21 Thread Saeed Iqbal
Hi, I am most interested in an application with JSF, Spring, iBatis. I would like to know what is the difference between mvn appfuse:full-source and mvn war:inplace ? I am not sure I understand the difference. In the tutorial it also says this "One of the nice features of AppFuse 2.x is you no

Re: [appfuse-user] DOJO problem in struts basic 2m5

2007-07-21 Thread Matt Raible
There's 3 steps to make Dojo work (sorry I don't have more details): 1. Download and add Dojo to your webapp/scripts folder. 2. Modify decorators/default.jsp to add Dojo to your head, pointing at your installed version of Dojo. 3. Modify web.xml so scripts/dojo is an included path for static file

Re: [appfuse-user] Sharing Domain Classes between projects

2007-07-21 Thread Matt Raible
AppFuse 2.0 handles this well - you can use the "core" archetype to create a new project and then use the JAR from that project in other projects (doesn't matter if you're using Ant or Maven). Matt On 7/20/07, Brett Knights <[EMAIL PROTECTED]> wrote: Hello, I have a working Appfuse project. I

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Matt Raible
AppFuse's full-source plugin doesn't support iBATIS or JPA yet - maybe that's the problem? Have you tried AppFuse Light's version? https://appfuse-light.dev.java.net/files/documents/6839/56629/appfuse-light-jsf-ibatis-1.8-beta.zip On 7/20/07, Saeed Iqbal <[EMAIL PROTECTED]> wrote: I have the

[appfuse-user] disabling some tests & accented chars

2007-07-21 Thread springbok
Hi, I'm from Italy and I'm a total newbie to Spring, Hibernate, Struts 2 and of course AppFuse, so please forgive me if I make trivial or already-asked questions. I just completed the tutorial for AppFuse 2.0M5, and I was wondering how could I prevent maven to run *every* test every time I run Ap

[appfuse-user] RE: Hibernate mapping

2007-07-21 Thread Fan
Srini: Sorry,I am still searching for the solution. Hopefully someone would like to give me a pointer to where I should focus in. Srini Bobbala wrote: > > Fan, > Did you get the solution? > I am also facing same problem. > Thanks. > > -Original Message- > From: Fan [mailto:[EMAIL

[appfuse-user] RE: Freemarker error when including struts plugin dependencies

2007-07-21 Thread arvinder
I encountered the same issue when I tried to upgrade to struts 2.0.8 from 2.0.6 for my struts basic 2m5 project. I tried removing the line <#include "/${parameters.templateDir}/xhtml/form-close-validate.ftl" from /src/main/webapp/css_xhtml/form-close.ftl , but then I could not validate my form a