]
Viacheslav Kabanovich commented on JBIDE-20414:
-----------------------------------------------
This kind of EL syntax is supported only by MyBatis, that is it is correct only when
mybatis.jar is included in class path.
Will we implement support for MyBatis?
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
Affects Versions: 4.1.2.Final
Environment: Eclipse Kepler
Reporter: Olivier LE JACQUES
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.CR1
Attachments: workaround.png
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