Questions tagged [jcaps]

Java Composite Application Platform Suite (or JCAPS) is Sun Microsystem software suite for service-oriented application architecture.

Java Composite Application Platform Suite (CAPS or JCAPS), is a standards-based extensible software suite from Sun Microsystems involved in the Open ESB initiative. It is used to develop software infrastructure when a service-oriented architecture approach has been adopted. Java CAPS is composed of several packages which help to integrate existing investments and deliver new business services in a SOA environment. As with other Java technologies, Java CAPS provides no specific vendor lock-in and supports a variety of operating systems.

Source: Wikipedia

13 questions
2
votes
2 answers

How to migrate from JCAPS to WSO2 ESB

We are using a JavaCAPS (JCAPS 5.X and 6.X) and want to migrate to WSO2 ESB. Now the question is how we can migrate with as much automatic migration as possible. TThe JCDs can be migrated to a custom mediator class that is being by a WSO2 proxy or…
Philipp
  • 4,645
  • 3
  • 47
  • 80
1
vote
1 answer

Issue with JMS Listener in Sun Java App Server

I am running a listener program on a JMS queue hosted in Sun Java System Application Server 9.1_02 (build b08-p03) After receiving a message I will extract and log some details in to a log file. I observed that when running listener for really long…
Chaitanya MSV
  • 6,706
  • 12
  • 40
  • 46
1
vote
1 answer

Migrate from JCAPS to WSO2 ESB

We have an application that uses JCAPS. Since JCAPS is no longer available, we are trying to migrate the application from JCAPS to WSO2 ESB. Could anybody provide any documentation or guide to start the migration work. Thanks.
user1987
  • 25
  • 4
1
vote
3 answers

JCAPS little boxes of hell

Has anyone out there in SO land had to deal with this...when you go to build a new deployment profile in JCAPS, you have quite a few little boxes that you have to minimize before you can do the actual mapping (black boxes added to hide company…
javamonkey79
  • 17,443
  • 36
  • 114
  • 172
1
vote
2 answers

Does Netbeans 6.0.1 support JCAPS or do I have to download netbeans 6.1?

I am bit confused no how to use JCAPS. I have Netbeans 6.0.1. Is it necessary to have Netbeans 6.1 to use JCAPS? Secondly how do I use JCAPS? I am new to Java so hopefully I'll find good support here.
Badr
  • 10,384
  • 15
  • 70
  • 104
1
vote
2 answers

JCAPS deployment to multiple external system environments

Hope a few people in here are familiar with JCAPS. Coming from pure j2ee world, it is difficult to digest the deployment model that JCPAS offers. While creating deployment profile, we need to map the resources (such as jdbc, webservice connector) to…
ring bearer
  • 20,383
  • 7
  • 59
  • 72
1
vote
5 answers

Get the name of a Glassfish2 domain

is it possible to get the name of the current domain in Glassfish v2? I've got a code like: MemoryMXBean bean = ManagementFactory.getMemoryMXBean(); if (bean != null) { MemoryUsage usage = bean.getNonHeapMemoryUsage(); int…
Kevin
  • 4,618
  • 3
  • 38
  • 61
1
vote
1 answer

Creating new JCAPS eWays (like HL7, JMS, ...)

I'm wondering how, in JCAPS 6, we can create new eWays. By eWay, I mean the components like the existing HL7, JMS, File, eMails (ie, external applications) ... I am not sure about the exact name of these entites, "API oriented OTD", JBI,…
Kevin
  • 4,618
  • 3
  • 38
  • 61
1
vote
0 answers

How to use Java CAPS SWIFT Message library

I'm interested in the message library for SWIFT for Java CAPS. Is there any way to use it as an API in an existing java application ? https://docs.oracle.com/cd/E21454_01/html/821-2582/toc.html Appreciate any advise on this.
Camilo Avella
  • 372
  • 1
  • 3
  • 8
1
vote
1 answer

JCAPS Build Error

I am new to JCAPS and trying to build a sample project where I will read a file and write the content to the file system. I have created the JCD, connectivity map and deployment profile using edesigner 5.1.3. However when I am building the project,…
ernitingoel
  • 621
  • 2
  • 9
  • 24
1
vote
3 answers

Application Integration - Biztalk vs Rhapsody vs JCAPS

My organisation is in the science & health sectors and currently uses JCAPS to integrate some of its applications and third parties. These include STARLIMS and SAP amongst others. The JCAPS expert has left the organisation and now there is talk of…
John Mills
  • 10,020
  • 12
  • 74
  • 121
1
vote
1 answer

JMS library to get memory usage and disk space on a remote server?

I'm trying to put together a JMS queues dashboard for some JCAPS interfaces, is there any Java method provided in JMS packages that I could use to retrieve server's status such as memory usage and disk space? Thanks in advance!!
Grant
  • 33
  • 8
1
vote
0 answers

Is it possible to backup a GlassFish server 2.1.1 domain without stopping or suspending the server?

We are using JCAPS 6.3 with a build-in GlassFish 2.1.1 app server, we'd like to create a replication of the default domain (C:\JavaCAPS63\appserver\domains\domain1). Is that possible to perform the backup by just copying everything inside "domain1"…
Grant
  • 33
  • 8