[appfuse-user] Query regarding GenericDao

2007-04-16 Thread Thomas Ramapuram
Hi, In my application I would like to extended the GenericDao, GenericDaoHibernate and GenericManager. The features that I would like to implement are In the deleteMethod if the persistance class extends MarkDeleted the Deletion Details should be saved to the database else the record d

Re: [appfuse-user] AppFuse 2.0 + JavaZone 2007 = ?

2007-04-16 Thread viggo
Reminder...Call for paper end April 30th 2007.http://www.javazone.no/ Matt Raible-3 wrote: > > I might be able to be talked into it - what kind of talk would you like to > see? > > Matt > > On 2/10/07, viggo <[EMAIL PROTECTED]> wrote: >> >> >> Will any of you hardcore AppFuse developers

Re: [appfuse-user] possible to get source attachments for appfuse-web-common-2.0-m4 and various others?

2007-04-16 Thread David
Matt, Yes, finally i found it is the zip problem. If i use the 7-zip, it is able to unzip all the file correctly, but if i use winzip10.0 or winrar3.51, the file seems not able to unzip it. Thanks & Best Regards, David On 4/16/07, tibi <[EMAIL PROTECTED]> wrote: downloaded with firefox on li

Re: [appfuse-user] JPA: Adding classes to persistence.xml NOT optional

2007-04-16 Thread Matt Raible
What version of AppFuse are you using? There's some things we did in M4 that made this possible. The code for the tutorial doesn't have a new class registered in persistence.xml and it seems to work fine. There's a URL on the tutorial to check it out from SVN if you'd like to compare. Matt On

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-16 Thread Sanjiv Jivan
Maybe I'm missing something here, but why is the call to refresh() in the StartupListener? On 4/16/07, j2ee dodo <[EMAIL PROTECTED]> wrote: Hi gang, spring 2.0.4 FrameworkServlet.refresh() is supposedly able to refresh Spring config files at runtime(correct me if wrong), so I did something li

Re: [appfuse-user] Problems with MultipartHttpServletRequest

2007-04-16 Thread Sanjiv Jivan
Do you have a multipartResolver the the one below bean defined? 10 On 4/16/07, hquinn <[EMAIL PROTECTED]> wrote: Greetings everyone! I´m having a problem with the MultipartHttpServletRequest when I try to save an object [Picture] I do´t know where is the

[appfuse-user] Problems with MultipartHttpServletRequest

2007-04-16 Thread hquinn
Greetings everyone! I´m having a problem with the MultipartHttpServletRequest when I try to save an object [Picture] I do´t know where is the problems because I´m doing the same thing with another objectFormController This is the error I get when I try to save... [action].invoke(250) | Servlet.se

Re: [appfuse-user] Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-04-16 Thread rfisk
Just FYI, the turorial I was using is located here: http://raibledesigns.com/wiki/AppFuseJasperReports.html Ivan Garcia wrote: > > Did you find the solution? > > the xml you attached is not well nested: > > ‹property name="paramName"/> > action > > should b

Re: [appfuse-user] Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-04-16 Thread rfisk
Yes, sorry, I noticed sometime after posting that the xml was terminated on the first line. That was just a bad edit on my part. The XML I included is incorrect but the error message is what gets generated by using the correct XML you have included in your response. I am trying to do this in an a

[appfuse-user] Re: Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-04-16 Thread Derek Broughton
Ivan Garcia wrote: > > Did you find the solution? > > the xml you attached is not well nested: > >?property name="paramName"/> >action > > should be like: > >?property name="paramName"> >action > ?/property > Nor valid - a tag should be closed with a not a

Re: [appfuse-user] Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-04-16 Thread Ivan Garcia
Did you find the solution? the xml you attached is not well nested: ‹property name="paramName"/> action should be like: ‹property name="paramName"> action ‹/property Regards Ivan rfisk wrote: > > I follo

Re: [appfuse-user] What is the best way to modify UserManager

