[JBoss JIRA] Created: (SWITCHYARD-248) Update Camel Java DSL handling
by Keith Babo (JIRA)
Update Camel Java DSL handling
------------------------------
Key: SWITCHYARD-248
URL: https://issues.jboss.org/browse/SWITCHYARD-248
Project: SwitchYard
Issue Type: Feature Request
Components: component-camel, tooling
Affects Versions: 0.1
Reporter: Keith Babo
Fix For: 0.1
Update the Java DSL handling in Camel component to use RouteBuilder. Also update the forge tooling to include the RouteScanner and generate appropriate config in camel-service command.
It was easy enough to take care of SWITCHYARD-240 as part of this work, so that's taken care of as well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (SWITCHYARD-242) Create a mechanism for creating Transformer instances from a TransformModel
by Tom Fennelly (JIRA)
Create a mechanism for creating Transformer instances from a TransformModel
---------------------------------------------------------------------------
Key: SWITCHYARD-242
URL: https://issues.jboss.org/browse/SWITCHYARD-242
Project: SwitchYard
Issue Type: Enhancement
Components: transformation
Reporter: Tom Fennelly
Assignee: Tom Fennelly
Fix For: 0.2
At the moment we're firing different Transformer Factory implementations from inside the TransformerFactory.newTransformer(TransformModel) based on the specific TransformModel type (e.g. Smooks etc). This is hardcoded and sucks... cannot be extended etc.
Maybe an annotation on the TransformModel impl that identifies the Transformer factory to be used to construct the Transformer instance e.g.
{code}
@TransformerFactory(SmooksTransformFactory.class)
public interface SmooksTransformModel extends TransformModel {
etc....
}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (SWITCHYARD-239) Provide access to invocation/exchange context within component implementations
by Gary Brown (JIRA)
Provide access to invocation/exchange context within component implementations
------------------------------------------------------------------------------
Key: SWITCHYARD-239
URL: https://issues.jboss.org/browse/SWITCHYARD-239
Project: SwitchYard
Issue Type: Feature Request
Reporter: Gary Brown
The SCA spec provides a ComponentContext that has a RequestContext. This enables the component to examine security subject info, but unfortunately no other potential 'header' information carried with a message.
It would be useful to provide access to invocation/exchange context (including header properties) information to the component (e.g. bean) implementations, and possibly support the SCA interfaces for future alignment with the standard.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months