serialVersionUID updates?

2006-04-26 Thread Dennis Byrne
There was once a rather long discussion about this once. Did MyFaces ever settle on what to do about making sure the serialVersionUID was changed each time the interface or class definition changed? Dennis Byrne

Re: enhancements to form and command* components

2006-04-26 Thread Martin Marinschek
Hey Mario, we'll have one, or even two volunteers for this ;). regards, Martin On 4/26/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > For the upcoming conversation tag I need some enhancements to the form, > commandLink, commandButton and outputLink components. > Also a redirect sho

Re: Pleae change JIRA permissions

2006-04-26 Thread Martin Marinschek
Shouldn't that have been sent to shale-dev? regards, Martin On 4/26/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > I cannot currently reopen or edit JIRA issues. My profile does say I > am in the struts-developers group but that does not appear to be > enough. > > Regards, > > Sean > -- htt

[jira] Resolved: (MYFACES-1278) StateManager throws NullPointerException

2006-04-26 Thread Juergen Melzer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1278?page=all ] Juergen Melzer resolved MYFACES-1278: - Resolution: Won't Fix I had used an own Statemanager to prevent myFaces from loading the view from cache, so I can make a quick deploy of jsp

[jira] Created: (TOMAHAWK-392) Include Log4J in simple.war

2006-04-26 Thread Dennis Byrne (JIRA)
Include Log4J in simple.war --- Key: TOMAHAWK-392 URL: http://issues.apache.org/jira/browse/TOMAHAWK-392 Project: MyFaces Tomahawk Type: Improvement Reporter: Dennis Byrne Assigned to: Dennis Byrne MyFaces includes log4j.properties, b

[jira] Resolved: (TOBAGO-49) Define the assembly for a release

2006-04-26 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-49?page=all ] Bernd Bohmann resolved TOBAGO-49: - Resolution: Fixed > Define the assembly for a release > - > > Key: TOBAGO-49 > URL: http://issues.apache

RE: RSVP for JavaOne

2006-04-26 Thread Stan Silvert
Yes, I meant May 17th.  I’m used to JavaOne in June.    Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Wednesday, April 26, 2006 3:56 PM To: MyFaces Development Subj

[jira] Commented: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=comments#action_12376547 ] Sascha Groß commented on TOMAHAWK-384: -- Is it possible to put this patch to MyFaces Tomahawk 1.1.2? > AddResource, ExtensionsFilter and "sex" > ---

[jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] Sascha Groß updated TOMAHAWK-384: - Status: Patch Available (was: Open) > AddResource, ExtensionsFilter and "sex" > --- > > Key: TOMAHAWK-384 >

RE: Myfaces running on WebSphere Application Server v6.1

2006-04-26 Thread Scheper, Erik-Berndt
Sorry, I misread the initial post. I thought Eric suggested setting the classloader for the web module to parent_last (yes, there are two places to set this). That's the first one I usually set. Hence my suggestion you might also need to set the classloader for the EAR. To solve all classload

Re: The annual MyFaces JavaOne party/dinner

2006-04-26 Thread Matthias Wessendorf
Dennis- fyi -Matthias On 3/9/06, Jonas Jacobi <[EMAIL PROTECTED]> wrote: > Hi All, > > Its getting close to JavaOne and it is time to add the MyFaces JavaOne > Party to your calendar. > > As we did last year, there is no set date this early on, but we need to > know now how many are intereste

Re: RSVP for JavaOne

