[JBoss JIRA] Created: (SWITCHYARD-253) Need a generic/IDL type interface expression
by Keith Babo (JIRA)
Need a generic/IDL type interface expression
--------------------------------------------
Key: SWITCHYARD-253
URL: https://issues.jboss.org/browse/SWITCHYARD-253
Project: SwitchYard
Issue Type: Feature Request
Components: core
Affects Versions: 0.1
Reporter: Keith Babo
Fix For: 0.2
While implementing SWITCHYARD-252 I was reminded that we need a new generic interface expression type that simply lists message types, grouped by operation. In the case of 252, WSDL and Java interface types suck to express JSON typing as it's just a lot of unnecessary overhead. As part of this JIRA, we should look at .proto, Avro IDL, WADL, and others to come up with something nice (and maybe provide support for these interface types 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-251) CamelContext tied to ThreadLocal instead of Activator instance
by Tom Fennelly (JIRA)
CamelContext tied to ThreadLocal instead of Activator instance
--------------------------------------------------------------
Key: SWITCHYARD-251
URL: https://issues.jboss.org/browse/SWITCHYARD-251
Project: SwitchYard
Issue Type: Bug
Components: component-camel
Affects Versions: 0.1
Reporter: Tom Fennelly
Assignee: Daniel Bevenius
Fix For: 0.2
Hey Dan... not sure if this was a hangover from an earlier day but atm, the CamelActivator ties the CamelContext to a ThreadLocal.
There wouldn't appear to be a need to do this, assuming you want one CamelContext per deployment. You can just associated it with the activator instance itself, which is tied to the deployment instance.
Tying it to the Thread doesn't work on AS7 since it seems to kick all deployments from the same Thread => meaning there'd only ever be one CamelContext instance created.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months