Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Matt, mraible wrote: > > In 2.0.1, password encryption logic moved into the service layer. > > http://issues.appfuse.org/browse/APF-666 > > Click on the FishEye link to see the changes committed to SVN. > > Maybe that has something to do with your issue? In prior versions, the > logic dep

RE: [appfuse-user] Appfuse 2.01 + extended persistence context

2008-02-11 Thread Christophe Thiebaud
Sorry for the annoyment, I found an error in my code so ignore the mail below. I'll keep you inform when it's fixed. Christophe -Original Message- From: Christophe Thiebaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 1:45 AM To: users@appfuse.dev.java.net Cc: Louis Leca

RE: [appfuse-user] Appfuse 2.01 + extended persistence context

2008-02-11 Thread Christophe Thiebaud
Unfortunately, the issue is not closed. Here is what I try to do (a web service is servicing the requests) There are two entities, entity 'parent' and entity 'child' with a 1 to N relationship. httpRequest #1 with some parameters -- Create a new entity 'parent' instance from parameters Save

[appfuse-user] see this code generation - impressive!

2008-02-11 Thread Zort
In first release of the project J2EE Spider I watched a video and this project had some interesting things. Now J2EE Spider has a new version, and it is impressive! It would be good create a AppFuse template for this tool? Video: http://downloads.sourceforge.net/j2eespider/spider_video-1.0.0-

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-11 Thread Matt Raible
What does your settings.xml look like? Have you overridden it in your $MAVEN_HOME? As for the archetype from an existing project, I believe it's "archetype:create-from-project" - I haven't tried it myself. Matt On Feb 11, 2008, at 3:13 PM, kace wrote: Hey fellas, just installed appfus

[appfuse-user] full-source error 2.0.1 jsf

2008-02-11 Thread kace
Hey fellas, just installed appfuse jsf core 2.0.1 and getting the same issue with full source. I'm on windows xp and have moved the repository to an appropriate directory aswell as updating the settings.xml file - searched through the forum and applied the suggestions but I am still unable to g

Re: [appfuse-user] Flex + Appfuse How To

2008-02-11 Thread Fred Forester
I've done it. [EMAIL PROTECTED] wrote: Hi Appfusers, I'm trying to integrate Flex + Appfuse 2. Anybody already suceeded ? Thanks, Benoît. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [appfuse-user] appsuse 2.0.1 source code dowload

2008-02-11 Thread kace
Hey fellas, just installed appfuse jsf core 2.0.1 and getting the same issue with full source. I'm on windows xp and have moved the repository to an appropriate directory aswell as updating the settings.xml file - searched through the forum and applied the suggestions but I am still unable to g

Re: [appfuse-user] Question regarding "struts2 basic" archetype project

2008-02-11 Thread Matt Raible
The JSP pages use "user." as a prefix in the field names. If we were using ModelDriven, we wouldn't have to use this prefix. Read more at: http://raibledesigns.com/rd/entry/integrating_webwork_into_appfuse Matt On Feb 11, 2008, at 1:40 PM, orangetreats20171 wrote: Hello, I downloaded the

[appfuse-user] Question regarding "struts2 basic" archetype project

2008-02-11 Thread orangetreats20171
Hello, I downloaded the fullsource for struts2 basic and was going through code for saving/registering new user. Had a question in source for class UserAction. How is the model "setUser" getting called without implmenting ModelDriven interface and using getModel() call ??? I mean how is the mo

Re: [appfuse-user] How to override applicationContext-dao.xml for test cases

2008-02-11 Thread [EMAIL PROTECTED]
Matt, It turns out I was just not analyzing the stack messages carefully enough. The right sessionFactory was being loaded. I can just override any of the spring beans by adding them to src/main/webapp/WEB-INF/applicationContext.xml - as you know. Thank you as always for your help and patience w

Re: [appfuse-user] Problem in wiring manager and dao-hibernate

2008-02-11 Thread Matt Raible
If you load up the Spring context files using a ClassPathXmlApplicationContext, you should be able to access all your beans. Matt On Feb 11, 2008, at 4:49 AM, adriel manalansan wrote: Hello to everyone, I am using appfuse 1.9.4 and webwork. I am making a utility module for impor

