Re: [appfuse-user] (possible resend) evaluating AppFuse -- question, is it right for me?

2010-12-15 Thread Mark Rosenthal
Hi Robert, I am using Appfuse as the basis for several projects for my employer, which specifically prohibits the use of Maven. I use Maven to create the archetype, do appfuse:full-source, and then run jetty:run. I then copy the jars from target/appname-1.0-SNAPSHOT/WEB-INF/lib to srv/main/

[appfuse-user] Converting latest AppFuse to use iBatis

2010-11-24 Thread Mark Rosenthal
Hi All, I am using the latest version 2.1.0-M2, Struts 2, basic, and am trying to convert to use iBatis for persistence using the tutorial. When I go to run a Unit test, I am presented with the following error. It looks like Spring Proxy is expecting a translator to convert SQLException to DataA

Re: [appfuse-user] appfuse:gen-model error

2010-11-20 Thread Mark Rosenthal
f i'm wrong Matt? On 18/11/2010 12:10, Mark Rosenthal wrote: Hi All, I am using the latest appfuse 2.1.0-M2, running against a MSSQL database. The stack is Struts2 basic with Hibernate. I am guessing it may have something to do with SQL Server. I am seeing the following error: C:\Doc

[appfuse-user] appfuse:gen-model error

2010-11-18 Thread Mark Rosenthal
Hi All, I am using the latest appfuse 2.1.0-M2, running against a MSSQL database. The stack is Struts2 basic with Hibernate. I am guessing it may have something to do with SQL Server. I am seeing the following error: C:\Documents and Settings\insanmaster\My Documents\workspace\aoWeb>mvn appfuse:

Re: [appfuse-user] hibernate substitue

2010-11-09 Thread Mark Rosenthal
You might go through the iBatis tutorial, which walks you through the process of replacing Hibernate with iBatis, and see if it makes sense to use your home-rolled persistence layer. http://appfuse.org/display/APF/Using+iBATIS On 11/09/2010 07:44 AM, Vanessa Pacheco wrote: Hi everyone, I hav

Re: [appfuse-user] Re: Exception while running Run the DAO Test

2010-06-10 Thread Mark Rosenthal
On 06/10/2010 05:09 AM, ErEcTuS wrote: private ProductDao productDao = null; Try changing this line to: ProductDao productDao = null; - To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional comman

Re: [appfuse-user] Error building new project

2009-08-31 Thread Mark Rosenthal
omcat 6.0.14 from http://archive.apache.org at first. Turned out to be due to site maintenance downtime. Ger-Jan Mark Rosenthal wrote: I added the following to my pom.xml, and all appears to be working: howardlewisship.com Tapestry @ JavaForge http://howardlewisship.com/repository/ I'm b

Re: [appfuse-user] Error building new project

2009-08-28 Thread Mark Rosenthal
e Tapestry archetype before, so in my case Maven downloaded lots of fresh stuff. Could the problem be caused by a stale local .m2 repository? Ger-Jan Quoting Matt Raible : Dunno - is anyone else able to reproduce this? On Thu, Aug 27, 2009 at 1:13 PM, Mark Rosenthal wrote: Hi Matt and

Re: [appfuse-user] Error building new project

2009-08-28 Thread Mark Rosenthal
l .m2 repository? Ger-Jan Quoting Matt Raible : Dunno - is anyone else able to reproduce this? On Thu, Aug 27, 2009 at 1:13 PM, Mark Rosenthal wrote: Hi Matt and list, I'm trying to start a new Tapestry Basic project, and am getting the following error: Using the command: mvn archet

Re: [appfuse-user] Error building new project

2009-08-28 Thread Mark Rosenthal
n my case Maven downloaded lots of fresh stuff. Could the problem be caused by a stale local .m2 repository? Ger-Jan Quoting Matt Raible : Dunno - is anyone else able to reproduce this? On Thu, Aug 27, 2009 at 1:13 PM, Mark Rosenthal wrote: Hi Matt and list, I'm trying to start

[appfuse-user] Error building new project

2009-08-27 Thread Mark Rosenthal
Hi Matt and list, I'm trying to start a new Tapestry Basic project, and am getting the following error: Using the command: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-tapestry -DremoteRepositories=http://static.appfuse.org/releases -Darch

Re: [appfuse-user] Using iBatis after running 'mvn appfuse:full-source'?

2009-04-05 Thread Mark Rosenthal
Have you tried following these instructions: http://appfuse.org/display/APF/Using+iBATIS I'm using iBatis with my appfuse project, and it works great. kbighorse wrote: >From what I've found in the forums, iBatis support is not that great as of 2007 at least it looks like. I downloaded AppFuse

Re: [appfuse-user] error about ibatis test

2007-12-28 Thread Mark Rosenthal
Looks like your update is trying to stuff a string value into an integer column. The tutorial update statement is: update person set first_name = ?, last_name = ? where id = ? Which uses the parameterMap: Move the property="id" line down under the property="l

Re: [appfuse-user] Tapestry EventListener doesn't seem to submit form

2007-12-06 Thread Mark Rosenthal
I see. Coming from Tapestry 4.0, I've had great success with the contrib:XTile component for Ajax, but does require writing some javascript to handle the callback. I see in the docs that the form is submitted by default, but am not clear as to whether the EventListener gets called before the f

Re: [appfuse-user] Tapestry EventListener doesn't seem to submit form

2007-12-05 Thread Mark Rosenthal
Hi Caarney, I'm new to Tapestry 4.1, but checked the docs for the @EventListener annotation. The docs say " The EventListener annotation is attached to listener

Re: [appfuse-user] Ubuntu fan despairs of ugly Eclipse on widescreen laptop

2007-09-28 Thread Mark Rosenthal
Cool, that helped me! Thanks Nathan... Nathan Anderson wrote: I did some testing of different settings to see what works best in Ubuntu. I was surprised to find that there are very few fonts that have anywhere near the line spacing as you can see in Windows. I sized my window to match your

Re: [appfuse-user] Problem with jetty:run in Tapestry basic archetype

2007-09-20 Thread Mark Rosenthal
.codehaus.mojo tomcat-maven-plugin 1.0-alpha-1 / Matt On 9/19/07, Mark Rosenthal <[EMAIL PROTECTED]> wrote: Hi, I'm running into the following error on certain tapestry pages after login, inc

[appfuse-user] Problem with jetty:run in Tapestry basic archetype

2007-09-19 Thread Mark Rosenthal
Hi, I'm running into the following error on certain tapestry pages after login, including MainMenu. It looks as if the hivemind/spring wiring is broken. The app runs fine with jetty:run-war. [ +/- ] Exception: Error at context:/WEB-INF/tapestry/mainMenu.page, lin