2007-04-16 Thread Struts2 Fan
Thanks Matt, The full-source archtetype was exactly what I want. Thanks I got my answer. mraible wrote: > > You should be able to modify it the same way you modified core > classes. Exclude the AppFuse dependency (or rather, don't include it) > and then use "svn export" to put the source int

Re: [appfuse-user] Appfuse 1.9.4 and AJAX

2007-04-16 Thread maskkkk
Here is the whole image in SVG... Thanks, Andrew J. Leer mraible wrote: > > Looks pretty good - but you should probably link to the larger image. > I found it at: > > http://i9.photobucket.com/albums/a58/Mas/ppAezuf.png > > Matt > > On 4/16/07, mas <[EMAIL PROTECTED]> wrote: >>

Re: [appfuse-user] http://appfuse.org is down!!!!

2007-04-16 Thread Matt Raible
It looks to be working now, except that it can't connect to MySQL. Maybe Confluence has some sort of caching system that allows it to work w/o a database connection? Matt On 4/16/07, Matt Raible <[EMAIL PROTECTED]> wrote: I'm looking into it now. In most cases, when it goes down, it'll restart

Re: [appfuse-user] Appfuse 1.9.4 and AJAX

2007-04-16 Thread Matt Raible
Looks pretty good - but you should probably link to the larger image. I found it at: http://i9.photobucket.com/albums/a58/Mas/ppAezuf.png Matt On 4/16/07, mas <[EMAIL PROTECTED]> wrote: Hello, I have drawn a diagram that gives a highlevel overview of a DWR AJAX test in Appfuse 1.9.4

[appfuse-user] Appfuse 1.9.4 and AJAX

2007-04-16 Thread maskkkk
Hello, I have drawn a diagram that gives a highlevel overview of a DWR AJAX test in Appfuse 1.9.4 http://i9.photobucket.com/albums/a58/Mas/th_ppAezuf.png Please let me know if anything is unclear or out of wack. Thank you, Andrew J. Leer -- View this message in context: http://www.

Re: [appfuse-user] http://appfuse.org is down!!!!

2007-04-16 Thread Matt Raible
I'm looking into it now. In most cases, when it goes down, it'll restart in a minute or two. Matt On 4/16/07, john kola <[EMAIL PROTECTED]> wrote: http://appfuse.org is down - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[appfuse-user] http://appfuse.org is down!!!!

2007-04-16 Thread john kola
http://appfuse.org is down - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] possible to get source attachments for appfuse-web-common-2.0-m4 and various others?

2007-04-16 Thread tibi
downloaded with firefox on linux with downthemall unzipt it with ark.. all seems fine ;) tibi Matt Raible wrote: Using Windows XP and Firefox, I was able to download this file and open it with 7-zip without any problems. What program are you using and what error are you seeing? Matt On 4/1

Re: [appfuse-user] PMD 1.5 and 1.4

2007-04-16 Thread Matt Raible
Search in your root pom.xml for maven-pmd-plugin, then add the block below it. Matt On 4/16/07, tibi <[EMAIL PROTECTED]> wrote: i seem to need to set the targetjdk to 1.5? but where whould i do such a thing? with ant there seems to be a propertie targetjdk but with maven not. mm email comming

Re: [appfuse-user] PMD 1.5 and 1.4

2007-04-16 Thread tibi
http://issues.appfuse.org/browse/APF-730 tibi wrote: i seem to need to set the targetjdk to 1.5? but where whould i do such a thing? with ant there seems to be a propertie targetjdk but with maven not. mm email comming in... tibi is googleing and found it: maven-pm

Re: [appfuse-user] PMD 1.5 and 1.4

2007-04-16 Thread tibi
i seem to need to set the targetjdk to 1.5? but where whould i do such a thing? with ant there seems to be a propertie targetjdk but with maven not. mm email comming in... tibi is googleing and found it: maven-pmd-plugin 1.5

Re: [appfuse-user] PMD 1.5 and 1.4

2007-04-16 Thread Matt Raible
Please enter an issue into JIRA for this. I have a solution, but don't have it in front of me. If you google for "maven-pmd-plugin", you should find the answer. Matt On 4/16/07, tibi <[EMAIL PROTECTED]> wrote: somehow i got this error when running mvn site (it gives this error with the PMD re

