Re: Cannot assign JIRA issues to myself

2017-07-20 Thread Stan Silvert
I don't know, but if you give me the JIRA numbers I can assign them to you. If it's something major then it needs to be discussed here first. Stan On 7/20/2017 1:38 PM, Eduardo B wrote: Hello, Does anyone know how to get permission access to assign JIRA issues that I have opened? For some

[jira] Commented: (TOMAHAWK-1560) Tomahawk 1.1.10 for JSF 1.2 fails to deploy on JBoss AS 6 because of TLD errors

2011-01-11 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980379#action_12980379 ] Stan Silvert commented on TOMAHAWK-1560: I'd be interested to know

[jira] Commented: (MYFACES-2860) Provide AnnotationScanner interface

2010-08-10 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896877#action_12896877 ] Stan Silvert commented on MYFACES-2860: --- Leonardo, I don't see how it makes

[jira] Commented: (MYFACES-2860) Provide AnnotationScanner interface

2010-08-10 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896990#action_12896990 ] Stan Silvert commented on MYFACES-2860: --- The point of this interface is that we

[jira] Created: (JSR301-1) Bad init param causes infinite loop

2007-09-04 Thread Stan Silvert (JIRA)
: 1.0.0-SNAPSHOT Reporter: Stan Silvert If the default view for a portlet mode is not specified, you will get an infinite loop. In GenericFacesPortlet, the doDispatchInternal() method will call super.doDispatch(request, response) if a default view is not specified in portlet.xml

Re: Jira for JSR-301

2007-09-03 Thread Stan Silvert
on infrastructure, right? regards, Martin On 9/2/07, Stan Silvert [EMAIL PROTECTED] wrote: I'm starting to look at the code Scott posted for JSR-301. I'd like to go ahead and start logging issues that can be quickly cleared up as soon as the code is committed. Can we go ahead and add a JSR-301

Jira for JSR-301

2007-09-02 Thread Stan Silvert
I'm starting to look at the code Scott posted for JSR-301. I'd like to go ahead and start logging issues that can be quickly cleared up as soon as the code is committed. Can we go ahead and add a JSR-301 component to jira? We already have a Portlet_Support component, but that is for the old

[jira] Commented: (MYFACES-1481) MyFacesGenericPortlet does not work in a cluster

2007-02-13 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472949 ] Stan Silvert commented on MYFACES-1481: --- Yes, it's fixed in 1.1.5. Though I doubt that this is the last

MyFaces 1.1.4.1 is dead.

2007-02-04 Thread Stan Silvert
Not sure if it matters now, but I'd like to declare the 1.1.4.1 release officially dead. In testing it was found that the portlet bridge changes for 1.1.5 were incompatible with the underlying MyFaces 1.1.4 core. I worked out a new version of the bridge for 1.1.4.1, but then I got pulled off

RE: Patch Branch?

2007-01-09 Thread Stan Silvert
was released with 1.1.4 including the shared_impl that went with it? Stan Silvert JBoss, a division of RedHat [EMAIL PROTECTED] -Original Message- From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Sunday, January 07, 2007 11:40 PM To: MyFaces Development Subject: RE: Patch Branch

RE: Patch Branch?

2007-01-07 Thread Stan Silvert
Awesome. I'll apply the patch on Sunday. That didn't go very well. 1.1.5 snapshot works, but not 1.1.4.1 with the patch. I think it's just my environment, but it will probably be a couple of days before I commit this. Stan Silvert JBoss, a division of RedHat [EMAIL PROTECTED

RE: Patch Branch?

2007-01-06 Thread Stan Silvert
Awesome. I'll apply the patch on Sunday. Stan Silvert JBoss, a division of RedHat [EMAIL PROTECTED] -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 10:35 PM To: MyFaces Development Subject: Re: Patch Branch? On 1/5/07, Stan Silvert

RE: Patch Branch?

2007-01-05 Thread Stan Silvert
Stan, do you have the JIRA issue and svn revision(s) for the portlet bug fix? I need to know if it affects Shared or just Core. -- Wendy It's just core. http://issues.apache.org/jira/browse/MYFACES-1481

