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

2008-02-10 Thread Christophe Thiebaud
Thanks, this should close the issue. Christophe -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 4:35 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Appfuse 2.01 + extended persistence context All the persistence frameworks i

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

2008-02-10 Thread Matt Raible
All the persistence frameworks in AppFuse allow a entity to be "detached" and then re-attached later. Transactions are demarcated at the service layer - so they're already detached (in a sense) when you edit them in a form. You should be able to stuff the entity in the session, operate it on it ove

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

2008-02-10 Thread Christophe Thiebaud
That's close to what I meant. I was investigating Spring WebFlow that I see is an alternative to MyFaces Orchestra. But although I am sure these tools have the solution to my problem, I feel that they are overkill. Sorry, but my understanding of the spring/jpa/transactions usage in general and in

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

2008-02-10 Thread Matt Raible
What do you mean by "extended persistence context" - do you have an example? Do you mean something like MyFaces Orchestra? http://myfaces.apache.org/orchestra/index.html Matt On 2/10/08, Christophe Thiebaud <[EMAIL PROTECTED]> wrote: > Hi all, > > We are happy users of AppFuse 2.0.1, struts2 + j

[appfuse-user] Appfuse 2.01 + extended persistence context

2008-02-10 Thread Christophe Thiebaud
Hi all, We are happy users of AppFuse 2.0.1, struts2 + jpa flavor. BTW, thanks Matt for the good work. I need to implement an extended persitence context. I am lost in the wealth on general documentation on the subject. I was not able to find in the appfuse user list any thread on this subject.

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

2008-02-10 Thread Matt Raible
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 "encryptPassword" hidden field bein

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

2008-02-10 Thread Rob Hills
Hi All, My app is based on Appfuse 2.0 (manually upgraded to 2.01) and Struts. I modified the core classes to add a "Company" attribute to the User object. In testing I've found a problem that I suspect is my fault, but I'm confused about what's going on. When I create a new user in my applica