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 see some packages. d:\devhome\appfuse\myproject\src\main\java\org\appfuse\model\User.java:[23,24] package javax.persistence does not exist Now when i open eclipse i also see that the imports defined on the top have errors, cannot find the class. So now it points to maven repository in the build path it has variable M2_REPO but that variable is not defined. Do we have to define it? If so then what is the path? Thanks very much. I am trying my best to get started with this just hope some help from the community will go a long way. I am also willing to contribute to appfuse after i am started by improving documentation for jsf/ibatis.. also seeing how we can implement jsf-spring library for RESTful urls and other benefits. things like that. -saeed mraible wrote: > > 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 > > > > -- View this message in context: http://www.nabble.com/Error-with-appfuse%3Afull-source-tf4101432s2369.html#a11727901 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
