Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-27 Thread arvinder
I tried 2.0-rc1-SNAPSHOT 2.0.9 but it is giving me the freemarker template error as I was getting with m5 and upgrading struts core to 2.0.8 (and as described in the second post in this thread) I could create a brand new struts basic 2.0-rc1-SNAPSHOT project without this e

Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-27 Thread Matt Raible
Unfortunately, simply adding 2.0.9 is not good enough to upgrade your Struts version. Properties in a project cannot override properties in a dependency. If you leave your struts.version property intact and add the following to your pom.xml, it should work: org.apache.struts

Re[4]: [appfuse-user] disabling some tests & accented chars

2007-07-27 Thread Andrea
Ciao Matt, in data giovedì 26 luglio 2007, alle ore 15.02, hai scritto: > Italian seems to work fine on the demo site: > http://demo.appfuse.org/appfuse-struts/mainMenu.html?locale=it The demo site runs fine also on my pc. It is only my local copy of AppFuse that shows problems on the accented

RE: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-27 Thread Travers Snyman
Did you try to upgrade from m5 to 2.0-rc1-SNAPSHOT and struts 2.0.6 to 2.0.9 from existing project at the same time? That is what I am hoping to do. Travers -Original Message- From: arvinder [mailto:[EMAIL PROTECTED] Sent: 27 July 2007 09:13 AM To: users@appfuse.dev.java.net Subject: Re

Re: [appfuse-user] Date field problem with struts2 basic M5

2007-07-27 Thread arvinder
It has to do with the version, I created a new 2.0rc1 project and did appfuse:gen on it for an entity with two date properties, everything worked fine an none of the below listed problems occcured. But when I did appfuse:gen for same entity in 2m5 project I ran into all the problems listed below.

[appfuse-user] RE: Hibernate mapping

2007-07-27 Thread Martin Homik
Hi Fan, hi Srini, I am just following this thread out of curiosity. I am still a newbie to AppFuse. My question is, what was actually the problem here? Was there a missing JPA annotation in class "Club"? By the way, for the understanding of JPA annotations,I highly recommend the Java 5 EE tutoria

Re: [appfuse-user] Do you plan portlet project support?

2007-07-27 Thread Matt Raible
Not at this time, no. However, we'd be happy to accept a contribution. In my world, portlets aren't in high demand, but a lot of clients ask if portlets is a good solution. I'm unsure because I don't have much experience with them. Matt On 7/27/07, Vitaly Baranovsky <[EMAIL PROTECTED]> wrote: > G

Re: [appfuse-user] disabling some tests & accented chars

2007-07-27 Thread Matt Raible
The only thing I can think of us that it happens on an Italian OS. Are you running on a non-English .OS? Matt On 7/27/07, Andrea <[EMAIL PROTECTED]> wrote: > Ciao Matt, > > in data giovedì 26 luglio 2007, alle ore 15.02, hai scritto: > > > Italian seems to work fine on the demo site: > > > http:

[appfuse-user] Do you plan portlet project support?

2007-07-27 Thread Vitaly Baranovsky
Good day! Do you plan portlet project support? When can it be? Thanks!

[appfuse-user] Debug Jetty apps from Maven in Eclipse

2007-07-27 Thread carl.whalley
First, if theres a better way to do this then I'm grateful for advice. I've generated an AppFuse project based on the basic-struts archetype. After running the prerequisite goals from the tutorials I eventually ran "mvn jetty:run" from the command line and it works - a visit to http://localhost:8

Re: [appfuse-user] custom taglibs and *.xhtml

2007-07-27 Thread Matt Raible
Facelets doesn't use .tld files. https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-web On 7/27/07, petrushkevych <[EMAIL PROTECTED]> wrote: > > Hi, > > I've created custom tag library and added .tld file to /WEB-INF/. Custom tag > is visible on AppFuse's jsp pages but there is no e

Re[2]: [appfuse-user] disabling some tests & accented chars

2007-07-27 Thread Andrea
Ciao Matt, Yes, it's a brand new laptop with an horrible pre-installed Italian Vista :-\ If this is the problem it's not an issue for me, since I'll deploy on a linux server. Also, I already planned to start my real AppFuse-based project on a linux dev platform. Thank you, Andrea in data venerdì

[appfuse-user] use of embedded address in an other class

2007-07-27 Thread Julien C.
Hi list, (Spring MVC) I'm using the class Address in my Entreprise class. It's the same class and use as the Address in User class. so I have copied the part of form in userForm in my EntrepriseForm. It's working when my entreprise/address exist but I've gota error when I want to add a new ent

[appfuse-user] Data Access Error: Transient Object

2007-07-27 Thread Thomas Ramapuram
Hi, Recently I upgraded my application from m4 to m5 and after that I am getting a lot of Data Access Error: (Transient Objects). Is there any perticular aspect that I have to pay attention to with m5? I have noticed that all getHibernateTemplate.saveOrUpdate has bee changed to getHibern

Re: [appfuse-user] Data Access Error: Transient Object

2007-07-27 Thread Matt Raible
Have you read the release notes? http://appfuse.org/display/APF/Release+Notes+2.0+M5 Particularly the part about the changes to manager.save()? http://tinyurl.com/27v5wp If you have, please post the errors you're seeing. Matt On 7/27/07, Thomas Ramapuram <[EMAIL PROTECTED]> wrote: > Hi, >

[appfuse-user] custom taglibs and *.xhtml

2007-07-27 Thread petrushkevych
Hi, I've created custom tag library and added .tld file to /WEB-INF/. Custom tag is visible on AppFuse's jsp pages but there is no effect if put it on *.xhtml. any ideas ? -- View this message in context: http://www.nabble.com/custom-taglibs-and-*.xhtml-tf4158207s2369.html#a11830345 Sent from

Re: [appfuse-user] Dependency conflict with Lucene - mvn dependency:tree does not work

2007-07-27 Thread Paul Lofte
dependency:tree doesn't work for me either and I am using maven 2.0.7. however, when I produce my site (mvn site) the dependency page / report does have a "dependency tree" on it. so ... it doesn't fix your problem. but try producing a site and check out the html report. Then perhaps you'll se

Re: [appfuse-user] use of embedded address in an other class

2007-07-27 Thread Julien C.
Sorry, I have found issue just after having clicked the send button ;-) Julien Chanséaume. Julien C. a écrit : Hi list, (Spring MVC) I'm using the class Address in my Entreprise class. It's the same class and use as the Address in User class. so I have copied the part of form in userForm in

