[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841741#action_12841741 ] Ganesh Jung commented on MYFACES-2585: -- Werner, you are right. Removing enclosing

[jira] Created: (MYFACES-2587) javascript jsf spec version and implversion not defined

2010-03-05 Thread Werner Punz (JIRA)
javascript jsf spec version and implversion not defined --- Key: MYFACES-2587 URL: https://issues.apache.org/jira/browse/MYFACES-2587 Project: MyFaces Core Issue Type: Bug

[jira] Created: (MYFACES-2588) JavaScript error in function oamClearHiddenInput in IE8

2010-03-05 Thread JIRA
JavaScript error in function oamClearHiddenInput in IE8 --- Key: MYFACES-2588 URL: https://issues.apache.org/jira/browse/MYFACES-2588 Project: MyFaces Core Issue Type: Bug Affects

[jira] Updated: (MYFACES-2588) JavaScript error in function oamClearHiddenInput in IE8

2010-03-05 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Preuß updated MYFACES-2588: - Status: Patch Available (was: Open) JavaScript error in function oamClearHiddenInput in IE8

[jira] Resolved: (MYFACES-2587) javascript jsf spec version and implversion not defined

2010-03-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2587. -- Resolution: Fixed added both fields... javascript jsf spec version and implversion not

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841868#action_12841868 ] Werner Punz commented on MYFACES-2585: -- First of all I am in the middle of coding

[jira] Issue Comment Edited: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841868#action_12841868 ] Werner Punz edited comment on MYFACES-2585 at 3/5/10 2:08 PM:

[jira] Issue Comment Edited: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841868#action_12841868 ] Werner Punz edited comment on MYFACES-2585 at 3/5/10 2:20 PM:

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841926#action_12841926 ] Werner Punz commented on MYFACES-2585: -- Ok Jim Driscoll cleard this up for me, he

[jira] Resolved: (TRINIDAD-1739) ComponentReference doesn't work with bindings and should be more thread-safe

2010-03-05 Thread Blake Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Sullivan resolved TRINIDAD-1739. -- Resolution: Fixed Fix Version/s: 1.2.12-core 1.2.13-core

[jira] Updated: (EXTVAL-83) prototype for @ConstraintSource

2010-03-05 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated EXTVAL-83: --- Status: Patch Available (was: Open) prototype for @ConstraintSource

[jira] Created: (EXTCDI-14) Implement support for @ViewScoped as CDI context

2010-03-05 Thread Mark Struberg (JIRA)
Implement support for @ViewScoped as CDI context Key: EXTCDI-14 URL: https://issues.apache.org/jira/browse/EXTCDI-14 Project: MyFaces CODI Issue Type: New Feature Reporter: Mark

AW: [Ext-CDI] @Transactional

2010-03-05 Thread Mark Struberg
Hi Arne! Since we have OpenWebBeans-M4 officially released today, my test container stuff is now available [1]. It would be really fine if you could review the implementation and give me some feedback if you miss something. I used both JUnit and testng for testing OWB projects in the past

AW: [Ext-CDI] @Transactional

2010-03-05 Thread Arne Limburg
Hi Mark, Your test container stuff looks good. Unfortunately I can't get it to work in my environment (neither from within eclipse nor with maven). The instanceRetrievalTest fails with a javax.enterprise.inject.ResolutionException: cannot find beans for class

AW: [Ext-CDI] @Transactional

2010-03-05 Thread Mark Struberg
will look at it. btw, I'm available in #myfaces and #openwebbeans currently LieGrue, strub --- Arne Limburg arne.limb...@openknowledge.de schrieb am Fr, 5.3.2010: Von: Arne Limburg arne.limb...@openknowledge.de Betreff: AW: [Ext-CDI] @Transactional An: MyFaces Development

AW: [Ext-CDI] @Transactional

2010-03-05 Thread Arne Limburg
Hi, I have attached my source to EXTCDI-4. This is how you could use it, how it works and the limitations it has: First you have to qualify your EntityManager injection point with the provided @PersistenceContext annotation. Then you can use the @Transactional annotation. You will get the same

Re: [ANNOUNCEMENT] OpenWebBeans M4 Has Released

2010-03-05 Thread Matthias Wessendorf
Cool!! Congrats !!! Sent from my iPod. On 06.03.2010, at 00:07, Mark Struberg strub...@yahoo.de wrote: For all bleeding edge CDI lovers out there :) have fun, strub --- Gurkan Erdogdu gurkanerdo...@yahoo.com schrieb am Sa, 6.3.2010: Von: Gurkan Erdogdu gurkanerdo...@yahoo.com Betreff: