Re: [appfuse-user] Failed to run the cargo when install appfuse 2

2007-10-31 Thread
following config > file or Eclipse would have errors in each "viewer." > > /etc/eclipse/java_home > > Just make sure the path matching the version of Java you are running is > first in this file. > > Nathan > > > > > - Original Message - >

Re: [appfuse-user] Failed to run the cargo when install appfuse 2

2007-10-31 Thread
download and install Tomcat I think. Just as the quick start said. 2007/10/31, Matt Raible <[EMAIL PROTECTED]>: > > Do you want Cargo to download and install Tomcat, or do you want to > use one that's already installed on your system? > > Matt > > On 10/31/

Re: [appfuse-user] Failed to run the cargo when install appfuse 2

2007-10-31 Thread
; > Mike. > > > On 10/31/07, 罗霄 <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I just build my ubuntu 7.10 system. Jdk, eclipse, tomcat, apache, svn, > > maven2 , mysql > > It is so cute and I am too impatient to wait for developing my ap

[appfuse-user] Failed to run the cargo when install appfuse 2

2007-10-30 Thread
Hi all, I just build my ubuntu 7.10 system. Jdk, eclipse, tomcat, apache, svn, maven2 , mysql It is so cute and I am too impatient to wait for developing my appfuse on it. I downloaded the struts2 modular , modified the tomcat configuration and mysql configuration, run the "mvn" in the proje

[appfuse-user] Integration with Eclipse Web Tools Project (WTP) Tutorial Problem

2007-09-20 Thread
Hi All, I just start to learn Appfuse 2.0. When I integrates my project with WTP. I met some problem in the tutorial. # Use the AppFuse archetypes to create the project. I used the Struts-2 Modular version. If you're not using a modular archetype, you can skip to step #6. # Under

Re: [appfuse-user] acegi forward problem

2007-05-10 Thread
I checked the source code of acegi. protected void sendRedirect(HttpServletRequest request, HttpServletResponse response, String url) throws IOException { if (!url.startsWith("http://";) && !url.startsWith("https://";)) { url = request.getContextPath() + url; }

[appfuse-user] Re: hibernate one-to-one problem

2007-02-12 Thread
I added session.clear() after the save action. And the problems solved. But it is still weird. why there is no user.userProfile cache after save action. It is not reasonable.sigh 2007/2/11, luo xiao <[EMAIL PROTECTED]>: Hi, All, I have to object. public class User {