You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Yuejie Chen (JIRA)" <ji...@apache.org> on 2013/05/21 18:15:16 UTC

[jira] [Created] (CAMEL-6385) New restlet endpoints don't work if route is created after restlet server is started.

Yuejie Chen created CAMEL-6385:
----------------------------------

             Summary: New restlet endpoints don't work if route is created after restlet server is started.
                 Key: CAMEL-6385
                 URL: https://issues.apache.org/jira/browse/CAMEL-6385
             Project: Camel
          Issue Type: Bug
          Components: camel-restlet
    Affects Versions: 2.11.0
            Reporter: Yuejie Chen
            Priority: Critical


If a route with restlet endponit is created after restlet server is started, restlet can't handle the endpoint correctly, because restlet translate all URI pattern of routes at server starting, but don't it for later attached routes. So we must translate the URI pattern before attach it to restlet after restlet server is started. See http://restlet.tigris.org/issues/show_bug.cgi?id=988. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira