]
Fred Bricon commented on JBIDE-20414:
-------------------------------------
Olivier, can you provide a sample project to help us reproduce the issue?
Could you attach your eclipse config (About Eclipse > Installation details >
Configuration tab)
Can you reproduce the problem on Eclipse Mars, using the JBoss Tools plugins for Mars
(
El syntax error on mybatis mapper file
--------------------------------------
Key: JBIDE-20414
URL:
https://issues.jboss.org/browse/JBIDE-20414
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf
Environment: Eclipse Kepler
Reporter: Olivier LE JACQUES
Hello,
On a jsf 2.1 project with jboss tools plugin on eclipse kepler. I use mybatis.
On mybatis mapper file .xml I have an el warning :
EL syntax error: Expecting '}'. when I have a parameter like this :
{code}#{nodeName, javaType=String, jdbcType=VARCHAR}{code}, in a query.
Regards, Olivier