Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Switched to version 2.0.1 of Geronimo and 1.0-incubating-SNAPSHOT of Tuscany.
  • We have a plugin that has an EmbeddedSCADomain and a deployer that allows to deploy tuscany jars into Geronimo 2.0.1 Tomcat server.  Contribution from multiple tuscany jars gets added to a single EmbeddedSCADomain.
  • We have created a ServletHost extension for Geronimo, so that the embedded Tomcat/Jetty server is used (instead of starting a new Tomcat/Jetty server) when webservice bindings are used.
  • We have a sample HelloWorldService tuscany jar that when deployed in Geronimo makes the service available as a WebService.
  • We have a sample SimpleBigBank-new that uses a reference ejb binding and makes the service available as a WebService. Note: Sample may need to be updated.
  • interface.wsdl element is not working.  Using interface.java is a work around we have for now.
  • Source code, samples and plugin (in case one is unable to build the plugin from source) is available in Geronimo Sandbox The code is in Geronimo Plugins at https://svn.apache.org/repos/asf/geronimo/sandboxplugins/tuscany.
  • Samples are available in Geronimo Sandbox -integrationThe code will be moved to Geronimo Plugins at https://svn.apache.org/repos/asf/geronimo/plugins soon.sandbox/tuscany-integration

References

There are three mail chains providing more info
chain1
chain2
chain3

...