Hi, I'm a new user for appfuse. I'm using spring + webflow and trying to run
through the tutorials. I have my project set up in eclipse. I've run into
a few problems and was trying to debug through eclipse. For some reason
though, all my junit test fail in eclipse. I have them working from th
I believe this is an Eclipse issue and everything should work from the
command line. You might trying installing the m2eclipse plugin and using
that instead of eclipse:eclipse.
http://m2eclipse.codehaus.org
If that doesn't work, you should use "appfuse:full-source" to get all the
source in your p
Just to know, what presentation framework are you going to use instead of
Struts2 ?
Vincenzo
On Wed, Aug 13, 2008 at 4:14 PM, Jonathan Dray <[EMAIL PROTECTED]>wrote:
> Hi all,
>
> I started a project using the archetype *"Struts 2 Basic".
> *It happens that I don't need struts anymore so I'd li
Hi all,
I started a project using the archetype *"Struts 2 Basic".
*It happens that I don't need struts anymore so I'd like to remove it from
my project?
Is there a simple way to do it?
Thanks for your help
Regards,
Jonathan Dray
Did you uncomment the lazyLoadingFilter and its mappings in web.xml?
By the way, you might know this, there is a tutorial on using Dojo in
AppFuse.
I have not tried it so far. But, just in case. Maybe there is something
helpful.
http://appfuse.org/display/APF/Ajax
Martin
alibehzadian wrote:
Dear Martin,
When I set FetchType to LAZY, I get lazyInitializationException.
I am using DWR and I guess the problem is related to DWR remoting
but I am not sure.
Any Idea?
Ali Behzadian Nejad.
--
View this message in context:
http://www.nabble.com/OneToMany-Relation-Problem-tp18890496s2369p1
I just followed the quickstart for this archetype and then used mvn
eclipse:eclipse to create the project. I get this error: Fragment
"/common/taglibs.jsp" was not be found at expected path
/myproject/src/main/webapp/common/taglibs.jsp. In that location I see only
menu.jsp - what have I missed pl