Re: [appfuse-user] Multiple Dependent Projects

2007-12-18 Thread Mike Wille
nd of lightweight plugin system. regards, João Nelas On Dec 17, 2007 7:19 PM, Mike Wille <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Just one war file. They are stand alone projects in the sense that there are two maven projectsI started down this path after read

Re: [appfuse-user] Multiple Dependent Projects

2007-12-17 Thread Mike Wille
project B aren't standalone projects. In other words, how many WAR files will you be deploying to Tomcat (or your container)? Cheers, Alex On 17 Dec 2007, at 19:18, Mike Wille wrote: I just realized that I have left something out. My end goal was to generate one combined web app from

Re: [appfuse-user] Multiple Dependent Projects

2007-12-17 Thread Mike Wille
-up code in the core module. But there's no sharing of a applicationContext at run app. Ostensibly they're entirely separate with separate SessionFactories, etc. Let us know how it works out! Alex On 17 Dec 2007, at 18:49, Mike Wille wrote: Yes, project A is also a stand alone proje

Re: [appfuse-user] Multiple Dependent Projects

2007-12-17 Thread Mike Wille
-application/ http://springtips.blogspot.com/2007/06/using-shared-parent-application-context.html Alex On 17 Dec 2007, at 18:16, Mike Wille wrote: Hi All, I'm looking for advice on setting up multiple projects. I've been using the Spring MVC Modular archetype with appfuse and it w

[appfuse-user] Multiple Dependent Projects

2007-12-17 Thread Mike Wille
Hi All, I'm looking for advice on setting up multiple projects. I've been using the Spring MVC Modular archetype with appfuse and it works great. Now I was thinking about trying it out on a larger scale. I'm setting up a second project (multi module) that depends on the first. Everything

Re: [appfuse-user] Unidirectional ManyToOne Hibernate save problem: TransientObjectException

2007-12-05 Thread Mike Wille
Michael Horwitz wrote: On 12/5/07, *Mike Wille* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi All, I've been playing with Appfuse/Spring WebMVC/Hibernate and made a change to the base User object. I added a many-to-one reference to an Or

[appfuse-user] Unidirectional ManyToOne Hibernate save problem: TransientObjectException

2007-12-04 Thread Mike Wille
Hi All, I've been playing with Appfuse/Spring WebMVC/Hibernate and made a change to the base User object. I added a many-to-one reference to an Organization object. Everything works fine in my unit tests for creating a user, setting its organization property, and saving it. The problem com

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

2007-10-14 Thread Mike Wille
k. I switched to compile and that worked. I'm not a maven expert by any means, but that seems weired...) Thanks again! -Mike Matt Raible wrote: I believe you may have to add an explicit dependency to commons-lang 2.3 in your root pom.xml to solve this problem. Matt On 10/13/07,

[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