[JBoss JIRA] (WFLY-1276) Allow Camel expressions in subsystem configuration
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/WFLY-1276?page=com.atlassian.jira.plugin.... ]
Thomas Diesler updated WFLY-1276:
---------------------------------
Description:
We currently support camel system context definitions like this
{code}
<subsystem xmlns="urn:jboss:domain:camel:1.0">
<camelContext id="system-context-1">
<![CDATA[
<route>
<from uri="direct:start"/>
<transform>
<simple>Hello #{body}</simple>
</transform>
</route>
]]>
</camelContext>
</subsystem>
{code}
This uses a substitution hack for $
was:
We currently support camel system context definitions like this
{code}
<subsystem xmlns="urn:jboss:domain:camel:1.0">
<camelContext id="system-context-1">
<![CDATA[
<route>
<from uri="direct:start"/>
<transform>
<simple>Hello #{body}</simple>
</transform>
</route>
]]>
</camelContext>
</subsystem>
{code}
This uses a substitution hack for ${body}
> Allow Camel expressions in subsystem configuration
> --------------------------------------------------
>
> Key: WFLY-1276
> URL: https://issues.jboss.org/browse/WFLY-1276
> Project: WildFly
> Issue Type: Task
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Labels: camel
>
> We currently support camel system context definitions like this
> {code}
> <subsystem xmlns="urn:jboss:domain:camel:1.0">
> <camelContext id="system-context-1">
> <![CDATA[
> <route>
> <from uri="direct:start"/>
> <transform>
> <simple>Hello #{body}</simple>
> </transform>
> </route>
> ]]>
> </camelContext>
> </subsystem>
> {code}
> This uses a substitution hack for $
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1276) Allow Camel expressions in subsystem configuration
by Thomas Diesler (JIRA)
Thomas Diesler created WFLY-1276:
------------------------------------
Summary: Allow Camel expressions in subsystem configuration
Key: WFLY-1276
URL: https://issues.jboss.org/browse/WFLY-1276
Project: WildFly
Issue Type: Task
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
We currently support camel system context definitions like this
{code}
<subsystem xmlns="urn:jboss:domain:camel:1.0">
<camelContext id="system-context-1">
<![CDATA[
<route>
<from uri="direct:start"/>
<transform>
<simple>Hello #{body}</simple>
</transform>
</route>
]]>
</camelContext>
</subsystem>
{code}
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1275) Define content and format of the Camel subsystem configuration
by Thomas Diesler (JIRA)
Thomas Diesler created WFLY-1275:
------------------------------------
Summary: Define content and format of the Camel subsystem configuration
Key: WFLY-1275
URL: https://issues.jboss.org/browse/WFLY-1275
Project: WildFly
Issue Type: Task
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
We currently support camel system context definitions like this
{code}
<subsystem xmlns="urn:jboss:domain:camel:1.0">
<camelContext id="system-context-1">
<![CDATA[
<route>
<from uri="direct:start"/>
<transform>
<simple>Hello #{body}</simple>
</transform>
</route>
]]>
</camelContext>
</subsystem>
{code}
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-447) Connection Reauthentication and Security Propagation
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-447?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse updated WFLY-447:
----------------------------------
Fix Version/s: 8.0.0.Alpha2
(was: 8.0.0.Alpha1)
> Connection Reauthentication and Security Propagation
> ----------------------------------------------------
>
> Key: WFLY-447
> URL: https://issues.jboss.org/browse/WFLY-447
> Project: WildFly
> Issue Type: Task
> Components: EJB, Remoting, Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 8.0.0.Alpha2
>
>
> This task is a top level task to coordinate the addition of support for switching to different security identities on an existing connection over Remoting.
> This is to predominantly cover two major scenarios: -
> - Clients using a single connection but require different calls to be executed as different users, in this case the client has the information required to start a new authentication as a different user.
> - Server to server communication where the first server has already authenticated a remote user - for this scenario the first server needs a way to tell the second server what identity to run the call as.
> The following document is building up the requirements and design considerations and decisions: -
> https://community.jboss.org/wiki/ConnectionRe-AuthenticationAndSecurityPr...
--
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
11 years, 8 months