Re: [appfuse-user] possible to get source attachments for appfuse-web-common-2.0-m4 and various others?

2007-04-16 Thread Matt Raible
Using Windows XP and Firefox, I was able to download this file and open it with 7-zip without any problems. What program are you using and what error are you seeing? Matt On 4/16/07, David <[EMAIL PROTECTED]> wrote: Matt, This is the file i downloaded many times and from 3 different pc, all

[appfuse-user] PMD 1.5 and 1.4

2007-04-16 Thread tibi
somehow i got this error when running mvn site (it gives this error with the PMD report): Caused by: net.sourceforge.pmd.ast.ParseException: Can't use JDK 1.5 for loop syntax when running in JDK 1.4 mode! at net.sourceforge.pmd.ast.JavaParser.checkForBadJDK15ForLoopSyntaxArgumentsUsag

Re: [appfuse-user] How I got jetty:run to work.

2007-04-16 Thread tibi
deleting is correct but you need to rember that ;) tibi Matt Raible wrote: On 4/16/07, tibi <[EMAIL PROTECTED]> wrote: and one ting to notice is that non java files don't get compiled and will not be added to WEB-INF/classes. like propertie files and the language files. This shouldn't be a p

Re: [appfuse-user] What is the best way to modify UserManager

2007-04-16 Thread Matt Raible
You should be able to modify it the same way you modified core classes. Exclude the AppFuse dependency (or rather, don't include it) and then use "svn export" to put the source into your project. One problem you may have is that you'll need to grab all the dependencies from the pom.xml's from da

Re: [appfuse-user] How I got jetty:run to work.

2007-04-16 Thread Matt Raible
On 4/16/07, tibi <[EMAIL PROTECTED]> wrote: and one ting to notice is that non java files don't get compiled and will not be added to WEB-INF/classes. like propertie files and the language files. This shouldn't be a problem if you delete them from WEB-INF/classes. Maven will put them in target/

Re: [appfuse-user] Online shopping Application

2007-04-16 Thread Matt Raible
I wrote a blog post about e-commerce solutions a while back and received some comments on some available packages (not all in Java). http://raibledesigns.com/rd/entry/heading_to_the_big_apple Matt On 4/16/07, Yesh <[EMAIL PROTECTED]> wrote: Hi Matt, I am trying to create an online shopping

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-16 Thread Matt Raible
Here's how someone else did it: http://jroller.com/page/Solomon?entry=spring_2_0_4_servlet Matt On 4/16/07, j2ee dodo <[EMAIL PROTECTED]> wrote: Hi gang, spring 2.0.4 FrameworkServlet.refresh() is supposedly able to refresh Spring config files at runtime(correct me if wrong), so I did someth

[appfuse-user] Online shopping Application

2007-04-16 Thread Yesh
Hi Matt, I am trying to create an online shopping application in J2EE. Can u suggest which is the best shopping application that is developed in J2EE. Keen to get help from u. Thanks & Regards, Rengesh. -- View this message in context: http://www.nabble.com/Online-shopping-Application-tf3583

Re: [appfuse-user] How I got jetty:run to work.

2007-04-16 Thread tibi
and one ting to notice is that non java files don't get compiled and will not be added to WEB-INF/classes. like propertie files and the language files. take care of that! tibi upstreamnet wrote: One final observation here: in order to have your java code changes picked up and loaded by jett

[appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-16 Thread j2ee dodo
Hi gang, spring 2.0.4 FrameworkServlet.refresh() is supposedly able to refresh Spring config files at runtime(correct me if wrong), so I did something like below in StartupListener.setupContext(...) public static void setupContext(ServletContext context) { ApplicationContext ctx =

[appfuse-user] What is the best way to modify UserManager

2007-04-16 Thread Struts2 Fan
Hi all, I created a new project, and put a table which has a one2many relationship between org.appfuse.model.User class. User has a list of this new class. I got the source from svn (using tutorial "Appfuse Core Classes"). I need to modify the UserManager and UserDao to write new methods. I also