Results 1 to 5 of 5

Thread: Placeholder and "Pointcut is not well-formed"

  1. #1
    Join Date
    Mar 2007
    Posts
    561

    Default Placeholder and "Pointcut is not well-formed"

    Hi,

    I'm using a placeholder (${...}) for defining a pointcut.

    This results in the following error:

    Pointcut is not well-formed: expecting 'illegal identifier character ({)' at character position 1
    ${...}

    Is this a known issue?

    Thank you

    P.S. IDE 2.0.2

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Is this a known issue?
    No this is not known yet. Can you please open a JIRA issue and describe what you want Spring IDE to do if it encounters a placeholder in a pointcut expression.

    I would propose that we just skip such a definition in a first step. Later we can eventually add some mechanism that tries to locate the value for the placeholder from the source (PlaceHolderConfigurer), but that is not that straight forward.

    Cheers,

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    I opened IDE-756 for this. Feel free to add your comments to this bug.

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  4. #4
    Join Date
    Mar 2007
    Posts
    561

    Default

    Thank you.


    P.S. It seem that one needs a new account for the JIRA, this one here from the forum cannot be used?

  5. #5
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    P.S. It seem that one needs a new account for the JIRA, this one here from the forum cannot be used?
    No, the forum login does not work. You can sign up for an JIRA account at http://springide.org/jira/secure/Signup!default.jspa

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •