Re: error messages lack debug information

2018-12-15 Thread Thomas Andraschko
Feel free to implement something and provide a PR! Virenfrei. www.avast.com

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
perfect!  thanks.  would be really helpful if it could output that info when the error occurs On 15/12/2018 12:45, Thomas Andraschko wrote: thats probably in LocationValueExpression#location Am Sa., 15. Dez. 2018 um 12:43 Uhr schrieb Matthew Broadhead : i suppose the line number that is

Re: error messages lack debug information

2018-12-15 Thread Thomas Andraschko
thats probably in LocationValueExpression#location Am Sa., 15. Dez. 2018 um 12:43 Uhr schrieb Matthew Broadhead : > i suppose the line number that is failing in the xhtml... > i don't really understand what EL is trying to compare and why > > On 15/12/2018 12:39, Thomas Andraschko wrote: > >

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
i suppose the line number that is failing in the xhtml... i don't really understand what EL is trying to compare and why On 15/12/2018 12:39, Thomas Andraschko wrote: which line number? Am Sa., 15. Dez. 2018 um 11:52 Uhr schrieb Matthew Broadhead : if i look at

Re: error messages lack debug information

2018-12-15 Thread Thomas Andraschko
which line number? Am Sa., 15. Dez. 2018 um 11:52 Uhr schrieb Matthew Broadhead : > if i look at ValueExpression.getExpressionString it says > #{cc.attrs.billTemplateSection.breakdown} which is a Boolean attribute > of BillTemplateSection. but it is saying it is not equivalent to >

Re: error messages lack debug information

2018-12-15 Thread Matthew Broadhead
if i look at ValueExpression.getExpressionString it says #{cc.attrs.billTemplateSection.breakdown} which is a Boolean attribute of BillTemplateSection.  but it is saying it is not equivalent to BillTemplateSection.  is it possible to get a line number? On 15/12/2018 11:48, Thomas Andraschko

Re: error messages lack debug information

2018-12-15 Thread Thomas Andraschko
Try to debug the getExpressionString in the ValueExpression classes So you should be able to find the causing el Am Sa., 15. Dez. 2018, 11:07 hat Matthew Broadhead geschrieben: > occasionally i get error messages that are very hard to debug because > they don't give enough detail about where

error messages lack debug information

2018-12-15 Thread Matthew Broadhead
occasionally i get error messages that are very hard to debug because they don't give enough detail about where the problem occurred.  for instance i have pasted below one which i am currently struggling with.  i have stepped through the myfaces code but it doesn't seem to help me understand