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

learn more… | top users | synonyms

1
vote
0answers
37 views

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 ...
0
votes
0answers
50 views

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 ...
0
votes
0answers
54 views

Java CAPS to Oracle SOA migration

I wanted to know if any of you had experience in migrating Java CAPS repository based projects to Oracle SOA. How difficult/easy is the migration. I did some read up on Oracle's site, and I am looking ...
2
votes
2answers
60 views

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 ...
1
vote
0answers
59 views

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 ...
1
vote
1answer
91 views

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 ...
1
vote
3answers
288 views

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 ...
2
votes
2answers
303 views

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 ...
1
vote
2answers
740 views

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 ...
1
vote
5answers
152 views

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 ...
1
vote
1answer
317 views

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 ...
1
vote
1answer
1k views

Any JCAPS tutorials?

HI, I've recently started emploment at a company that uses JCAPS to perform intrgrational development. Does anyone have any tutorials i can use?