• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SCA (Apache Tuscany) - <service> element external to <component>

 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Is there anyone who has experience with configuration of <service> elements that are external to the <componet> element which is to be exposed as a service in SCA (Apache Tuscany 2.0M3)?
I have the following composite definition, which does not expose a web service, as it is supposed to do:


I probably should ask the Tuscany people, but I am too lazy to join a mailing list for one single question.
There are no errors or warnings occurring in the log. If I move the <service> element into the ProblemTicketComponent <component>, merging it with the existing, and remove the promote attribute, then everything works as it should.
Many thanks in advance!
 
Ivan Krizsan
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ivan!
The latest milestone, milestone four of the 2.0 version, fixes this problem. Please upgrade the Apache Tuscany libraries and you should be fine!
Best wishes!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic