[jira] [Commented] (MYFACES-3581) @EJB injection into a @ViewScoped bean causes CNFE

2012-08-06 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429266#comment-13429266 ] David Blevins commented on MYFACES-3581: The proposed patch looks great --

[jira] [Commented] (MYFACES-3581) @EJB injection into a @ViewScoped bean causes CNFE

2012-07-23 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420839#comment-13420839 ] David Blevins commented on MYFACES-3581: Thanks for the comments. Leon

Re: [DISCUSS] [Core] window-id for myfaces-core 2.0.x and 2.1.x

2012-07-19 Thread David Blevins
On Jul 19, 2012, at 2:49 AM, Mark Struberg wrote: > The internal API will be 1:1 sync with the proposed javax.faces API - we are > just not allowed to do it directly in javax.faces before it's official. Sounds great. Only reason I ask was the TCK gets cranky when you change the API signatures.

Re: [DISCUSS] [Core] window-id for myfaces-core 2.0.x and 2.1.x

2012-07-18 Thread David Blevins
Could be pretty good think to get in front of TomEE user's faces. JSF is certainly one of the major draws and I bet people would be excited about it. Do you know if this adds any changes to the javax.faces.* package? -David On Wed, Jul 18, 2012 at 12:00 PM, Mark Struberg wrote: > > > yikes,

Re: Patch for MYFACES-3581

2012-07-18 Thread David Blevins
> JavaEE Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > > 2012/7/16 David Blevins >> >> Hey all, >> >> My first MyFaces patch: >> >> https://issues.apache.org/jira/brows

Patch for MYFACES-3581

2012-07-16 Thread David Blevins
Hey all, My first MyFaces patch: https://issues.apache.org/jira/browse/MYFACES-3581 Small issue on deserialization. JDK proxies need similar workaround code in the deserialization part. Likely went unneeded, but when the ManagedBeans hold an EJB ref from OpenEJB then you run into it. Not s

[jira] [Commented] (MYFACES-3581) @EJB injection into a @ViewScoped bean causes CNFE

2012-07-07 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408719#comment-13408719 ] David Blevins commented on MYFACES-3581: I have a hunch it may be a slig

Fwd: Apache TomEE 1.0.0-beta-2

2012-01-24 Thread David Blevins
Don't forget to tell your friends! :) Begin forwarded message: > From: David Blevins > Date: January 24, 2012 12:28:37 PM PST > To: d...@openejb.apache.org > > Retweets encouraged! > > https://twitter.com/#!/ApacheTomEE/statuses/161903294216806400 >

Inclusion of MyFace API in javaee-api jar

2011-10-28 Thread David Blevins
Quick question on the org.apache.myfaces.core:myfaces-api jar. Is it tied to MyFaces in some way? Guessing the answer is, yes, as it is labeled "myfaces-api" and not something more generic like "faces-api" If the answer is, no, then the follow up is how often does its contents change? If it is

Re: Scanning for annotated classes in MyFaces 2

2009-01-18 Thread David Blevins
When I did this for OpenEJB I put the work into a neutral place (xbean) so it could be shared by anyone who needed it. XBean is sort of a common-like dumping ground for server-ish bits and pieces we were sharing between OpenEJB, ActiveMQ, ServiceMix, Geronimo, Maven and similar projects.