[jira] Commented: (MYFACES-1518) Redirect in portlet does not work because of Render Parameter

2007-01-05 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462610 ] Stan Silvert commented on MYFACES-1518: --- In general, redirects are not supported in JSF portlets

[jira] Commented: (MYFACES-1518) Redirect in portlet does not work because of Render Parameter

2007-01-05 Thread Stan Silvert (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462630 ] Stan Silvert commented on MYFACES-1518: --- Yes, redirects to absolute URLs should be OK. My bad, I thought

[jira] Commented: (MYFACES-660) (Patch provided) request scoping from Portlet Action- to RenderRequest should not occur via Attribute Request Map

2006-11-21 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-660?page=comments#action_12451434 ] Stan Silvert commented on MYFACES-660: -- After attending the JSR-301 meeting and talking this issue over with some portlet experts, I think I know what

[jira] Commented: (MYFACES-1481) MyFacesGenericPortlet does not work in a cluster

2006-11-10 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1481?page=comments#action_12448884 ] Stan Silvert commented on MYFACES-1481: --- John, I just committed some changes to MyFacesGenericPortlet. FacesContext will be removed from the session

RE: 1.1.4 Status?

2006-08-15 Thread Stan Silvert
Any activity in the last 5 days? If there is a release candidate I'll be glad to give it a smoke test. Just let me know where it is. Stan Silvert -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 4:24 PM To: MyFaces Development Subject

RE: 1.1.4 Status?

2006-08-15 Thread Stan Silvert
---Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 12:45 PM To: MyFaces Development Subject: Re: 1.1.4 Status? On 8/15/06, Dennis Byrne [EMAIL PROTECTED] wrote: Mike brought up an issue last week about international cryptography

1.1.4 Status?

2006-08-10 Thread Stan Silvert
Are we just waiting on Dennis to run TCK? Any chance of getting to a vote by this weekend? Thanks, Stan Silvert JBoss, adivision of RedHat [EMAIL PROTECTED]

[jira] Resolved: (MYFACES-1070) NullPointerException in MyFacesGenericPortlet.facesRender method

2006-06-27 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1070?page=all ] Stan Silvert resolved MYFACES-1070: --- Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Fixed NullPointerException in MyFacesGenericPortlet.facesRender method

RE: [jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2006-06-21 Thread Stan Silvert
No time frame. This one is currently assigned to me, but I don't have time to work on it. If anyone else wants to take over, be my guest. I'll be glad to answer questions. Stan Silvert JBoss, a division of RedHat [EMAIL PROTECTED] -Original Message- From: Michael Binette (JIRA

RE: (MYFACES-453) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2006-06-16 Thread Stan Silvert
can use ExternalContext.getRequest() and then say: if (request instanceof HttpServletRequest) However, even that approach assumes that you have access to the servlet API which is not guaranteed in a portlet environment. Stan Silvert JBoss, adivision of RedHat [EMAIL PROTECTED

[jira] Resolved: (MYFACES-1266) JSR-252 Issue #118: Specified that an implementation of Map returned from ExternalContext.getSessionMap implement a clear method that calls removeAttribute on each

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1266?page=all ] Stan Silvert resolved MYFACES-1266: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed JSR-252 Issue #118: Specified that an implementation of Map returned from

[jira] Resolved: (MYFACES-1254) JSR-252 Issue #151: Specified standard converter for Enums

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1254?page=all ] Stan Silvert resolved MYFACES-1254: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed Converter done. JSR-252 Issue #151: Specified standard converter for Enums

[jira] Resolved: (MYFACES-1252) JSR-252 Issue #135: Support Java EE 5 enums as valid types

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1252?page=all ] Stan Silvert resolved MYFACES-1252: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed This is done except that Tomcat 6 coercion doesn't yet support enums as required by the spec

