Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Add support for new REST-router module #307

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The old REST-module:

  <groupId>org.mule.modules</groupId>
  <artifactId>mule-module-rest</artifactId>

has been replaced with a new one:

http://www.mulesoft.org/extensions/rest-module

  <groupId>org.mule.modules</groupId>
  <artifactId>mule-module-rest-router</artifactId>

Since the online-documentation for the old REST-module has been removed we need 
to switch to the new module (and remove support for the old module).

We need to review:
- generator templates
- mule-dependencies

Original issue reported on code.google.com by hakan.d...@gmail.com on 31 Oct 2012 at 3:41

GoogleCodeExporter commented 8 years ago
Me fix

Original comment by magnus.l...@gmail.com on 4 Nov 2012 at 3:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1846.

Original comment by magnus.l...@gmail.com on 5 Nov 2012 at 7:32

GoogleCodeExporter commented 8 years ago
Also needed to correct name of xml schema and adjusted xml namespace prefix to
comply if the rest-router is used in Mule Studio.

Replaced:
1. "xmlns:rest" -> "xmlns:rest-router"
2. "schema/mule/rest" -> "schema/mule/rest-router"
3. "mule-rest.xsd" -> "mule-rest-router.xsd"
4. "rest:" -> "rest-router:"

Original comment by magnus.l...@gmail.com on 5 Nov 2012 at 7:52

GoogleCodeExporter commented 8 years ago
Move to v0.6.1-M1

Original comment by magnus.l...@gmail.com on 15 Jan 2013 at 5:54