Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-20 Thread os57741
I have built a new system (other hardware, new OS, all Appfuse prerequisites, Appfuse ) . Everything is working again and my operational problem is solved. Remains the question how my old system got into such a strange mess. I have a suspicion and I will try to reconstruct what happened. I will sh

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-20 Thread os57741
os57741 wrote: > > After using and developing with Appfuse over the last 6 months with no > major problems, we suddenly experience what seems instability of what is > installed with a fresh install of MVC modular. > The web module suddenly is missing a class in commons-coll

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread os57741
indicates again the problem that requires the commons-collections dependency. So, nothing has changed, it is still wrong. Any idea ? The next step I am working on is a fresh machine with a fresh OS. What else can I do ? http://www.nabble.com/file/p19059903/console.log console.log os57741 wrote

[appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-19 Thread os57741
After using and developing with Appfuse over the last 6 months with no major problems, we suddenly experience what seems instability of what is installed with a fresh install of MVC modular. The web module suddenly is missing a class in commons-collections whih we had to solve by adding a dependen

[appfuse-user] *.java files are not generated by appfuse:gen

2008-01-18 Thread os57741
Hi all, I have been trying to use appfuse:gen or appfuse:gen-core to generate classes from a POJO. The following items have been generated successfully: - the entry in hibernate.cfg.xml - the registration of the GenericManagerImpl bean in the ApplicationContext file - the sample-data.xml Althou

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-16 Thread os57741
application runs This is not in the tutorial so I suppose it is not the way it should be , but at least it works ! Should I enter this in JIRI ? mraible wrote: > > On 1/15/08, os57741 <[EMAIL PROTECTED]> wrote: >> >> Matt, >> I have to apologize that I am confusing

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-15 Thread os57741
empty. Is it possible to change the classpath manually? How should I do that. Again my apologies for the confusion. os57741 wrote: > > Matt, > I am sorry that I informed you wrong. > I suppose that this is the proper file: > .m2\repository\nl\osix\dsm\project3-core\1.0-SNAPSHO

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-14 Thread os57741
Matt, I am sorry that I informed you wrong. I suppose that this is the proper file: .m2\repository\nl\osix\dsm\project3-core\1.0-SNAPSHOT/project3-core-1.0-SNAPSHOT.jar This one contains the required bean definitions. Sorry for the confusion. os57741 wrote: > > Matt, > Is this th

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
t; > 32 }; > 33 } > > Line 29 is not finding the applicationContext.xml file at the root of > the "core" JAR. You might look in .m2/repository/yourgroupid/core- > archetype/version/name.jar and make sure the applicationContext.xml > at its root d

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
ppening. I'd like to say it's a bug, but I haven't heard of anyone > else experiencing this issue. > > Matt > > On Jan 11, 2008, at 2:59 PM, os57741 wrote:

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
does your > PersonControllerTest pass? The only thing I can think of is there's a > web/src/main/resources/applicationContext.xml that's overriding the > one from core. > > Matt > > On Jan 11, 2008, at 2:24 PM, os57741 wrote: > >> >> My C:\source\

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
ntext.xml and make sure you don't have a web/src/main/ > resources/applicationContext.xml file. > > Matt > > On Jan 11, 2008, at 1:06 PM, os57741 wrote: > >> >> Matt, >> One step further. >> I have did as you said. >> (there is nothing

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
eption: No bean named 'personManager' is defined ## mraible wrote: > > Your personManager and personDao bean definitions should both be in > core/src/main/resources/applicationContext.xml. > > Matt > > On Jan 11, 2008, at 10:

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-11 Thread os57741
nAction exists in the service-tutorial mraible wrote: > > Controller should go in the web module, as stated in the tutorial. > You are correct that Actions are for Struts - maybe you're reading > the wrong tutorial? > > Matt > > On Jan 9, 2008, at 12

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-08 Thread os57741
wrote: > > If you're using Spring MVC, you should use $ > {groupId}.webapp.controller as your package name. You can find $ > {groupId} in pom.xml as the value for . > > HTH, > > Matt > > On Jan 8, 2008, at 2:43 PM, os57741 wrote: > >> >> Hi Ever

[appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-08 Thread os57741
Hi Everybody, I am going through the tutorials. I have setup a modular Spring MVC configuration. Some tests work, some don't. I suspect that I didn't put the packages in the correct location. The Services tutorial is not clear on that. The Dao stuff I have put in the core module and the controller