[jira] Resolved: (MYFACES-1242) JSR-252 Issue #75: Added getRequestContentType and getResponseContentType to ExternalContext.

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1242?page=all ] Stan Silvert resolved MYFACES-1242: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed Done. JSR-252 Issue #75: Added getRequestContentType and getResponseContentType

[jira] Resolved: (MYFACES-1211) JSR-252 Issue #20: Specify that the event queue should be cleared after each phase (except for RestoreViewPhase and RenderResponse) if responseComplete or renderRespons

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1211?page=all ] Stan Silvert resolved MYFACES-1211: --- Resolution: Fixed JSR-252 Issue #20: Specify that the event queue should be cleared after each phase (except for RestoreViewPhase

[jira] Resolved: (MYFACES-1210) JSR-252 Issue #18: f:loadBundle behavior clarifications

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1210?page=all ] Stan Silvert resolved MYFACES-1210: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed JSR-252 Issue #18: f:loadBundle behavior clarifications

[jira] Resolved: (MYFACES-1207) JSR-252 Issue #15: Enhanced the usage of the Decorator Pattern for ViewHandler, StateManager and ResponseWriter

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1207?page=all ] Stan Silvert resolved MYFACES-1207: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed JSR-252 Issue #15: Enhanced the usage of the Decorator Pattern for ViewHandler, StateManager

[jira] Resolved: (MYFACES-1274) JSR-252 Unified EL: Implement sections 5.5, 5.6, 5.7, and 5.8 of the JSF 1.2 spec

2006-05-30 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1274?page=all ] Stan Silvert resolved MYFACES-1274: --- Fix Version: 1.2.0-SNAPSHOT Resolution: Fixed A big DONE for this one. JSR-252 Unified EL: Implement sections 5.5, 5.6, 5.7, and 5.8

RE: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-29 Thread Stan Silvert
MethodBinding and ValueBinding are still there for backward compatibility. It is the MethodBindingImpl and ValueBindingImpl that are no longer needed. Take a look at what now happens when you call ApplicationImpl.createValueBinding() and ApplicationImpl.createMethodBinding(). Stan Silvert

RE: Java5 and JSF 1.2 (was Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]))

2006-05-29 Thread Stan Silvert
something to fix this. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, May 29, 2006 6:06 AM To: MyFaces Development; [EMAIL PROTECTED] Subject: Java5

RE: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-29 Thread Stan Silvert
I thought I was committing to a branch. See my other email about this. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 9:06 AM To: Stan Silvert Cc: MyFaces Development

RE: Java5 and JSF 1.2 (was Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]))

2006-05-29 Thread Stan Silvert
Updated: 2006-05-28 20:45:48 -0400 (Sun, 28 May 2006) I did my commit from jsf12tc6\core. Why would this subdirectory point to trunk? Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Monday, May 29

RE: Java5 and JSF 1.2 (was Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]))

2006-05-29 Thread Stan Silvert
No, I just copied individual files. I'm sure of that. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 9:27 AM To: MyFaces Development Subject: Re: Java5 and JSF 1.2

RE: Version of Servlet Container - Facelets

2006-05-28 Thread Stan Silvert
That's easy. It will be JBoss 5.0 containing JSF 1.2, Tomcat 6, EJB 3, and Seam. Probably Facelets too. :-) Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 12:10 AM

