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.
Questions tagged [sca]
54 questions
1
vote
0 answers
How to apply weblogic server (10.3.6) security roles to SCA EJB
I want to apply weblogic security roles to SCA service while is exposed as EJB. Please help me int his. We are using weblogic 10.3.6 server.

Vivek
- 49
- 1
- 10
1
vote
0 answers
Link Sonar's quality profile with XML configs from github
We use Github as VCS and Sonar for SCA tool. Is there a possibility to link quality profile config files (checkstyle.xml, pmd.xml etc) in a way to be taken from the github repository and then used by the Sonar when building our app?
This would…

Arek
- 1,941
- 4
- 22
- 27
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
1
vote
1 answer
What's the current status of the OASIS Service Component Architecture spec?
The OASIS Service Component Architecture (SCA) standard appears to be used by several established ESB vendors like Oracle, IBM and TIBCO, however the newer ESBs like WS02 and Fuse ESB don't use it. The spec and any references to it seem to be 4-5…

Robert Morschel
- 341
- 3
- 11
1
vote
1 answer
WSO2 as SCA: will it be possible?
hello again, WSO2 community.
My last question about your architecture for my research is not a technical question, but a future-oriented one instead.
I was thinking about the OSGi approach the Suite has, that is one of the most interesting abstract…

OverTheBitStair
- 185
- 1
- 2
- 7
0
votes
1 answer
Ecore SCA MetaModel
I am looking for an ecore diagram of SCA, I don't want to start from scratch.
The only partial information I get is this diagram picture.
http://wiki.eclipse.org/Image:SCAMM.jpg
Thanks for any answers even if they are negatives
ps : I'll try to…

Baptiste Gousset
- 251
- 2
- 16
0
votes
0 answers
Getting Soft 404 pages in Netsuite
I have been working as a netsuite suitecommerce advanced platform and recently I get noticed that some of the page requests going in the network tab is giving 200 status code return even when the page is not found.
How to return status code as 404…
0
votes
0 answers
Unable to View the Applications under SCA modules list
We are working on a migration of our BAW servers from on-premises to cloud platform.
We are able to successfully install the latest version server and proceed with the EAR deployments and configuration, while validation we noticed that we are Unable…
0
votes
0 answers
Software Composition Analysis (SCA) tool for C++
What is the best tool to scan C++ code (file structure_ to get a report on the Software Composition (license mainly at this point but vulnerabilities too).
I'd like to check out a few
Thanks
Tried already looking through the different review lists…

DdA
- 11
- 2
0
votes
0 answers
cvxpy.error.DCPError: Problem does not follow DCP rules: Error is probably due to the quardratic constraint , but how to solve this problem?
In the following section of my code i am facing error , cvxpy.error.DCPError: Problem does not follow DCP rules.the error is probably due to the quardratic constraint , but how to solve this problem?
the errors display the specific equations that…
0
votes
0 answers
Veracode scan for changed files in Pull request
I need to enable veracode for my application, so just wanted to know can we run the veracode for every pull request/merge request only for modified files? or scanning only once in a day on entire code is sufficient?
There are 20 developers are…

Naresh Ede
- 123
- 2
- 12
0
votes
0 answers
How to install and have two Fortify Static Code Analyzer in the same machine
I have a Fortify SCA version 21.x in a linux machine, planning to upgrade the version to 22.x. But I would like to have both the versions in the same machine since I would take time to validate the working of 22.x version before uninstalling the…

Wolf
- 116
- 9
0
votes
1 answer
klocwork in parallel: how append kwtables into existing build or how kwadmin publish results from mutiple kwtable folders
Due to our projects is really huge and combined all targets into single compilation + analysis + publish will take much time to finished. So I'd like to running the klocwork analysis in parallel.
Here what I've got right now (split the targets in…

Marslo
- 2,994
- 4
- 26
- 35
0
votes
1 answer
Count in .fpr file generated does not match with count generated using FPRUtility command on the same fpr file
In my Jenkins job, FPR file is generated after running the scan on particular build of code. If I download the FPR file and open it using SCA workbench it shows me the following count : Critical-0, High-0, Medium-0 and Low-313.
But when i run the…

Aakash16
- 3
- 1
- 2
0
votes
1 answer
Stripe Subscription incomplete after 3DS check
I'm not sure I understand this "new" Stripe SCA 3DS flow. When I successfully complete the 3DS authentication, create a customer, then the subscription, the subscription is marked as "incomplete".
This is my current Javascript…

Andreas
- 412
- 6
- 19