Re: [appfuse-user] AppFuse 2.0-rc1 + struts - AMP / appfuse:gen - can't handle pojos with custom ID classes?

2007-09-14 Thread Rob Hills
Hi Peter, On 14 Sep 2007 at 12:19, Peter Bondurant wrote: > I have a similar problem. CRUD generation on my POJOs results in the same > error and stacktrace as yours. However, if I copy/paste my POJOs in a > project created from scratch, CRUD generation works fine! Hmmm, unless I missed somethin

[appfuse-user] [ANN] AppFuse Light 1.8 Released

2007-09-14 Thread Matt Raible
AppFuse Light 1.8 adds CSS Framework integration, as well as support for Stripes (1.4.2) and Wicket (1.2.6). It also has significant upgrades for JSF and Tapestry; to versions 1.2 and 4.1.3 respectively. See the Release Notes for more

Re: [appfuse-user] Libraries problem after update jasperreports...

2007-09-14 Thread Matt Raible
Try running "mvn" with "-e" so there's more information about the exception. Matt On 9/14/07, Jesfre <[EMAIL PROTECTED]> wrote: > > Hi all, I've a problem, maybe this is because of update jasperreports... > Since I updated jasperreports & commons-collections libraries, there is in > .m2 repositor

[appfuse-user] Libraries problem after update jasperreports...

2007-09-14 Thread Jesfre
Hi all, I've a problem, maybe this is because of update jasperreports... Since I updated jasperreports & commons-collections libraries, there is in .m2 repository various versions of these... I cant run >mvn hibernate3:hbm2ddl dbunit:operation. Maven shows me the next NPE... D:\develop\workpace\i

Re: [appfuse-user] Error while downloading Appfuse 2

2007-09-14 Thread Matt Raible
How did you download it? You should use the QuickStart Guide and "mvn archetype:create" to create your project: http://appfuse.org/display/APF/AppFuse+QuickStart Matt On 9/14/07, ramcis <[EMAIL PROTECTED]> wrote: > > Hi, > > I downloaded Appfuse 2, but when I tried to extract the archive file I

[appfuse-user] Error while downloading Appfuse 2

2007-09-14 Thread ramcis
Hi, I downloaded Appfuse 2, but when I tried to extract the archive file I got many errors, many files have wrong CRC, is it possible to get Appfuse from SVN or CVS ? Regards -- View this message in context: http://www.nabble.com/Error-while-downloading-Appfuse-2-tf4443196s2369.html#a12677417

Re: [appfuse-user] Changing the Command object in SpringMVC

2007-09-14 Thread Matt Raible
Did you check validation.xml? If you search for "reservation" in *.jsp and *.xml, my guess is you'll find something (unless you need to do ant clean first). Matt On 9/14/07, Nathaniel Rahav <[EMAIL PROTECTED]> wrote: > > Hi 'fusers, > > Appfuse 1.8, SpringMVC : I have a page on which I changed th

[appfuse-user] Changing the Command object in SpringMVC

2007-09-14 Thread Nathaniel Rahav
Hi 'fusers, Appfuse 1.8, SpringMVC : I have a page on which I changed the Command. I updated action-servlet.xml, the page's FormController, etc. Now when I reload the page i get this error: javax.servlet.jsp.JspTagException: Neither Errors instance nor plain target object for bean name 'reservati

Re: [appfuse-user] Steps to to upgrade Hibernate (or any other dependency)

2007-09-14 Thread syg6
Check that. I once again downloaded a new app and ran mvn and now, if I peek inside target/SNAPSHOT/WEB-INF/lib the new Hibernate jars are there, not the old ones. Why would that be? This would explain why my original app still doesn't work even after 'reverting' to the old version by commenting

Re: [appfuse-user] how to authenticate my own member?

2007-09-14 Thread Matt Raible
There's an example in the Signup class for your web framework. Why do you want to authenticate programatically? Matt On 9/14/07, nessus <[EMAIL PROTECTED]> wrote: > > I have got some clue about how to talk with database table/in-memory map, > but > still, there is a step to the get through: whe

Re: [appfuse-user] Steps to to upgrade Hibernate (or any other dependency)

2007-09-14 Thread syg6
Appfuse 2.0 M5, Hibernate/Spring MVC is what I am using for my app. And for the test app I just created I am using the latest release, 2.0 RC1. The fact that the errors are similar, if not the same, gives me hope that if the problem can be found in 2.0 RC1 it can be applied to 2.0 M5. Anyway, t

Re: [appfuse-user] Steps to to upgrade Hibernate (or any other dependency)

2007-09-14 Thread Matt Raible
What version are you trying to upgrade from to? I can try to upgrade one of the demo apps locally and provide instructions. Matt On 9/14/07, syg6 <[EMAIL PROTECTED]> wrote: > > Update: I stuck this in my pom.xml: > > > commons-collections > commons-collections > 3.2 > > > And I no longer

Re: [appfuse-user] Steps to to upgrade Hibernate (or any other dependency)

2007-09-14 Thread syg6
Update: I stuck this in my pom.xml: commons-collections commons-collections 3.2 And I no longer get the NoClassDefFoundError. But I still get the 'No Transaction manager found' error. Bob syg6 wrote: > > Hi again folks. > > This topic was started > http://www.nabble.com/Hibernate-Ma

[appfuse-user] Steps to to upgrade Hibernate (or any other dependency)

2007-09-14 Thread syg6
Hi again folks. This topic was started http://www.nabble.com/Hibernate-ManyToMany-not-updating-collection-tf4428202s2369.html here under the name 'Hibernate ManyToMany not updating collection'. My original problem was that upon saving an object that has an associated Collection, the Collection

Re: [appfuse-user] AppFuse 2.0-rc1 + struts - AMP / appfuse:gen - can't handle pojos with custom ID classes?

2007-09-14 Thread Peter Bondurant
I have a similar problem. CRUD generation on my POJOs results in the same error and stacktrace as yours. However, if I copy/paste my POJOs in a project created from scratch, CRUD generation works fine! NB: both projects went through appfuse:full-source and hibernate3:hbm2ddl before running appfuse

Re: [appfuse-user] how to authenticate my own member?

2007-09-14 Thread nessus
I have got some clue about how to talk with database table/in-memory map, but still, there is a step to the get through: where are the userDao bean declared? I searched the entire package I "mvn"ed but cant find it at all. thank you all, nessus. nessus wrote: > > hi everybody, > > anybody kno