RE: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-28 Thread Stan Silvert
PropertyResolverImpl.java MethodBindingImpl.java ValueBindingImpl.java ElParserHelper.java BundleUtils.java Enjoy. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Saturday, May 27, 2006 6:12 PM To: [EMAIL

RE: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-27 Thread Stan Silvert
With no objections, I'll put it there as soon as I get a chance. Probably Sunday or Monday. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 9:02 AM To: MyFaces Development

RE: Multiple SVN Branches (Was -- Re: JSF 1.2)

2006-05-25 Thread Stan Silvert
1.2 stuff on TC 6 for a few months now. It works fine for development purposes. That being said, I'm fine with whatever you guys decide. Just let me know when/if you want the code. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Sean Schofield

RE: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-17 Thread Stan Silvert
though they are written the 1.1 way. So, hopefully, what you guys will have to start with is a JSF 1.2 impl that is about half-way done and still works. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent

RE: Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-11 Thread Stan Silvert
I don't see any reason why you couldn't do that. We have people today who remove MyFaces so they can use the RI. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 4:16 AM

RE: Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-11 Thread Stan Silvert
they just get nasty error messages. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:16 AM To: MyFaces Development Subject: Re: Cancelled: JavaOne MyFaces Committers/Contributors

RE: Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-10 Thread Stan Silvert
We are using Tomcat 6. We have funded most of the development of that. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, May 10, 2006 5:24 AM

RE: Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-10 Thread Stan Silvert
community actually benefits. I want to reiterate - this has nothing to do with our opinion of MyFaces or Apache. The whole effort just wasn't making a lot of sense. I still think MyFaces is cool, for lots of reasons. Regards, Manfred On 5/9/06, Stan Silvert [EMAIL PROTECTED] wrote: I

RE: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Stan Silvert
Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 7:54 PM To: MyFaces Development Subject: JavaOne MyFaces Committers/Contributors meeting In addition to the dinner

Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Stan Silvert
where that came from. Best regards, Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 7:54 PM To: MyFaces Development Subject: JavaOne MyFaces Committers/Contributors meeting

RE: RSVP for JavaOne

2006-04-26 Thread Stan Silvert
from the Marriott) Snacks: Yes Presentations: Yes Lots of discussion time: Yes Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 12:48 PM To: MyFaces Development Subject

RE: RSVP for JavaOne

2006-04-26 Thread Stan Silvert
Yes, I meant May 17th. Im 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 Subject

[jira] Commented: (MYFACES-1204) JSR-252 Issue #8: Made UIViewRoot a source of PhaseEvent(s) for all phases of the request processing lifecycle except RestoreView.

2006-04-25 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1204?page=comments#action_12376318 ] Stan Silvert commented on MYFACES-1204: --- The code is done and tested. I just need to be able to check it in to svn. I tested it by updating the JSF 1.1 TLD

RE: JSF 1.2: branch, wiki, maven repo, ...

2006-04-24 Thread Stan Silvert
I like Sean's plan. Martin, can you help me understand your objections concerning Tomcat 6? I don't understand why having Tomcat 6 in a released version makes a difference. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek

Portlet/Tomahawk bugs [was RE: JSF 1.2: branch, wiki, maven repo, ...]

2006-04-24 Thread Stan Silvert
JSF 1.2 is done. If any other committer wants to take them over, be my guest. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert

RE: Portlet/Tomahawk bugs [was RE: JSF 1.2: branch, wiki, maven repo, ...]

2006-04-24 Thread Stan Silvert
That's my understanding as well. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 3:10 PM To: MyFaces Development Subject: Re: Portlet/Tomahawk bugs [was RE: JSF 1.2: branch

RE: Portlet/Tomahawk bugs [was RE: JSF 1.2: branch, wiki, maven repo, ...]

2006-04-24 Thread Stan Silvert
If you want, I will add JIRA portlet components for Core or Tomahawk. Just let me know. For now you can just add new portlet component for core. It will just take a moment to go through and change them. Just let me know when that is done. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto

RE: JSF 1.2: branch, wiki, maven repo, ...

2006-04-18 Thread Stan Silvert
I spoke with Remy Maucherat, the Tomcat PMC Chair. He said he doesnt have a problem with putting Tomcat jars in there. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 12:01 PM

RE: Welcome Dennis Byrne as a MyFaces committer!

2006-04-17 Thread Stan Silvert
-Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 7:02 PM To: MyFaces Development; MyFaces Discussion Subject: Re: Welcome Dennis Byrne as a MyFaces committer! Thanks Martin, This wasn't necessary you know ;) Dennis Byrne Aw sure it

RE: Welcome Jurgen Lust to the team!

2006-04-17 Thread Stan Silvert
Welcome Jurgen! Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 6:25 PM To: MyFaces Development; MyFaces Discussion Subject: Welcome Jurgen Lust to the team! Hi

