Questions tagged [sca]

Service Component Architecture (SCA) is a software technology created by major software vendors including IBM and Oracle. SCA provides a model for composing applications that follow Service-Oriented Architecture (SOA) principles.

54 questions
0
votes
1 answer

Exception in thread "main" javax.ws.rs.InternalServerErrorException: HTTP 500 Erreur Interne de Servlet

I have a java client to call a REST web service. If I declare the Path in the java class. All is good, ie: like that: @Path("/aqsensor") @Produces(MediaType.TEXT_PLAIN) public class CUManagerSensorImp { @GET @Path("/getQuality") public String…
Ameni HADRICH
  • 17
  • 1
  • 5
0
votes
1 answer

what is the best way to get azure blob storage

I'm working with scala and spark and need to access azure blob storage and get its list of files. What is the best way to do that knowing spark version is 2.11.
Tom
  • 31
  • 1
  • 5
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

redhawksdr Connecting multiple instances of a waveform to a device with multiple channels

I am using Redhawk 2.0.5 I was given a Redhawk FRONTEND::TUNER device that communicates with two tuners and maps the I/Q data to a single multi-out bulkio port; with the allocationId/streamId differentiating the streams. (I have the source code so…
jdclfc
  • 1
  • 3
0
votes
1 answer

Running Linux Commands From BPEL Java Embed

I have a composite deployed on a Linux server and with a Java Embed Activity I am trying to run a Linux command. The composite completes successfully but It seems that the command was not executed because the file was not copied. Below is the…
proximityFlying
  • 153
  • 3
  • 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

jar file in Jboss for com.ibm.ws.runtime.jar

I am new to JBOSS and working on a project to migrate an application from WebSphere 7 to JBOSS EAP 6.3 but getting a compilation error in a java file implementing Spring FactoryBean importing "com.ibm.websphere.sca.ServiceManager" which is a class…
Rajat
  • 19
  • 1
  • 1
  • 6
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
1 answer

What are the differences / similarities between JBI and SCA

Could point me to some good links, or share experiences of the differences / similarities between the JBI and SCA specifications? Many thanks :-)
toolkit
  • 49,809
  • 17
  • 109
  • 135
0
votes
1 answer

How to add a property to the property view of "SCA Composite Designer" tool

I am using the SCA Composite Designer eclipse plugin, to design systems that follow SCA component model. At some point, I needed an additional property for the component element. I need the additional property to appear in the property view. The…
Traveling Salesman
  • 2,209
  • 11
  • 46
  • 83
0
votes
1 answer

What's the use of the component type file in SCA?

I am reading about Service Component Architecture (SCA). One thing that I did not understand its use, is the definition of a component type in a file with the extension .componenttype. This source says: "Component type represents the configurable…
Traveling Salesman
  • 2,209
  • 11
  • 46
  • 83
0
votes
1 answer

SCA Tools - Hierarchical Composition

I am using Service Component Architecture (SCA) Tools in eclipse, in order to design and edit XML based SCA diagrams. So far I was able to create a composite within few components. I am now trying to create a hierarchy of composites where a…
Traveling Salesman
  • 2,209
  • 11
  • 46
  • 83
0
votes
1 answer

SCA Tools not available?

I am trying to download an eclipse plugin that helps in designing Service Component Architecture (SCA) system. I specifically need a tool that allows me to create an SCA component diagram, and that diagram can be also exported as XML. Every time I…
Traveling Salesman
  • 2,209
  • 11
  • 46
  • 83
0
votes
1 answer

Dynamic Reconfiguration in OW2 FraSCAti (Programmatically)

I am interested in the dynamic reconfiguration capabilities of OW2 FraSCAti. (e.g Starting/Stopping of SCA Components). So far, I can see that there are two ways to achieve this. 1- By using FraSCAti FScript, as the following: FraSCAtiFScript>…