You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2020/09/29 16:13:30 UTC

[camel-karaf-examples] branch master updated: [CAMEL-15594]incorrect bundle.symbolicName in camel-example-servlet-rest-karaf-jaas

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 14fed97  [CAMEL-15594]incorrect bundle.symbolicName in camel-example-servlet-rest-karaf-jaas
14fed97 is described below

commit 14fed9765904d0ec71cd7802340b73475e633b39
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Sep 29 12:13:16 2020 -0400

    [CAMEL-15594]incorrect bundle.symbolicName in camel-example-servlet-rest-karaf-jaas
---
 .../src/main/resources/org.ops4j.pax.web.context-camelrestdsl.cfg       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-servlet-rest-karaf-jaas/src/main/resources/org.ops4j.pax.web.context-camelrestdsl.cfg b/examples/camel-example-servlet-rest-karaf-jaas/src/main/resources/org.ops4j.pax.web.context-camelrestdsl.cfg
index 5dd68fe..f2f1029 100644
--- a/examples/camel-example-servlet-rest-karaf-jaas/src/main/resources/org.ops4j.pax.web.context-camelrestdsl.cfg
+++ b/examples/camel-example-servlet-rest-karaf-jaas/src/main/resources/org.ops4j.pax.web.context-camelrestdsl.cfg
@@ -1,4 +1,4 @@
-bundle.symbolicName=camel-example-servlet-rest-blueprint
+bundle.symbolicName=camel-example-servlet-rest-karaf-jaas
 login.config.authMethod=BASIC
 login.config.realmName=karaf
 context.id=default