RE: Welcome Gerald Müllan to the team!

2006-04-17 Thread Stan Silvert
Welcome Gerald! Good to have someone who knows about mildly abrasive household cleansers. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 6:27 PM To: MyFaces

RE: [PROPOSAL] Future Releases

2006-04-16 Thread Stan Silvert
Aren`t you JBoss` JSR 252 / 127 man ? Yes, I am the JBoss rep for JSR-252. We didn't participate in JSR-127. We were a VERY small company back then. So, I don't believe I have any access to the JSF 1.1 TCK. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original

JSF 1.2 Development Info

2006-04-15 Thread Stan Silvert
%29_Development BTW, my page resulted in the very ugly URL shown above. If anyone knows how to change this in Myfaces wiki, please let me know. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert

RE: JSF 1.2 Development Info

2006-04-15 Thread Stan Silvert
Thanks Wendy. Now the URL is much better: http://wiki.apache.org/myfaces/JSR-252 Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, April 15, 2006 7:33 PM To: MyFaces Development Subject

[jira] Closed: (MYFACES-821) Usage of request attributes for caching

2006-04-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-821?page=all ] Stan Silvert closed MYFACES-821: Resolution: Won't Fix This is a problem in LifeRay. The latest version has a fix. Usage of request attributes for caching

[jira] Closed: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2006-04-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=all ] Stan Silvert closed MYFACES-549: Resolution: Won't Fix The latest version of LifeRay has a fix for this. faces navigation rules not working for two portlets on portal page

[jira] Commented: (MYFACES-470) validator messages do not appear in portlets

2006-04-11 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-470?page=comments#action_12374014 ] Stan Silvert commented on MYFACES-470: -- Marcus, Can you attach a simple test portlet for this? Stan validator messages do not appear in portlets

JBoss acquired by RedHat

2006-04-10 Thread Stan Silvert
will lead to continuity and growth for our developer community. For full details, please visit the JBoss website: www.jboss.com/redhat. Best Regards, Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert

[jira] Created: (MYFACES-1274) JSR-252 Unified EL: Implement sections 5.5, 5.6, 5.7, and 5.8 of the JSF 1.2 spec

2006-04-08 Thread Stan Silvert (JIRA)
: New Feature Components: JSR-252 Reporter: Stan Silvert Assigned to: Stan Silvert There was no specific EG issue number for this, so this Jira task will serve as a catch-all for integration with the new Unified EL provided in JSP 2.1. -- This message is automatically generated by JIRA

[jira] Commented: (MYFACES-1266) JSR-252 Issue #118: Specified that an implementation of Map returned from ExternalContext.getSessionMap implement a clear method that calls removeAttribute on each

2006-04-06 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1266?page=comments#action_12373518 ] Stan Silvert commented on MYFACES-1266: --- Code is done for this. I just need to wait on our JSF 1.2 branch to open. This can't be done in MyFaces 1.1.2 because

JavaOne MyFaces Committers/Contributors meeting

