[jbosstools-issues] [JBoss JIRA] (JBIDE-12358) Wrong EL syntac error message: "EL syntax error: Expecting '}'."

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Jul 23 20:55:06 EDT 2012


Alexey Kazakov created JBIDE-12358:
--------------------------------------

             Summary: Wrong EL syntac error message: "EL syntax error: Expecting '}'."
                 Key: JBIDE-12358
                 URL: https://issues.jboss.org/browse/JBIDE-12358
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JSF
    Affects Versions: 3.4.0.M1
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.4.0.M1


Create the foolowing file:

{code:title=arquillian.xml}
<?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

    <container qualifier="managed-jboss" default="true">
        <configuration>
            <property name="jbossHome">target/jboss-as-${jboss.version:7.1.1.Final}</property>
        </configuration>
    </container>
</arquillian>
{code}

There is a wrong warning "EL syntax error: Expecting '}'."

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list