Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
Hi guys,

I took a look at this problem and have already found the reason why this
does not work with MyFaces. It was a small bug in MyFaces related to
ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also
commit the solution later today.

Regards,
Jakob

2010/3/31 Matthias Wessendorf mat...@apache.org

 hello Max,

 I can try that tomorrow, it's not that urgent - I just noticed the
 behavior w/ MyFaces2
 = perhaps a MyFaces bug.. :-)

 -Matthias

 On Wed, Mar 31, 2010 at 10:00 AM, Max Starets max.star...@oracle.com
 wrote:
  Matthias,
 
  Do we know if it works the branch's base version (the trunk version where
  the AJAX branch was started)?
  Also, do we get the exception on every postback or just the partial
  postback?
 
  I will try to debug it all soon.
 
  Thanks,
  Max
 
  Matthias Wessendorf wrote:
 
  On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
  andy.g.schwa...@gmail.com wrote:
 
 
  One thing that is interesting about this that Matthias didn't mention
  is that the problem only repros when running against MyFaces - ie.
  same test case works okay when using -Djsf=ri.  I haven't had time to
  investigate yet, but will try to do so if Max or Andrew (who are
  actively working on the Ajax branch) don't beat me to it.
 
 
  oh, yeah that's right - wasn't planing to forget that fact. sorry
 
  (but works fine on trunk with both MyFaces and RI)
 
 
 
  Andy
 
 
 
 
 



 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf



Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Matthias Wessendorf
That's great news!

Thanks for looking into it!

-Matthias

On Fri, Apr 2, 2010 at 3:07 PM, Jakob Korherr jakob.korh...@gmail.com wrote:
 Hi guys,

 I took a look at this problem and have already found the reason why this
 does not work with MyFaces. It was a small bug in MyFaces related to
 ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also
 commit the solution later today.

 Regards,
 Jakob

 2010/3/31 Matthias Wessendorf mat...@apache.org

 hello Max,

 I can try that tomorrow, it's not that urgent - I just noticed the
 behavior w/ MyFaces2
 = perhaps a MyFaces bug.. :-)

 -Matthias

 On Wed, Mar 31, 2010 at 10:00 AM, Max Starets max.star...@oracle.com
 wrote:
  Matthias,
 
  Do we know if it works the branch's base version (the trunk version
  where
  the AJAX branch was started)?
  Also, do we get the exception on every postback or just the partial
  postback?
 
  I will try to debug it all soon.
 
  Thanks,
  Max
 
  Matthias Wessendorf wrote:
 
  On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
  andy.g.schwa...@gmail.com wrote:
 
 
  One thing that is interesting about this that Matthias didn't mention
  is that the problem only repros when running against MyFaces - ie.
  same test case works okay when using -Djsf=ri.  I haven't had time to
  investigate yet, but will try to do so if Max or Andrew (who are
  actively working on the Ajax branch) don't beat me to it.
 
 
  oh, yeah that's right - wasn't planing to forget that fact. sorry
 
  (but works fine on trunk with both MyFaces and RI)
 
 
 
  Andy
 
 
 
 
 



 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf





-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Max Starets




Thanks, Jacob!

What is interesting is that Trinidad trunk is providing VDL factory
just like the AJAX branch does, but the problem
was not showing up there.

Max

Jakob Korherr wrote:

  
Hi guys,
  
I took a look at this problem and have already found the reason why
this does not work with MyFaces. It was a small bug in MyFaces related
to ViewMetadata and wrapped VDLs. I'll document it in a jira issue and
also commit the solution later today.
  
Regards,
Jakob
  
  2010/3/31 Matthias Wessendorf mat...@apache.org
  hello Max,

I can try that tomorrow, it's not that urgent - I just noticed the
behavior w/ MyFaces2
= perhaps a MyFaces bug.. :-)

-Matthias


On Wed, Mar 31, 2010 at 10:00 AM, Max Starets max.star...@oracle.com
wrote:
 Matthias,

 Do we know if it works the branch's base version (the trunk
version where
 the AJAX branch was started)?
 Also, do we get the exception on every postback or just the partial
 postback?

 I will try to debug it all soon.

 Thanks,
 Max

 Matthias Wessendorf wrote:

 On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
 andy.g.schwa...@gmail.com
wrote:


 One thing that is interesting about this that Matthias didn't
mention
 is that the problem only repros when running against MyFaces - ie.
 same test case works okay when using -Djsf=ri.  I haven't had time
to
 investigate yet, but will try to do so if Max or Andrew (who are
 actively working on the Ajax branch) don't beat me to it.


 oh, yeah that's right - wasn't planing to forget that fact. sorry

 (but works fine on trunk with both MyFaces and RI)



 Andy











--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


  
  
  






Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Matthias Wessendorf
Hello Max,

the issue was simple and has been fixed in MyFaces2:

https://issues.apache.org/jira/browse/MYFACES-2641

-Matthias

