[JBoss JIRA] Created: (JBESB-1574) Add freemarker support to soapui-client smook transoformation
by Stefano Maestri (JIRA)
Add freemarker support to soapui-client smook transoformation
-------------------------------------------------------------
Key: JBESB-1574
URL: http://jira.jboss.com/jira/browse/JBESB-1574
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Stefano Maestri
Assigned To: Stefano Maestri
Tom fennely says:
<tfennelly> I just had a quick look at that soapclient stuff and it doesn't support dynamic values going into the transforms, but it wouldn't be difficult to add it
<maeste> ok, perfect, I can take a look if is fine for you. Any hints?
<tfennelly> sure
<maeste> I'm going to open a Jira issue
<tfennelly> so look at the SoapUIClientService class in the soapui-client service
<tfennelly> sure
<tfennelly> it receives a parameter map that contains the params to be mapped into the SOAP request template
<tfennelly> you could also use this map to carry the params that are to be used in the transformation
<tfennelly> e.g. a value to be inserted as a header
<maeste> ok I see
<tfennelly> just push this map into the applySmooksTransform and set it into the BeanAccessor context
<tfennelly> Ithis will make this map available to e.g. freemarker templates
<tfennelly> then you just write a freemarker template that uses the dynamic value...
<tfennelly> smooks will add the result of the templating op to the SOAP header
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBESB-530) GettingStarted.pdf should be updated with service information
by Tom Cunningham (JIRA)
GettingStarted.pdf should be updated with service information
-------------------------------------------------------------
Key: JBESB-530
URL: http://jira.jboss.com/jira/browse/JBESB-530
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 4.2 Milestone Release 1, 4.2 Milestone Release 2
Environment: Mac OS X 10.4.9, java 1.5.0_07
Reporter: Tom Cunningham
Assigned To: Mark Little
The GettingStarted.pdf information on how to get the Hello World QuickStart working that seem old.
Step 1 says "Copy samples/quickstarts/esb-quickstart-service.xml to your JBoss application server".
In MR1, there isn't a esb-quickstart-service.xml, we have two service xml's, one for jboss-messaging and another for jboss-mq. There are:
esb-quickstart-jbm-service.xml
esb-quickstart-jbmq-service.xml
There probably should be another step in there which explains how to install the jboss-messaging stuff if they want to use the esb-quickstart-jbm-service.xml xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBESB-531) Scoped queue-service.xml's for quick starts
by Tom Cunningham (JIRA)
Scoped queue-service.xml's for quick starts
-------------------------------------------
Key: JBESB-531
URL: http://jira.jboss.com/jira/browse/JBESB-531
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 1
Environment: Mac OS X, java 1.5.0_07
Reporter: Tom Cunningham
Assigned To: Mark Little
For the helloworld quick start we provide both a jbm-queue-service.xml and a jbm-queue-service-scoped.xml for deployment to different appservers. We should probably be consistent and supply this across the board. However, for the rest of the quickstart samples, we only supply a jbm-queue-service.xml.
Also, maybe there should be an ant target which incorporates the scoped version of the xml? The jar target always seems to pick up the jbm-queue-service.xml (non-scoped) version.
Also, the GettingStarted.pdf which covers the HelloWorld example doesn't talk about the situations where we'd want to use one version over the other. Should that be something that should be added to the documentation?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months