[appfuse-user] Flex + Appfuse How To

2008-02-11 Thread benoit . moraillon
Hi Appfusers,I'm trying to integrate Flex + Appfuse 2. Anybody already suceeded ? Thanks,Benoît.  - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [appfuse-user] a cache question

2008-02-11 Thread Ding, Qin
Matt: Yes, I did. getHibernateTemplate().merge(group); getHibernateTemplate().flush(); getHibernateTemplate().refresh(group); -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 4:22 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user]

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi again Matt, I've now worked out where it's happening, but still not why :-( The reason I have messed with the User class is that each user belongs to a Company. The business rules are that a user can't change company. In my UserAction.save() method, I have the following code: User oldUse

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Matt, Well, after a little diversion to set up so I could trace into UserManagerImpl, I've worked out what's happening, but not why... On 10 Feb 2008 at 13:47, Matt Raible wrote: > In 2.0.1, password encryption logic moved into the service layer. > > http://issues.appfuse.org/browse/APF-666

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Michael, Michael Horwitz wrote: On 2/11/08, *Rob Hills* <[EMAIL PROTECTED] > wrote: Hi Michael, Michael Horwitz wrote: Is it possible you've done something else to get the Appfuse source pulled down? No - definitely just ran mvn eclipse:eclipse

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Michael Horwitz
On 2/11/08, Rob Hills <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > Michael Horwitz wrote: > > > > I can find the binary class easily enough in my > > lib, but I can't locate the source anywhere. I've hunted through my > > maven repository and can only find the binary jars there :-( I

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Michael, Michael Horwitz wrote: I can find the binary class easily enough in my lib, but I can't locate the source anywhere. I've hunted through my maven repository and can only find the binary jars there :-( I'd have thought the source jar(s) would be there somewhere if my

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Michael Horwitz
On 2/11/08, Rob Hills <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > Michael Horwitz wrote: > > On 2/11/08, *Rob Hills* <[EMAIL PROTECTED] > > > wrote: > > > > Thanks for the reply. I suspect something I'm doing with my user > > class > > is messing with the S

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Michael, Michael Horwitz wrote: On 2/11/08, *Rob Hills* <[EMAIL PROTECTED] > wrote: Thanks for the reply. I suspect something I'm doing with my user class is messing with the Service layer logic, but it's a bit tricky to work out. It'd be really h

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Again Matt, I should have qualified my request below Rob Hills wrote: Hi Matt, Matt Raible wrote: In 2.0.1, password encryption logic moved into the service layer. http://issues.appfuse.org/browse/APF-666 Click on the FishEye link to see the changes committed to SVN. Maybe that has

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Michael Horwitz
On 2/11/08, Rob Hills <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Matt Raible wrote: > > In 2.0.1, password encryption logic moved into the service layer. > > > > http://issues.appfuse.org/browse/APF-666 > > > > Click on the FishEye link to see the changes committed to SVN. > > > > Maybe that has s

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-11 Thread Rob Hills
Hi Matt, Matt Raible wrote: In 2.0.1, password encryption logic moved into the service layer. http://issues.appfuse.org/browse/APF-666 Click on the FishEye link to see the changes committed to SVN. Maybe that has something to do with your issue? In prior versions, the logic depended on a "enc

[appfuse-user] Problem in wiring manager and dao-hibernate

2008-02-11 Thread adriel manalansan
Hello to everyone, I am using appfuse 1.9.4 and webwork. I am making a utility module for importing/exporting object using only command-line interface. I am having a problem in spring to wire my Managers and Dao-Hibernate using the applicationContext-service.xml and applicationCo

[appfuse-user] Struts DownloadAction for all file content types executing but doesn't download file

2008-02-11 Thread davidhay
Hi I'm using Appfuse 1.9.4 and struts 1.3.sthg and have been trying to do a simple form to upload any file (could be pdf/word/excel) which I turn into a hibernate BLOB save it to myssql server and then retrieve it from a DownloadAction and I can't get it to send back the file. It executes the Down