[jira] Commented: (PORTLETBRIDGE-189) Proposal for 3.0 API: javax.portlet.faces.BridgeFactoryFinder

2011-03-19 Thread Neil Griffin (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008752#comment-13008752 ] Neil Griffin commented on PORTLETBRIDGE-189: Factory discovery by the

[jira] Created: (PORTLETBRIDGE-197) Proposal for 3.0 API: Integration with CDI

2011-03-19 Thread Neil Griffin (JIRA)
Proposal for 3.0 API: Integration with CDI -- Key: PORTLETBRIDGE-197 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-197 Project: MyFaces Portlet Bridge Issue Type: New Feature

[jira] Created: (PORTLETBRIDGE-198) Proposal for 3.0 API: javax.portlet.faces.scope.BridgeScopeManager and associated BridgeScopeManagerFactory

2011-03-19 Thread Neil Griffin (JIRA)
Proposal for 3.0 API: javax.portlet.faces.scope.BridgeScopeManager and associated BridgeScopeManagerFactory --- Key: PORTLETBRIDGE-198 URL:

[jira] Created: (PORTLETBRIDGE-199) Proposal for 3.0 API: BridgeUtil.getClassPathResourceAsString(String resourcePath)

2011-03-19 Thread Neil Griffin (JIRA)
Proposal for 3.0 API: BridgeUtil.getClassPathResourceAsString(String resourcePath) -- Key: PORTLETBRIDGE-199 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-199

[jira] Commented: (PORTLETBRIDGE-199) Proposal for 3.0 API: BridgeUtil.getClassPathResourceAsString(String resourcePath)

2011-03-19 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008789#comment-13008789 ] Scott O'Bryan commented on PORTLETBRIDGE-199: - I'm fine with this in

[jira] Commented: (PORTLETBRIDGE-196) Proposal for 3.0 API: javax.portlet.faces.application.BridgeNavigationHandler and associated BridgeNavigationHandlerFactory

2011-03-19 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008805#comment-13008805 ] Scott O'Bryan commented on PORTLETBRIDGE-196: - Why do we need a

Html5 Component Library - Alpha Release

2011-03-19 Thread Ali Ok
Hi all, Can someone experienced help me with releasing the first alpha of the project? Code is at http://svn.apache.org/repos/asf/myfaces/html5/ Project uses a new myfaces-shared project : myfaces-shared-html5[0]. Since myfaces-shared version which I moved myfaces-shared-html5 (4.0.6) is not

Re: Html5 Component Library - Alpha Release

2011-03-19 Thread Scott O'Bryan
Ali, I think I'd suggest actually doing this like Trinidad, Orchestra, and the Portlet Bridge do this in that they actually download the main shared and instrument to code when THIER impl builds. That way you don't have to release shared. If that's not acceptable, you can simply install your new

Re: Html5 Component Library - Alpha Release

2011-03-19 Thread Ali Ok
Hi, Ali, I think I'd suggest actually doing this like Trinidad, Orchestra, and the Portlet Bridge do this in that they actually download the main shared and instrument to code when THIER impl builds. Yep, that is what myfaces-shared-html5 build is doing, just like myfaces-shared-impl,

Re: Html5 Component Library - Alpha Release

2011-03-19 Thread Scott O'Bryan
No, your not getting me. MyFaces-shared-orchestra does not exist in MyFaces shared, it exists in Orchestra.. That's where I got the process I used in early releases of the 3.0 bridge and Matthias used in Trinidad. The difference is that for these other modules, he shared is build during PROJECT

Re: Html5 Component Library - Alpha Release

2011-03-19 Thread Scott O'Bryan
I'll see if I can't cough up an example later tonight. On Mar 19, 2011, at 7:09 PM, Scott O'Bryan darkar...@gmail.com wrote: No, your not getting me. MyFaces-shared-orchestra does not exist in MyFaces shared, it exists in Orchestra.. That's where I got the process I used in early releases of