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

2007-12-05 Thread TeleMarkR
Matt & M@, Thanks for your work on this issue. I just upgraded to 2.01, and this works like a charm... Matthew Sinclair wrote: > > Matt and Mark, > > I think I may have isolated the problem here (if not completely solved > it). Because the code works as advertised when running jetty:run-war

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

2007-11-23 Thread Michael Horwitz
On 11/23/07, traceon <[EMAIL PROTECTED]> wrote: > > > i've done the following: > - run mvn package > - copied changes (see below) > "myproject\target\myproject- > 1.0-SNAPSHOT\META-INF\maven\org.appfuse\appfuse-tapestry\pom.xml" > to > "myproject\pom.xml" > - run mvn clean > - run mvn package > - o

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

2007-11-23 Thread traceon
i've done the following: - run mvn package - copied changes (see below) "myproject\target\myproject-1.0-SNAPSHOT\META-INF\maven\org.appfuse\appfuse-tapestry\pom.xml" to "myproject\pom.xml" - run mvn clean - run mvn package - open "myproject\target\myproject-1.0-SNAPSHOT\META-INF\maven\org.appfuse\

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

2007-11-23 Thread Michael Horwitz
On 11/23/07, traceon <[EMAIL PROTECTED]> wrote: > > > the point is, that i there are no "tapestry-flash, tapestry-spring" > entries > in my pom.xml under "myproject/pom.xml" which i can change from "runtime" > to > "compile". the entries only appear in the pom's under the target folder. Then that

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

2007-11-23 Thread traceon
the point is, that i there are no "tapestry-flash, tapestry-spring" entries in my pom.xml under "myproject/pom.xml" which i can change from "runtime" to "compile". the entries only appear in the pom's under the target folder. Mike Horwitz wrote: > > Have you tried a mvn clean then full build a

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

2007-11-23 Thread Michael Horwitz
Have you tried a mvn clean then full build after changing the pom files (as a note you should never change/need to change anything under target - target is Maven's work area so gets overwritten frequently). Mike On 11/23/07, traceon <[EMAIL PROTECTED]> wrote: > > > okay.. i'm running a tapestry-

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

2007-11-23 Thread traceon
okay.. i'm running a tapestry-basic app. after changing all pom's, i still have the problem. has anyone an idea? Matthew Sinclair wrote: > > Good point about the pom - the one I made the change in was the root pom > at the top level, above the "core" and "web" directories (in a > tapestry-modu

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

2007-11-22 Thread Matthew Sinclair
Good point about the pom - the one I made the change in was the root pom at the top level, above the "core" and "web" directories (in a tapestry-modular archetype). HTH, M@ traceon wrote: > > hi together, > > unfortunatley this doesn't work for me. in which specific pom i have to do > this cha

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

2007-11-22 Thread traceon
hi together, unfortunatley this doesn't work for me. in which specific pom i have to do this changes!? i have upto 5 pom's (wich tapestry-spring, tapestry-flash entries) in my target and 1 in my src folder. i've changed all specific entries from "runtime" to compile, but i still get the error. ar

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

2007-11-21 Thread Matt Raible
Can you please enter an issue for this in JIRA so we can solve this before the next release? http://issues.appfuse.org/browse/APF Thanks, Matt On Nov 20, 2007, at 8:18 PM, Matthew Sinclair wrote: Matt and Mark, I think I may have isolated the problem here (if not completely solved it).

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

2007-11-20 Thread Matthew Sinclair
Matt and Mark, I think I may have isolated the problem here (if not completely solved it). Because the code works as advertised when running jetty:run-war (and tomcat:run), it has to be something to do with the way packaging works for the container that causes the problem. So, after looking at th

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

2007-09-20 Thread Mark Rosenthal
Outstanding, Matt! I can continue development with frequent restarts, but it'll be so much nicer to have directory scanning and auto-reloading. I'm new to the world of Maven, and find it somewhat frustrating to not see what's going on under the covers. In the meantime, I'll give tomcat:run a

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

2007-09-20 Thread mraible
FWIW, I've posted this to the Tapestry users mailing list: http://www.nabble.com/Problem-with-jetty%3Arun-when-using-Tapestry-4.1.3-tf4489399.html#a12805568 Matt mraible wrote: > > That's certainly a strange one. I was able to reproduce it, but have > no idea how to fix it. jetty:run-war work

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

2007-09-19 Thread Matt Raible
That's certainly a strange one. I was able to reproduce it, but have no idea how to fix it. jetty:run-war works fine, as does tomcat:run. I don't think tomcat:run does directory scanning and auto-reloading, so I don't know if it's as good as the Jetty plugin. Here's the configuration for it:

[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