[appfuse-user] Deploy my web application on HP-UN OS error

2008-03-24 Thread JinBinWang
This seems as through it would be a special problem,I haven't found much information on the forum. I design a web application on windows by appfuse2.0.1.It runs well on tomcat6.0.14+JDK1.5 environment+windows XP. I want redeploy this web app on HP-UN. This is my Server Information: Tomcat Version:

Re: [appfuse-user] Deploy my web application on HP-UN OS error

2008-03-24 Thread Matt Raible
Can you try on Tomcat + Linux? I've never tried AppFuse on HP-UX, so you might be on new ground here. Matt On Mar 24, 2008, at 2:38 AM, JinBinWang wrote: This seems as through it would be a special problem,I haven't found much information on the forum. I design a web application on windo

[appfuse-user] IWebMvc vs Appfuse

2008-03-24 Thread Jose Noheda
Hi, I hope the title gets your attention ;-) I've released milestone 2 of IWebMvc. For those of you that don't know it, it shares some characteristics with AppFuse as it allows a quick project kick start. I valued simplicity over flexibility though so the stack is fixed Spring MVC / JPA (Hibernat

Re: [appfuse-user] Bean population in BaseDaoTestCase (Hibernate)

2008-03-24 Thread Frank-Michael Jaeschke
Richard M wrote: > > > I also noticed that the populate methods in BaseDaoTestCase and > BaseManagerTestCase are different. BaseDaoTestCase iterates through the > resource bundle to build the map, BaseManagerTestCase uses > "ConvertUtil.convertBundleToMap(rb)" to do the same. I substituted the