2006-04-06 Thread Stan Silvert
stuff is organized. Future Plans for component unification?) Tomahawk Tobago ADF The JSF Community and Ecosystem JSF Portlets (Ill do this one if folks are interested) JSF 1.2 Again, please respond if you will attend and if you can lead a discussion. Stan Silvert JBoss, Inc. [EMAIL

[jira] Created: (MYFACES-1262) JSR-252 Issue #99: Specified Java EE 5 Generics usage where applicable.

2006-04-05 Thread Stan Silvert (JIRA)
Components: JSR-252 Reporter: Stan Silvert Specified Java EE 5 Generics usage where applicable. https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=99 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Created: (MYFACES-1264) JSR-252 Issue #108: JSF in Java EE containers must validate the application resource file against the XML schema.

2006-04-05 Thread Stan Silvert (JIRA)
/jira/browse/MYFACES-1264 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Specified that JSF implementations that are not part of a Java EE technology-compliant implementation are required to validate the application resource file against

[jira] Created: (MYFACES-1265) JSR-252 Issue #111: Specified that a component must allow child components to be added to and removed from the child list of the currrent component, even though the chil

2006-04-05 Thread Stan Silvert (JIRA)
Reporter: Stan Silvert Specified that a component must allow child components to be added to and removed from the child list of the currrent component, even though the child component returns null from getParent(). See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=111

[jira] Created: (MYFACES-1266) JSR-252 Issue #118: Specified that an implementation of Map returned from ExternalContext.getSessionMap implement a clear method that calls removeAttribute on each a

2006-04-05 Thread Stan Silvert (JIRA)
Reporter: Stan Silvert Assigned to: Stan Silvert Specified that an implementation of Map returned from ExternalContext.getSessionMap implement a clear method that calls removeAttribute on each attribute in the Servlet or Portlet Session. https://javaserverfaces-spec-public.dev.java.net/issues

[jira] Created: (MYFACES-1267) JSR-252 Issue #122: Clarified renderkit docs with respect to what gets rendered for disabled command link attributes.

2006-04-05 Thread Stan Silvert (JIRA)
://issues.apache.org/jira/browse/MYFACES-1267 Project: MyFaces Core Type: Improvement Components: JSR-252 Reporter: Stan Silvert Clarified renderkit docs with respect to what gets rendered for disabled command link attributes. See https://javaserverfaces-spec-public.dev.java.net/issues

[jira] Created: (MYFACES-1268) JSR-252 Issue #138: Change the required return type for action methods to be Object instead of String.

2006-04-05 Thread Stan Silvert (JIRA)
Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Assigned to: Stan Silvert Change the required return type for action methods to be Object instead of String. This allows the usage of Enums for the return type of action methods, as long

[jira] Created: (MYFACES-1269) JSR-252 Issue #145: Define new method on UIComponent, invokeOnComponent().

2006-04-05 Thread Stan Silvert (JIRA)
Components: JSR-252 Reporter: Stan Silvert Define new method on UIComponent, invokeOnComponent(). This will find a component in the tree by clientId and invoke a user specified callback on it. Please see Section 3.1.8 Component Tree Navigation and Section 4.1.1.3 Methods [of UIData

[jira] Created: (MYFACES-1199) JSR-252 Issue #2: Clarify that for client side state saving, the state should be encrypted for security.

2006-04-04 Thread Stan Silvert (JIRA)
-1199 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Clarify that for client side state saving, the state should be encrypted for security. Not a requirement, but we should look into it if we don't do this already. See https

[jira] Created: (MYFACES-1200) JSR-252 Issue #3: Clarify the specification with respect to constraint violations for tags in the Core Tag Library

2006-04-04 Thread Stan Silvert (JIRA)
/jira/browse/MYFACES-1200 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Clarify the specification with respect to constraint violations for tags in the Core Tag Library. I guess we just need to make sure we are compliant. See https

[jira] Created: (MYFACES-1201) JSR-252 Issue #4: Added headerClass and footerClass attributes at the h:column level.

2006-04-04 Thread Stan Silvert (JIRA)
Type: New Feature Components: JSR-252 Reporter: Stan Silvert JSR-252 Issue #4: Added headerClass and footerClass attributes at the h:column level. Please see Section 8.5 Standard HTML RenderKit Implementation for more details. See https://javaserverfaces-spec-public.dev.java.net

[jira] Created: (MYFACES-1202) JSR-252 Issue #5: Clarified the use of a string literal for the action attribute on ActionSource components.

2006-04-04 Thread Stan Silvert (JIRA)
/browse/MYFACES-1202 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Clarified the use of a string literal for the action attribute on ActionSource components. See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=5

[jira] Created: (MYFACES-1203) JSR-252 Issue #6: Introduced a new optional label attribute for input components that will provide an association between a component, and the message that the compone

2006-04-04 Thread Stan Silvert (JIRA)
. -- Key: MYFACES-1203 URL: http://issues.apache.org/jira/browse/MYFACES-1203 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert

[jira] Created: (MYFACES-1204) JSR-252 Issue #8: Made UIViewRoot a source of PhaseEvent(s) for all phases of the request processing lifecycle except RestoreView.

2006-04-04 Thread Stan Silvert (JIRA)
URL: http://issues.apache.org/jira/browse/MYFACES-1204 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Made UIViewRoot a source of PhaseEvent(s) for all phases of the request processing lifecycle except RestoreView. Provided

[jira] Created: (MYFACES-1205) JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: must guarantee that if beforePhase() is called the afterPhase() must also be called.

2006-04-04 Thread Stan Silvert (JIRA)
. --- Key: MYFACES-1205 URL: http://issues.apache.org/jira/browse/MYFACES-1205 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Assigned to: Stan Silvert Clarified the behavior of PhaseListener

[jira] Commented: (MYFACES-1205) JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: must guarantee that if beforePhase() is called the afterPhase() must also be called.

2006-04-04 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1205?page=comments#action_12373152 ] Stan Silvert commented on MYFACES-1205: --- I finished the code for this. I'm just waiting for the branch to open up. JSR-252 Issue #9: Clarified the behavior

[jira] Created: (MYFACES-1206) JSR-252 Issue #11: Provide a unique window identifier to accomodate applications that have multiple instances of the same view, but perhaps in different browser windows

2006-04-04 Thread Stan Silvert (JIRA)
. --- Key: MYFACES-1206 URL: http://issues.apache.org/jira/browse/MYFACES-1206 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Provide a unique window identifier

[jira] Created: (MYFACES-1207) JSR-252 Issue #15: Enhanced the usage of the Decorator Pattern for ViewHandler, StateManager and ResponseWriter

2006-04-04 Thread Stan Silvert (JIRA)
/browse/MYFACES-1207 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Assigned to: Stan Silvert Enhanced the usage of the Decorator Pattern for ViewHandler, StateManager and ResponseWriter classes by providing abstract wrapper classes

[jira] Commented: (MYFACES-1207) JSR-252 Issue #15: Enhanced the usage of the Decorator Pattern for ViewHandler, StateManager and ResponseWriter

2006-04-04 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1207?page=comments#action_12373154 ] Stan Silvert commented on MYFACES-1207: --- I have the code for this. I'm just waiting for the new branch to open. JSR-252 Issue #15: Enhanced the usage

[jira] Created: (MYFACES-1208) JSR-252 Issue #16: Provided additional I18n attributes dir and land for the tags h:outputText, h:outputFormat, h:messages, and h:message.

2006-04-04 Thread Stan Silvert (JIRA)
. - Key: MYFACES-1208 URL: http://issues.apache.org/jira/browse/MYFACES-1208 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Provided additional I18n attributes dir and land for the tags h:outputText, h:outputFormat, h:messages

[jira] Created: (MYFACES-1209) JSR-252 Issue #17: Introduced a new optional layout attribute on the PanelGroup component that controls the rendering of either a div or span HTML element.

2006-04-04 Thread Stan Silvert (JIRA)
. --- Key: MYFACES-1209 URL: http://issues.apache.org/jira/browse/MYFACES-1209 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Introduced a new optional layout attribute on the PanelGroup component

[jira] Created: (MYFACES-1210) JSR-252 Issue #18: f:loadBundle behavior clarifications

2006-04-04 Thread Stan Silvert (JIRA)
: Stan Silvert Assigned to: Stan Silvert When a resource lookup is done on the java.util.Map (loaded from f:laodBundle) using a key, and the key is not found in the Map, return the literal string ???KEY??? where KEY is the key being looked up in the Map (instead of throwing

[jira] Commented: (MYFACES-1210) JSR-252 Issue #18: f:loadBundle behavior clarifications

2006-04-04 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1210?page=comments#action_12373156 ] Stan Silvert commented on MYFACES-1210: --- I have the code for this. I'm just waiting for the new branch to open. JSR-252 Issue #18: f:loadBundle behavior

[jira] Created: (MYFACES-1211) JSR-252 Issue #20: Specify that the event queue should be cleared after each phase (except for RestoreViewPhase and RenderResponse) if responseComplete or renderResponse

2006-04-04 Thread Stan Silvert (JIRA)
-- Key: MYFACES-1211 URL: http://issues.apache.org/jira/browse/MYFACES-1211 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Assigned to: Stan Silvert

[jira] Commented: (MYFACES-1211) JSR-252 Issue #20: Specify that the event queue should be cleared after each phase (except for RestoreViewPhase and RenderResponse) if responseComplete or renderRespon

2006-04-04 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1211?page=comments#action_12373158 ] Stan Silvert commented on MYFACES-1211: --- It looks like MyFaces is already doing this. JSR-252 Issue #20: Specify that the event queue should be cleared after each

[jira] Commented: (MYFACES-1205) JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: must guarantee that if beforePhase() is called the afterPhase() must also be called.

2006-04-04 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1205?page=comments#action_12373174 ] Stan Silvert commented on MYFACES-1205: --- Sounds good. I'll commit after I do a little more testing. JSR-252 Issue #9: Clarified the behavior of PhaseListener

[jira] Created: (MYFACES-1212) JSR-252 Issue #21: Provide additional binding attribute for the core Converter, Listener, and Validator tags that would be used as a ValueExpression to alternatively c

2006-04-04 Thread Stan Silvert (JIRA)
--- Key: MYFACES-1212 URL: http://issues.apache.org/jira/browse/MYFACES-1212 Project: MyFaces Core Type: Bug Components: JSR-252 Reporter: Stan Silvert Provide additional binding

[jira] Created: (MYFACES-1213) JSR-252 Issue #27: h:messages now renders HTML list elements (ul, li) if the layout attribute is list or the layout attribute is not specified.

2006-04-04 Thread Stan Silvert (JIRA)
. -- Key: MYFACES-1213 URL: http://issues.apache.org/jira/browse/MYFACES-1213 Project: MyFaces Core Type: Bug Components: JSR-252 Reporter: Stan Silvert h:messages now renders HTML list elements (ul, li) if the layout attribute is list or the layout

[jira] Created: (MYFACES-1214) JSR-252 Issue #29: Allow the use of user-defined onclick Javascript on CommandLink

2006-04-04 Thread Stan Silvert (JIRA)
Type: New Feature Components: JSR-252 Reporter: Stan Silvert Allow the use of user-defined onclick Javascript on CommandLink See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=29 -- This message is automatically generated by JIRA. - If you think it was sent

[jira] Created: (MYFACES-1215) JSR-252 Issue #30: Make the commandButton image attribute render the same as the graphicImage img attribute for consistency.

2006-04-04 Thread Stan Silvert (JIRA)
URL: http://issues.apache.org/jira/browse/MYFACES-1215 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Make the commandButton image attribute render the same as the graphicImage img attribute for consistency. Please see Section 8.5 Standard

[jira] Created: (MYFACES-1216) JSR-252 Issue #35: Provided a new facet for DataTable Renderer that allows the rendering of a table caption element immediately following the table element.

2006-04-04 Thread Stan Silvert (JIRA)
. Key: MYFACES-1216 URL: http://issues.apache.org/jira/browse/MYFACES-1216 Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Provided a new facet for DataTable Renderer that allows the rendering

[jira] Created: (MYFACES-1217) JSR-252 Issue #43: Migrated over to using XML Schema (from DTD) for configuration file validation.

2006-04-04 Thread Stan Silvert (JIRA)
Project: MyFaces Core Type: New Feature Components: JSR-252 Reporter: Stan Silvert Migrated over to using XML Schema (from DTD) for configuration file validation. Please see Section 1.1 XML Schema Definition. Also see https://javaserverfaces-spec-public.dev.java.net/issues

[jira] Created: (MYFACES-1218) JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map

2006-04-04 Thread Stan Silvert (JIRA)
- Key: MYFACES-1218 URL: http://issues.apache.org/jira/browse/MYFACES-1218 Project: MyFaces Core Type: Bug Components: JSR-252 Reporter: Stan Silvert Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap

  1   2   3   >