Re: [appfuse-user] LazyInitializationException: illegal access to loading collection....

2007-07-27 Thread Daniel.Rodriguez
Matt & Michael, It seems I finally found a solution Checking again thru the logs I noticed that the exception was raised everytime that my entity hashcode's method was called. So I rechecked the Hibernate folks discussion on Equals and Hashcodes at http://www.hibernate.org/109.html. What I ba

[appfuse-user] displaytag export option not working correctly

2007-07-27 Thread isaac
Hello, I am developing an application using the Appfuselight and the flow is kind of like this AppList.jps(first page, loads all the records from the database) | searchApp.jsp (search page)-> AppList.jsp(displays the search results data) I am using displaytags and the problem is that when I

Re: [appfuse-user] Maven Problems

2007-07-27 Thread André Faria
Now I realized that this error is ocurring only when I try to use the m2eclipse plugin and directly with Maven it is working! Thank's for help-me! Regards, André Faria Michael Horwitz escreveu: Have you tried with JDK 1.5? There may be a compatibility issue with 1.6? Mike On 7/26/07,

[appfuse-user] RE: Hibernate mapping

2007-07-27 Thread Fan
Hey Martin: Thanks for the link, I am newbie to Appfuse and hibernate too. Martin Homik wrote: > > Hi Fan, hi Srini, > > I am just following this thread out of curiosity. I am still a newbie to > AppFuse. My question is, what was actually the problem here? Was there a > missing JPA annotati