Re: New OGNL version problem

2007-03-20 Thread Renat Zubairov
Thanks! On 20/03/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Ok it's been filed - you can monitor progress via http://jira.opensymphony.com/browse/OGNL-17 On 3/20/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: > Sorry for the wording, > > Under artificial property I ment a property that is not

Re: New OGNL version problem

2007-03-20 Thread Jesse Kuhnert
Ok it's been filed - you can monitor progress via http://jira.opensymphony.com/browse/OGNL-17 On 3/20/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: Sorry for the wording, Under artificial property I ment a property that is not appearing in the component/page class as normal or abstract getter/

Re: New OGNL version problem

2007-03-20 Thread Renat Zubairov
Sorry for the wording, Under artificial property I ment a property that is not appearing in the component/page class as normal or abstract getter/setter. Artificial property - property declared in the .jwc or .page files. For example you might have a component called Basket You will have a Basket

Re: New OGNL version problem

2007-03-20 Thread Jesse Kuhnert
What does "artificial" mean in this instance? I'd love to help, but if you aren't willing to give me the information I need then I guess you're on your own...Sorry. On 3/20/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: Hi Jesse, Sorry, I can't do that. We've already spent about 13 hours analyz

Re: New OGNL version problem

2007-03-20 Thread Renat Zubairov
Hi Jesse, Sorry, I can't do that. We've already spent about 13 hours analyzing this problem because it is quite critical for our project, however we can't create a component with artificial parameters (Tapestry testing package creating only those which abstract methods - which is quite ok for no

Re: New OGNL version problem

2007-03-20 Thread Jesse Kuhnert
Hi Renat, Do you think you could provide me with a sample expression string and corresponding description of what objects are involved in the expression and file the issue here? : http://jira.opensymphony.com/browse/OGNL On 3/20/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: Hello We have a pr

New OGNL version problem

2007-03-20 Thread Renat Zubairov
Hello We have a problem with latest 2.7 OGNL snapshot. It seems that OGNL is not capable to read properties that are purely artificial - only declared in the *.page or *.jwc files and has no abstract accessors in the java classes. The exceptions are very wired, sometimes it's simply javassist.co