Matt,
I compared everything that I thought was relevant, and it still didn't
work. I blew away everything and restarted from the archetype, and it's
fine.
I suspect I must have messed something up between running the archetype
and starting the tutorial.
Thanks for your patience with this app
Rob Hills wrote:
> Hi Derek,
>
> Derek Broughton wrote:
>> Appfuse 2.0.1, Struts basic
>>
>> Can anybody suggest what I need to do to figure out why a page simply
>> refuses to display? If I'm on my accountList.jsp (where the URL
>> is /accounts.html) page, and click on a link to edit an account
Hi Derek,
Derek Broughton wrote:
Appfuse 2.0.1, Struts basic
Can anybody suggest what I need to do to figure out why a page simply
refuses to display? If I'm on my accountList.jsp (where the URL
is /accounts.html) page, and click on a link to edit an account
(url /editAccounts.html, page is ac
On Saturday 15 March 2008 11:30:33 you wrote:
> Hi Folks!
>
> What am I doing wrong?
>
I found out, that I have to run maven with the "-e" switch, to see the
log-messages!
This perhaps should be documented on the page
http://www.appfuse.org/display/APF/Maven+2
Greetings Kai
Hi Folks!
In my Appfuse-Project I copied src/main/resources/log4j.xml to
src/test/resources and set the log-level for org.hibernate to DEBUG (yes, I
also removed the comments around this entry :).
But I do not see any log-messages, when running my test cases.
Even, if I change src/main/resource