2006-04-26 Thread Dennis Byrne
When/where is the Oracle sponsered party BTW? Dennis Byrne >-Original Message- >From: Stan Silvert [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 26, 2006 03:45 PM >To: 'MyFaces Development' >Subject: RE: RSVP for JavaOne > >In addition to the dinner, we are also having a MyFaces >comm

Re: RSVP for JavaOne

2006-04-26 Thread Craig McClanahan
On 4/26/06, Stan Silvert <[EMAIL PROTECTED]> wrote: In addition to the dinner, we are also having a MyFacescommitters/contributors meeting.  Anyone interested in the developmentof the MyFaces project is welcome.It will be held on Tuesday, June 17 at 1pm.  We have the room until 5pm. I hope that "Ju

RE: Myfaces running on WebSphere Application Server v6.1

2006-04-26 Thread Scheper, Erik-Berndt
Yes, this should work. Sometimes you have to set the classloader for the EAR to parent_last as well (especially if you include jar's in the EAR and add them to the manifest in the war file. The cause of this issue is that IBM has packaged its own (and very buggy I might add) version of the JSF r

RE: RSVP for JavaOne

2006-04-26 Thread Stan Silvert
In addition to the dinner, we are also having a MyFaces committers/contributors meeting. Anyone interested in the development of the MyFaces project is welcome. It will be held on Tuesday, June 17 at 1pm. We have the room until 5pm. Location: Palomar Hotel (very nice hotel - across the street f

Re: Myfaces running on WebSphere Application Server v6.1

2006-04-26 Thread Eric Hedström
The better approach is to set the classloader policy for your web module in the "Enterprise Application" to "Parent last". This tells WebSphere that for your application, you want it to favor the libraries in the WAR over those bundled with WebSphere. We've run into this problem with several JARs (

Re: error while resolving artifact xslt-plugin

2006-04-26 Thread Sean Schofield
Ahh this is because we dropped the atanion snapshot repo since this plugin has been finalized. The issue has already been resolved on the latest maven/shared/core branches and so will be fixed on the trunk as soon as I merge them down (probably tomorrow.) @Bernd: You want to address the tobago on

enhancements to form and command* components

2006-04-26 Thread Mario Ivankovits
Hi! For the upcoming conversation tag I need some enhancements to the form, commandLink, commandButton and outputLink components. Also a redirect should be catched (through a responseWrapper in ExtensionsFilter). The requirement is to provide a way to globally add request parameters to these comp

Re: 'Progress Bar' component

2006-04-26 Thread Matthias Wessendorf
yes, there is something like that when you deploy the demo-war you will see two examples /adf/faces/components/progressIndicator.jspx like (5% done ...) and /adf/faces/demos/progressSteps.jspx (like an updating "check list") -Matthias On 4/26/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > Is

Re: 'Progress Bar' component

2006-04-26 Thread Craig McClanahan
On 4/26/06, Sean Schofield <[EMAIL PROTECTED]> wrote: Is there something like this in ADF faces?  I haven't looked at thedonation yet with all of the other stuff going on but they have apretty complete set of widgets in there.  I agree it would besomething nice to have. It would definitely be nice

Re: 'Progress Bar' component

2006-04-26 Thread Sean Schofield
Is there something like this in ADF faces? I haven't looked at the donation yet with all of the other stuff going on but they have a pretty complete set of widgets in there. I agree it would be something nice to have. Sean On 4/26/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > I'd really li

Pleae change JIRA permissions

2006-04-26 Thread Sean Schofield
I cannot currently reopen or edit JIRA issues. My profile does say I am in the struts-developers group but that does not appear to be enough. Regards, Sean

Re: MyFaces Maven Repo [Was -- > svn commit: r396926]

2006-04-26 Thread Sean Schofield
> Struts is planning to use maven-snapshot-repository for test builds > (tagged and numbered, but not yet voted as a release.) To do this, > we've overridden the definition of that repo to enable releases > (because our test build will be versioned 1.3.2, with no -SNAPSHOT > designation.) It's ca

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-26 Thread Sean Schofield
We'd have to ask the maven people to republish just this artifact. Technically it requires a new vote, etc. Lets concentrate on the new release first. I'm about to start a [VOTE] thread once TCK testing is done. In the meantime, please check your independent project agains the jars in our new m

Re: RSVP for JavaOne

2006-04-26 Thread Matthias Wessendorf
added jonas (he is "on tour" through europe) in case you mean "the annual myfaces dinner" On 4/26/06, James Mitchell <[EMAIL PROTECTED]> wrote: > Any chance I can get in on the MyFaces happenings? > > -- > James Mitchell > > > > > -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jro

RSVP for JavaOne

2006-04-26 Thread James Mitchell
Any chance I can get in on the MyFaces happenings? -- James Mitchell

[jira] Updated: (TOBAGO-59) SelectManyRendererBase can't handle setter

2006-04-26 Thread Richard van Nieuwenhoven (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-59?page=all ] Richard van Nieuwenhoven updated TOBAGO-59: --- Status: Patch Available (was: Open) > SelectManyRendererBase can't handle setter > -- > >

[jira] Created: (TOBAGO-59) SelectManyRendererBase can't handle setter

2006-04-26 Thread Richard van Nieuwenhoven (JIRA)
SelectManyRendererBase can't handle setter -- Key: TOBAGO-59 URL: http://issues.apache.org/jira/browse/TOBAGO-59 Project: MyFaces Tobago Type: Bug Versions: 1.0.8 Reporter: Richard van Nieuwenhoven Priority: Mi

Re: MyFaces Tobago bugfix in SelectManyRendererBase

2006-04-26 Thread Mike Kienenberger
On 4/26/06, Richard van Nieuwenhoven <[EMAIL PROTECTED]> wrote: > P.S. is this the correct mailing list to report a MyFaces Tobago bugfix? It's the correct place to discuss bugs for Tobago. Once you're sure it's a bug, please use the issue tracker to report it (and to provide a patch to fix it):

[jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] Mike Kienenberger updated TOMAHAWK-384: --- Status: Open (was: Patch Available) > AddResource, ExtensionsFilter and "sex" > --- > > Key: TOMAH

Re: [jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread Mike Kienenberger
On 4/26/06, Patrick Schulz <[EMAIL PROTECTED]> wrote: > Oh, sorry was a mistake or better a misclick. > How can I change it back? You click on the "Cancel Patch" button. I've gone ahead and done this already.

Re: MyFaces Tobago bugfix in SelectManyRendererBase

2006-04-26 Thread Richard van Nieuwenhoven
"Apply Request Values" should be "Update Model Values" of course Richard van Nieuwenhoven schrieb: Hello, first of all thanks, great work! I think i found a bug in the class org.apache.myfaces.tobago.renderkit.SelectManyRendererBase. it can take an Object array as selected-object getter

Re: 'Progress Bar' component

2006-04-26 Thread Martin Marinschek
I'd really like this component in MyFaces. If you want to work on it, I could help you out with the odd discussion if you want ;) regards, Martin On 4/26/06, Gilles DEMARTY <[EMAIL PROTECTED]> wrote: > Hi guys, > > The java guys have defined as blueprint a ProgressBar component ([1] & > [2]). Is

MyFaces Tobago bugfix in SelectManyRendererBase

2006-04-26 Thread Richard van Nieuwenhoven
Hello, first of all thanks, great work! I think i found a bug in the class org.apache.myfaces.tobago.renderkit.SelectManyRendererBase. it can take an Object array as selected-object getter but needs a setter with a String[]. The information how to convert a Object into a String and back is no

'Progress Bar' component

2006-04-26 Thread Gilles DEMARTY
Hi guys, The java guys have defined as blueprint a ProgressBar component ([1] & [2]). Is there anyone working on somethink looking like this in sandbox ? Does it sounds a good idea ? I'm looking both in sandbox components and DOJO widjets and i've seen nothing looking like that. I need it in some

[jira] Updated: (TOMAHAWK-391) Show throbber when ajax request is processed

2006-04-26 Thread Sergey Rouzhenkov (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-391?page=all ] Sergey Rouzhenkov updated TOMAHAWK-391: --- Status: Patch Available (was: Open) > Show throbber when ajax request is processed > > >

[jira] Created: (TOMAHAWK-391) Show throbber when ajax request is processed

2006-04-26 Thread Sergey Rouzhenkov (JIRA)
Show throbber when ajax request is processed Key: TOMAHAWK-391 URL: http://issues.apache.org/jira/browse/TOMAHAWK-391 Project: MyFaces Tomahawk Type: Improvement Components: InputSuggestAjax Reporter: Sergey Rouzh

[jira] Commented: (TOMAHAWK-390) Scope sanbox component is not working with seam, and will broke aplication.

2006-04-26 Thread Werner Punz (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-390?page=comments#action_12376469 ] Werner Punz commented on TOMAHAWK-390: -- Please do not use this experimental component it is a work in progress and probably will be remodeled to a full seam like conve

Re: [jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread Patrick Schulz
Oh, sorry was a mistake or better a misclick. How can I change it back? Regards, Patrick Patrick Schulz (JIRA) schrieb: > [ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] > > Patrick Schulz updated TOMAHAWK-384: > > > Status: Patch Av

[jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread Patrick Schulz (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] Patrick Schulz updated TOMAHAWK-384: Status: Patch Available (was: Open) > AddResource, ExtensionsFilter and "sex" > --- > > Key: TOMAHAWK-38

[jira] Resolved: (TOBAGO-43) Exception when submitting form without actionId

2006-04-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-43?page=all ] Volker Weber resolved TOBAGO-43: Resolution: Fixed > Exception when submitting form without actionId > --- > > Key: TOBAGO-43 >

[jira] Created: (TOBAGO-58) Cleanup UIPage.processDecodes()

2006-04-26 Thread Volker Weber (JIRA)
Cleanup UIPage.processDecodes() --- Key: TOBAGO-58 URL: http://issues.apache.org/jira/browse/TOBAGO-58 Project: MyFaces Tobago Type: Task Reporter: Volker Weber Assigned to: Volker Weber processDecodes method of UIPage needs to be

[jira] Commented: (TOMAHAWK-389) XDoc patch for SubForm component from sandbox

2006-04-26 Thread Catalin Kormos (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-389?page=comments#action_12376436 ] Catalin Kormos commented on TOMAHAWK-389: - Sure :), i'm glad that i could help. Thanks, Catalin > XDoc patch for SubForm component from sandbox > -

[jira] Commented: (TOMAHAWK-389) XDoc patch for SubForm component from sandbox

2006-04-26 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-389?page=comments#action_12376434 ] Martin Marinschek commented on TOMAHAWK-389: Thanks Catalin! documentation is always welcome ;) regards, Martin > XDoc patch for SubForm component from sandb

[jira] Created: (TOMAHAWK-390) Scope sanbox component is not working with seam, and will broke aplication.

2006-04-26 Thread Grigoras Cristinel (JIRA)
Scope sanbox component is not working with seam, and will broke aplication. --- Key: TOMAHAWK-390 URL: http://issues.apache.org/jira/browse/TOMAHAWK-390 Project: MyFaces Tomahawk Type: Bug V

[jira] Updated: (TOMAHAWK-389) XDoc patch for SubForm component from sandbox

2006-04-26 Thread Catalin Kormos (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-389?page=all ] Catalin Kormos updated TOMAHAWK-389: Status: Patch Available (was: Open) > XDoc patch for SubForm component from sandbox > - > > Key:

[jira] Created: (TOMAHAWK-389) XDoc patch for SubForm component from sandbox

2006-04-26 Thread Catalin Kormos (JIRA)
XDoc patch for SubForm component from sandbox - Key: TOMAHAWK-389 URL: http://issues.apache.org/jira/browse/TOMAHAWK-389 Project: MyFaces Tomahawk Type: Improvement Environment: All Reporter: Catalin Kormos Priori

[jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] Sascha Groß updated TOMAHAWK-384: - Status: Open (was: Patch Available) > AddResource, ExtensionsFilter and "sex" > --- > > Key: TOMAHAWK-384 >

[jira] Updated: (TOMAHAWK-384) AddResource, ExtensionsFilter and "sex"

2006-04-26 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=all ] Sascha Groß updated TOMAHAWK-384: - Status: Patch Available (was: Open) > AddResource, ExtensionsFilter and "sex" > --- > > Key: TOMAHAWK-384 >

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-26 Thread Manfred Geiler
On 4/25/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > Actually when you build a custom project with a myfaces-impl-1.1.2> dependency Maven 2.0.4 tries to download the myfaces-master-1.0.1 release(!)> from http://cvs.apache.org/maven-snapshot-repository, which> is subject to fail of course.> Try