[new committer] Jeanne Waldman

2006-07-20 Thread Matthias Wessendorf
Folks, we voted Jeanne in and she got her account. She was already able to reset her password. Jeanne, to check if everything is pretty smooth, can you do a test commit to our Welcome.txt file (see [1]). If you can't commit, let us know. In that case the PMC Chair must grant you kamar. Since

Weblogic

2006-07-20 Thread Matthias Wessendorf
Hey folks, anyone knows more on that guy? http://issues.apache.org/jira/browse/ADFFACES-32 Bill, any chance to look into :) -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

Fwd: delay?

2006-07-20 Thread Matthias Wessendorf
FYI -- Forwarded message -- From: Matthias Wessendorf [EMAIL PROTECTED] Date: Jul 20, 2006 10:02 AM Subject: delay? To: MyFaces Development dev@myfaces.apache.org Anybody knowing about a delay to some svn-related mail-systems at apache`? I figured out a delay for myfaces and

Re: svn commit: r424003 - /incubator/adffaces/trunk/adf-faces/adf-faces-api/src/main/java/org/apache/myfaces/adf/util/PartitialPageRenderingUtils.java

2006-07-20 Thread Matthias Wessendorf
sure On 7/20/06, Adam Winer [EMAIL PROTECTED] wrote: I'm not crazy about this API. I'd rather have AdfFacesContext.isPartialRequest(). Anyone else agree? -- Adam On 7/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: matzew Date: Thu Jul 20 10:51:25 2006 New Revision: 424003

Re: [Proposal] (re)naming issue

2006-07-20 Thread Matthias Wessendorf
ADF-FACES-API package from org.apache.myfaces.adf.** to org.apache.myfaces.trinidad.** ADF-FACES-IMPL package from org.apache.myfaces.adfinternal.** to org.apache.myfaces.trinidad.internal.** (note trinidad DOT internal) Since nobody seams to have a problem with the package suggestion, I

Re: Re: [Proposal] (re)naming issue

2006-07-20 Thread Adam Winer
For class names, I'm thinking that: AdfFacesContext - RequestContext, or maybe LifecycleContext AdfRenderingContext - RenderingContext (the latter is currently a private-ish internal class, but I think we should make it public at some point.) I also wish we could keep the internal part of the

Re: build with tests off ?

2006-07-20 Thread Matthias Wessendorf
To skip running the tests for a particular project, you configure the skip parameter: project ... build ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration skiptrue/skip /configuration /plugin ...

Re: svn commit: r424003 - /incubator/adffaces/trunk/adf-faces/adf-faces-api/src/main/java/org/apache/myfaces/adf/util/PartitialPageRenderingUtils.java

2006-07-20 Thread Matthias Wessendorf
AdfFacesContext.isPartialRequest(). I think you mean making it abstract inside of AdfFacesContext and put the code into AdfFacesContextImpl, since all method (expect getCurrentInstance() are abstract in there) -Matthias Anyone else agree? -- Adam On 7/20/06, [EMAIL PROTECTED] [EMAIL