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

2008-02-13 Thread Christophe Thiebaud
We have the same issue on two applications based on appfuse. In one we did overwrite AppFuse's User class, but in the other, we did nothing. The issue is not present in an artifact-generated app. A point to be noted is that we manually upgraded our two apps from AF 2.0 to 2.0.1 Christophe -

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

2008-02-12 Thread Christophe Thiebaud
. Christophe -Original Message- From: Christophe Thiebaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 2:14 AM To: users@appfuse.dev.java.net Cc: Louis Lecaroz Subject: RE: [appfuse-user] Appfuse 2.01 + extended persistence context Sorry for the annoyment, I found an

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

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

2008-02-11 Thread Christophe Thiebaud
hoped the entityManager would act as a cache and help us to remove some communication with the DB. The whole thing is trivial using JDBC. I'd hate to fall back on a JDBC implementation. Has anybody tried to do similar things ? Christophe -Original Message- From: Christophe Thie

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

2008-02-10 Thread Christophe Thiebaud
nd then save it again. As long as the primary key is carried through, an update should occur instead of an insert. If that doesn't work, I'd look at SWF. It might be overkill, but it is powerful and it's a tool worth having in your tool belt. Matt On 2/10/08, Christophe Thiebaud <[

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

2008-02-10 Thread Christophe Thiebaud
e 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 + jpa flavor. BTW, thanks > Matt for the good wor

[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] 2.0.1 jpa issue

2008-01-16 Thread Christophe Thiebaud
JIRA issue, you should be able to attach it there. Matt On Jan 16, 2008, at 3:11 AM, Christophe Thiebaud wrote: > > jpa (as documented in http://appfuse.org/display/APF/Using+JPA,) > I have a zip file containing both 2.0 (OK) and 2.0.1 (NOK) samples but > the mail server does n

RE: [appfuse-user] 2.0.1 jpa issue

2008-01-16 Thread Christophe Thiebaud
:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 4:20 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] 2.0.1 jpa issue What is set to in your application? On 1/15/08, Christophe Thiebaud <[EMAIL PROTECTED]> wrote: > Hi all, > > summary > --- > I have noti

[appfuse-user] 2.0.1 jpa issue

2008-01-15 Thread Christophe Thiebaud
Hi all, summary --- I have noticed a regression from appfuse version 2.0 to version 2.0.1. I use struts modular + jpa. Basically, version 2.0.1 now introduce (how? why? no idea ...) the following dependency in the web app my app (...) +- org.appfuse:appfuse-struts:warpath:2.0.1:compile