Re: [appfuse-user] Using appfuse:full-source

2007-10-13 Thread Allan Ang
Never had a need to use full-source yet, but here's a link for the M5 release http://appfuse.org/display/APF/Release+Notes+2.0+M5 ".. mvn appfuse:full-source This goal will convert your project to use all of AppFuse's source and remove all dependencies on AppFuse. Known issues with "full-sourc

[appfuse-user] Using appfuse:full-source

2007-10-13 Thread Mike Wille
Hello, I'm trying out appfuse 2.0 and ran into some problems. I can follow examples and everything works fine on my computer. But when I go and install the source via mvn appfuse:full-source, nothing works after that. I've tried this twice with each package, the first time just experimenti

[appfuse-user] The visited object is null after appfuse:full-source

2007-10-13 Thread Artem G. Nickolaenko
Hi, all. In the some stage of developing my application using AppFuse Basic Struts Archetype, I decided to include full source into project by running appfuse:full-source. But after that, when I open http://localhost:8080/signup.html i get the following warning: WARN [btpool0-1] VisitorFieldVali

[appfuse-user] Maven2 Clover Plugin? Anyone have a good configuration?

2007-10-13 Thread dusty
Hello, I have not been able to get the maven2 clover plugin from Atlassian to work with my basic struts archetype. I think I have it setup right but I get weird errors like: /home/dusty/code/bioguide/target/clover/src/com/thebioguide/webapp/action/ProviderAction.java:64:0::0 __CLR2_0b25k5kf7qer

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-13 Thread Ealden EscaƱan
On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > If you're using M5 (not 2.0 Final), you shouldn't have to change > anything. I was just suspicious that the changes I made might be > causing the problem. I haven't seen any issues on the demo site. The demo site might be accessed regularly s

Re: [appfuse-user] Getting DisplayTag to support multiple parameters

2007-10-13 Thread Allan Ang
yep John Kwon wrote: > > So would the first name, last name be as follows? > > whateveryoulike.html?lastName=${foo.lastName}&firstName=${ foo.firstName} {foo.lastName} > > with only the last name displayed, but first and last name passed in the > url? > > On 10/10/07, Matt Raible <[EMAIL P

Re: [appfuse-user] Sun java JDK 1.6 performance

2007-10-13 Thread Allan Ang
true. but the implementation for a bubblesort is relatively simple and the c++ and java code match each other very very closely (i.e 2 simple for loops and a swap). Let me know if you want the codes that i used. Naturally we only started the timing when after the arrays were initialized. I was a

Re: [appfuse-user] Sun java JDK 1.6 performance

2007-10-13 Thread John Kwon
I recall a performance challenge on a project I was on in the mid-1990s. It's not just the language, but how well you can implement a solution (your skills have everything to do with this). We were implementing a middle-tier Tuxedo data cache between the desktop and the host. The one implemented