On Fri, Apr 2, 2010 at 4:10 PM, Max Starets max.star...@oracle.com wrote:
 Thanks, Jacob!

 What is interesting is that Trinidad trunk is providing VDL factory just
 like the AJAX branch does, but the problem
 was not showing up there.

 Max

 Jakob Korherr wrote:

 Hi guys,

 I took a look at this problem and have already found the reason why this
 does not work with MyFaces. It was a small bug in MyFaces related to
 ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also
 commit the solution later today.

 Regards,
 Jakob

 2010/3/31 Matthias Wessendorf mat...@apache.org

 hello Max,

 I can try that tomorrow, it's not that urgent - I just noticed the
 behavior w/ MyFaces2
 = perhaps a MyFaces bug.. :-)

 -Matthias

 On Wed, Mar 31, 2010 at 10:00 AM, Max Starets max.star...@oracle.com
 wrote:
 Matthias,

 Do we know if it works the branch's base version (the trunk version where
 the AJAX branch was started)?
 Also, do we get the exception on every postback or just the partial
 postback?

 I will try to debug it all soon.

 Thanks,
 Max

 Matthias Wessendorf wrote:

 On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
 andy.g.schwa...@gmail.com wrote:


 One thing that is interesting about this that Matthias didn't mention
 is that the problem only repros when running against MyFaces - ie.
 same test case works okay when using -Djsf=ri.  I haven't had time to
 investigate yet, but will try to do so if Max or Andrew (who are
 actively working on the Ajax branch) don't beat me to it.


 oh, yeah that's right - wasn't planing to forget that fact. sorry

 (but works fine on trunk with both MyFaces and RI)



 Andy








 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf






-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
This works now! See MYFACES-2641 for details.

Regards,
Jakob

2010/4/2 Max Starets max.star...@oracle.com

  Thanks, Jacob!

 What is interesting is that Trinidad trunk is providing VDL factory just
 like the AJAX branch does, but the problem
 was not showing up there.

 Max


 Jakob Korherr wrote:

 Hi guys,

 I took a look at this problem and have already found the reason why this
 does not work with MyFaces. It was a small bug in MyFaces related to
 ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also
 commit the solution later today.

 Regards,
 Jakob

 2010/3/31 Matthias Wessendorf mat...@apache.org

 hello Max,

 I can try that tomorrow, it's not that urgent - I just noticed the
 behavior w/ MyFaces2
 = perhaps a MyFaces bug.. :-)

 -Matthias

 On Wed, Mar 31, 2010 at 10:00 AM, Max Starets max.star...@oracle.com
 wrote:
  Matthias,
 
  Do we know if it works the branch's base version (the trunk version where
  the AJAX branch was started)?
  Also, do we get the exception on every postback or just the partial
  postback?
 
  I will try to debug it all soon.
 
  Thanks,
  Max
 
  Matthias Wessendorf wrote:
 
  On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
  andy.g.schwa...@gmail.com wrote:
 
 
  One thing that is interesting about this that Matthias didn't mention
  is that the problem only repros when running against MyFaces - ie.
  same test case works okay when using -Djsf=ri.  I haven't had time to
  investigate yet, but will try to do so if Max or Andrew (who are
  actively working on the Ajax branch) don't beat me to it.
 
 
  oh, yeah that's right - wasn't planing to forget that fact. sorry
 
  (but works fine on trunk with both MyFaces and RI)
 
 
 
  Andy
 
 
 
 
 



   --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf






Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-03-31 Thread Andy Schwartz
One thing that is interesting about this that Matthias didn't mention
is that the problem only repros when running against MyFaces - ie.
same test case works okay when using -Djsf=ri.  I haven't had time to
investigate yet, but will try to do so if Max or Andrew (who are
actively working on the Ajax branch) don't beat me to it.

Andy


Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-03-31 Thread Matthias Wessendorf
On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
andy.g.schwa...@gmail.com wrote:
 One thing that is interesting about this that Matthias didn't mention
 is that the problem only repros when running against MyFaces - ie.
 same test case works okay when using -Djsf=ri.  I haven't had time to
 investigate yet, but will try to do so if Max or Andrew (who are
 actively working on the Ajax branch) don't beat me to it.

oh, yeah that's right - wasn't planing to forget that fact. sorry

(but works fine on trunk with both MyFaces and RI)


 Andy




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-03-31 Thread Matthias Wessendorf
that's why I added the header [MyFaces2] instead of Trinidad
not exactly sure where the error is - not had time to investigate

-M

On Wed, Mar 31, 2010 at 9:55 AM, Matthias Wessendorf mat...@apache.org wrote:
 On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
 andy.g.schwa...@gmail.com wrote:
 One thing that is interesting about this that Matthias didn't mention
 is that the problem only repros when running against MyFaces - ie.
 same test case works okay when using -Djsf=ri.  I haven't had time to
 investigate yet, but will try to do so if Max or Andrew (who are
 actively working on the Ajax branch) don't beat me to it.

 oh, yeah that's right - wasn't planing to forget that fact. sorry

 (but works fine on trunk with both MyFaces and RI)


 Andy




 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-03-31 Thread Max Starets




Matthias,

Do we know if it works the branch's base version (the trunk version
where the AJAX branch was started)?
Also, do we get the exception on every postback or just the partial
postback?

I will try to debug it all soon.

Thanks,
Max

Matthias Wessendorf wrote:

  On Wed, Mar 31, 2010 at 9:28 AM, Andy Schwartz
andy.g.schwa...@gmail.com wrote:
  
  
One thing that is interesting about this that Matthias didn't mention
is that the problem only repros when running against MyFaces - ie.
same test case works okay when using -Djsf=ri. I haven't had time to
investigate yet, but will try to do so if Max or Andrew (who are
actively working on the Ajax branch) don't beat me to it.

  
  
oh, yeah that's right - wasn't planing to forget that fact. sorry

(but works fine on trunk with both MyFaces and RI)

  
  
Andy