Questions tagged [apache-tuscany]

Apache Tuscany provides a Service-oriented architecture (SOA) infrastructure for developing and running Java applications using a service-oriented approach.

12 questions
2
votes
0 answers

How to enable Apache Tuscany SDO with OSGi container? [classloader issue]

I try to use Apache CXF in Apache ServiceMix with SDO. SDOs are provided with Apache Tuscany SDO implementation. Here is the dependency map: My osgi-bundle exposes a web service, bundle depends on SDO. CXF system bundle depends on SDO too. I…
snowindy
  • 3,117
  • 9
  • 40
  • 54
1
vote
3 answers

SCA (Service Component Architecture) alternative

Looks like the Apache Tuscany Project has been retired. Not sure what that really means, but there are still quite some Opensource and Vendor specific implementation using SCA. If this standard isn't supported anymore is there any other alternative…
FreshMike
  • 481
  • 1
  • 6
  • 26
1
vote
1 answer

Apache TUSCANY SCA tutorial has a broken link

I am trying to learn Service Component Architecture (SCA), so I started with the Apache Tuscany tutorial in this link: http://tuscany.apache.org/getting-started-with-tuscany.html At the beginning of this tutorial, the author provides a link to the…
Traveling Salesman
  • 2,209
  • 11
  • 46
  • 83
0
votes
1 answer

Does Apache Tuscany SCA come in a 64 bit version?

Is there a 64 bit version of Apache Tuscany SCA?
Rebeka
  • 283
  • 1
  • 2
  • 13
0
votes
1 answer

How to Replace Web Service Binding - Tuscany SCA with Spring from scratch

I have had some experience of developing web services (standalone) which are called via angularjs single page apps. But, I now have a Java EE task which involves the following: 1. Removing a Tuscany SCA web service binding from some business…
user2722614
  • 21
  • 1
  • 7
0
votes
0 answers

Tuscany JAXWS SCA issue

I am making two simulatenous calls from one component to second component using JAX WS and I am having issues, this is what happens Take two component, component A, component B and Request 1 and Request 2 Request 1 calls from Component A to…
praveen
  • 81
  • 8
0
votes
1 answer

How can i apply Policy sets to SCA individual web service methods in websphere

I have deployed a Tuscany SCA component (developed in IBM Rational Application Developer) to WebSphere 8.5. It has a Web Service binding, with 5 methods. I want to apply different Policy Sets to each method. However, in the Admin Console, under…
Greycon
  • 793
  • 6
  • 19
0
votes
2 answers

Apache Tuscany SCA Java Tutorial : not able to display the list on UI

I need to implement webservice clien using apache tuscany SCA. Hence I start to learn it. I refer to this tutorial : http://tuscany.apache.org/build-your-first-web-services-with-tuscany.html I followed all as mentioned in tutorial. And yes,…
Edi
  • 13
  • 6
0
votes
1 answer

Apache tuscany based restfull webservices response as json

I developed a restful service using apache tuscany rest runtime which gives json as response. But it raises an exception: "There is no path to send the response". How can I resolve this issue.
0
votes
1 answer

Perform service interception with Fabric3

I´m doing a POC with Fabric3 (Service Component Architecture Framework) and would like to know if there is some native way to proceed interception in my Services? Something like @Interceptors of EJB or a Filter of a web environment.
andolffer.joseph
  • 613
  • 2
  • 10
  • 24
0
votes
1 answer

How to use element DataObject with Apache Tuscany?

I have a an XSD schema which contains both xsd types and elements of that types. Like this: TargetNamespace: http://mycorp.com/ws Type: PaymentType Element: PaymentElement I need to create a commonj.sdo.DataObject representing the…
snowindy
  • 3,117
  • 9
  • 40
  • 54
0
votes
1 answer

Tuscany and JMS binding:URI must start with the scheme jms:

I am using Tuscany 1.6.2 and I try to run the hello-world service JMS example, but deployed in a node in the domain manager. That means, I start the domain manager, register the helloworld-service-jms.jar as a contribution, register the composite,…
wrm
  • 1,898
  • 13
  • 24