1 2 3 4 5 6 7 8

Multiple webservices in 1servlet context

676 byte By weemorta at 2007-11-27 11:31:14
Hi,I have approx 8 jcds in a project.1 connectivity map with 1 external ws/soap external system, which is linked to all the jcds.Deployed ok - no errors at all.However, it seems that i cannot call 7 of the web services. The last one (alphabettically, and im assuming last one deployed) is the only ...

JCAPS 5.1.2: Can't start Logical Host

186437 byte By manuel.ba at 2007-11-27 11:02:14
we try to start a logical host but it doesn't work. we already made sure that our ports are really free.we run it under RedHat Enterprise Linux 3our repository and the emanager are already running and available under http://localhost:12000 and http://localhost.localdomain:15000we tried to create a ...

JCAPS on a Solaris zone

158 byte By AaronAnderona at 2007-11-27 10:59:59
<p>I checked the installation documentation and didn't see any mention of Solaris zone support. Any problem with installing JCAPS 5.1.3 on a sparse zone?</p>

Sun Service Registry Woes

801 byte By kontaktea at 2007-11-27 10:58:28
Hi, I've been working with (or trying to) Java Enterprise System 5 to evaluate the Sun Service Registry. Currently, I installed everything on a Windows box and I told the installer to configure everything automatically. After the install is complete (which takes a while) I tell the installer to ...

MQ messages are not rolled back to MQ in JCAPS

602 byte By spoosarlaa at 2007-11-27 10:50:59
Hi,I'm working on a project where we are able to read and writemessages to MQ. However, when a Collaboration encounters anexception after reading the MQ message, it is not rolling backthe message to MQ like we are excepting.We are using inbound MQ eway of JCAPS 5.1.2 with defaultproperties in ...

java.lang.IllegalStateException: cannot add non-XA Resource to global JTS t

2317 byte By VenkateshSampoornama at 2007-11-27 10:50:06
Hi, I am using JCAPS 5.1.2. As one of my project requirement I am invoking a jcd from page flow and that jcd uses 2 oracle otd, each oracle otd corresponds to database which resides in two different machines/hosts.When jcd is invoked from page flow, i got following error, ...

Create jcd from wsdl

201 byte By moonsita at 2007-11-27 10:49:07
<p>Is it possible, given a provided wsdl, to create a web service java collaboration? The docs seem to show a web service being created from a wsdl in eInsight, but can it be done without eInsight?</p>

Need information regarding setAutoCommit(false) in oracle otd

645 byte By VenkateshSampoornama at 2007-11-27 10:29:49
Hi All, I need to insert data to two oracle tables. If data insertion to both tables are success then connection should commit else it should not commit. Hence for this i set 1) oracleOtd.setAutoCommit(false); The i inserted value to first table. During insertion to second table it gave exception ...

Java CAPS MQ eway performance issue

607 byte By amn.jcapsa at 2007-11-27 10:28:01
I am executing a POC, where-in I need to receive and send message to MQ using JCAPS, MQ-Eway. MQ is on the Mainframe machine. Mainframe job can post and read message to and from MQ with the through put of 3400 messages in 6 seconds. MQ-Series to JCAPS using MQEway the through put is 3 messages per ...

Java CAPS uninstall?

342 byte By Prateek.Parekha at 2007-11-27 10:25:23
Hello,I was installing the b2b suite in Java CAPS. And, after reading some documents i came to know that i might have uploaded the sar files in the wrong order. Now, i'd like to know is there anyway I can remove these fies from the repository? Also, what is the procedure for uninstalling Java ...

Unable to monitor eInsight bps in eManager

627 byte By jchettya at 2007-11-27 10:03:16
Hi,I'm having difficulty with monitoring eInsight business processes. I've followed all instructions - 1) Installed Adobe plugin2) Run Oracle persistence scripts (Oracle XE), configured Integration Server3) Created BP and set its property "persistence for reporting" to yes.4) Saved it. ...

JCAPS integration with Seebeyond 4.5.3 via JMS

242 byte By gvsa at 2007-11-27 9:45:52
HI.I need JCAPS to communicate with a Seebeyond 4.5.3 instance via JMS.Does anyone know how this can be done?Where can I find info on this matter?Is there an example of this anywhere?RegardsGVS

Error Starting Domain

5589 byte By BrianBeecha at 2007-11-27 9:34:39
I'm having a problem importing a certificate into App Server 9.We got a cert for a NetApp - The NetApp acts as a router to push to a machine and port. Currently the NetApp is set to send the request to 192.168.1.232:443 - which is where the app server is running.We got the signed certificate ...

Reading properties file from jcaps environment

457 byte By VenkateshSampoornama at 2007-11-27 9:06:26
Hi, Need to read a properties file which resides inside jcaps environment.e.gI have project called prjTest. I imported a "test.properties" file in to the project. After this i tried to read the imported properties file in ajcd. But i ended up with FileNotFoundException. Please let me know is ...

Access JavaCAPS IQ JMS from non-Sun app servers

435 byte By Soajournera at 2007-11-27 8:44:58
I need to send and receive messages via the JavaCAPS/SeeBeyond IQ JMS provider from a BPEL process hosted in an Oracle App Server via OC4J version 10.1.3.1. Does anyone have any hints on setting up and configuring the JavaCAPS/SeeBeyond IQ JMS provider in non-Sun application servers (preferably ...

Problems with calling external web service (soap)

9263 byte By bonaly1998a at 2007-11-27 8:30:52
Hi guys,I'm stuck in a nebulous problem respsect to invoking a web service in my jcd. I want to call a web service (soap) of an external web application.The responsible colleague gave me his wsdl which is proper and contains all necessary stuff.What I did:1. I imported the wsdl. The WSDL ...

install.bat file not available

296 byte By RamSaia at 2007-11-27 8:20:43
Hello All,I downloaded the Jcaps from the following location. http://www.sun.com/software/javaenterprisesystem/order_confirmation Not sure how to install - as the setup.exe/install.bat are not availablePlease let me know how can i proceed.ThanksRam

Parsing CSV file

226 byte By Yalavarthia at 2007-11-27 8:11:16
Hi,I am trying to parse CSV file using COM/DCOM e*Way , i am successfull with excel workbook, I am not sure about proceeding for CSV file.Any help would be appreciated.Thanks in advance.Srini

Creating OTD from a WSDL

493 byte By bonaly1998a at 2007-11-27 8:09:24
Hi to all,unfortunately I'm stuck in a problem. I have a wsdl and I want to call a external webservice out of a jcd.Question: How can I build a OTD from a WSDL? The OTD Wizard only provides creating an OTD with the help of an existing XSD, but not a WSDL.I imported the WSDL into the repository ...

SOAP Envelope using implicit header vs explicit header vs wrapped body

1004 byte By ternalertsteddya at 2007-11-27 7:47:57
Hi,I'm using JCaps v. 5.1.2 and my question is related to eInsight, Soap and Wsdl's.Background:In addition to the schema-types our services operate on as input/output; we see the need of adding an extra common schema-type to follow all our service requests.The extra common schema-type can be ...

HL7 OTD Templates

330 byte By JCAPS_Joea at 2007-11-27 7:41:48
Hi AllWhen using the HL7 templates I am noticing that after making copies of the master templates I am able to make changes to the segments (for example making the OBX a repeating segment), however I am not able to make any changes to the fields inside the segment. Has anyone found a way to ...

JCAPS 512 HL7 eWay

789 byte By JCAPS_Joea at 2007-11-27 7:38:28
Hi AllI am trying to create an inbound TCP/IP HL7 connection. I am using the sample projects provided but am not sure how to configure the eWay connections type on the Connectivity map. I am trying to have JCAPS connect to my applications box and port and listen there which in previous versions ...

JCAPS JMS IQ Manager - MS control utility

154 byte By jcaps_tx_developera at 2007-11-27 7:11:05
Hi, I am new to JCAPS and would like to know how to evoke JMS IQ manager MS control utility when testing locally on my PC.Thanks in advance.

Implement an existing web service operation

1284 byte By Schlompa at 2007-11-27 7:10:30
Hi,So far I have created a message schema (XSD) and a WSDL document which is describing my web service (so far an entity service).Now I want to implement the operations I created in the WSDL document. I would like to do this by using Java.I thought that this is possible by using the implement ...

An Enterprise Manager Security Gateway Login Problem.

443 byte By carlos_lao@popsmacau.coma at 2007-11-27 7:08:27
Hi all, i am new to the Jcaps,Once i login to the Enterprise Manager Security Geteway, http://localhost:15100User ID: AdministratorPassword: STCThen, it only shows the following message, "Login successful.Click here to access the service you requested. "If i want to deploy the EAR file, am I in ...

Oracle Cursors not being Released.

319 byte By Dave.Smizika at 2007-11-27 7:06:05
JCAPS 5.1.2 issue with 5.1.2 Oracle eWay.I have a JCD that executes stored procedures against an Oracle database. At some point in time, the open cursors in the database can go as high as 200. Does anybody know why are these cursors being left open in the Oracle box? and how to go about fixing ...

JCAPS Tuning

163 byte By DHS15243a at 2007-11-27 7:05:36
Does SUN provide any recommendations for tuning JCAPS (ejb, jvm, mdb) or are those too implementation specific. If they don't any other good spots to look?

Optimising marshalling/unmarshalling of user-defined OTD

320 byte By adrianbusuttila at 2007-11-27 7:02:11
Hi,Is there a way that we can optimise the marshalling/unmarshalling process of a user-defined OTD. We need to marshall/unmarshall the OTD as we need to propagate it from one business service to another, and it is taking quite a considerable amount of time (10-20 seconds) for each ...

JCAPS Deployment Design

1664 byte By DHS15243a at 2007-11-27 6:59:09
Hi All, I have a number of questions about the differences in the Deployment Design/Arch between JCAPS and ICAN.1) In the ICAN world, I created multiple logical hosts in my environment, each with several Integration Servers and Message Servers. Components on one deployment profile where able to ...

JCAPS - page layout designer

743 byte By mariona at 2007-11-27 6:54:05
My company is purchasing JCAPS 5.1.3, and I will be responsible for the design and implementation of the front end of an important application we are developing. A few questions -- (1) the web pages will be highly interactive and must include AJAX-type functionality. Does anyone know if this ...

JCAPS - page layout designer

742 byte By mariona at 2007-11-27 6:54:03
My company is purchasing JCAPS 5.1.3, and I will be responsible for the design and implementation of the front end of an important application we are developing. A few questions -- (1) the web pages will be highly interactive and must include AJAX-type functionality.Does anyone know if this can ...

Enterprise Manager Deployer Problems

386 byte By JCAPS_Joea at 2007-11-27 6:53:32
I am having problems with the Deployer section of the Enterprise Manager in that when I click on the Manage Application tab I get the web page saying "This page can not be displayed". This problem is intermittent and I am using version 5.1.2. Has anyone else come accross this issue and if so ...

One little and i think for most here a stupid question! But I NEED HELP!

336 byte By Lipenkoa at 2007-11-27 6:49:01
Hello people! I've downloaded one Java-Product, but there are 5 files, which i must concatenate. I have Windows, and when i'm trying to do "copy" in cmd, it doesn't works... How can i concatenate that files (i need a one .iso file), may there is some specialized programms, that i could ...

Problem allocating service packages to users via delegated admin

377 byte By bsd_daemonoida at 2007-11-27 6:39:32
I've created a custom service package using the sample templates. Upon assigning this newly created package to a user via Delegated Administrator I receive the following message "cannot create user - all service packages of this type have been allocated". Problem is I've made about 200 ...

java caps software download

160 byte By krissarmaa at 2007-11-27 6:32:32
can any one tell me where can i get sun javacaps latest version software. is it open source?please help me regarding this.thanking you all,

Link to online documentation doesn't work

359 byte By dfkraskaa at 2007-11-27 6:13:58
Hi,just a hint for the people at Sun: access to the online documentation http://docs.sun.com/app/docs/prod/comp.app#hic doesn't workany more. Searching for single documents still works, but the entry point isn't accessible. I'm trying to access the site from Germany, may be it's a regional ...

Context-Root already exists

383 byte By conectora at 2007-11-27 6:11:13
Hi everyone,I am deploying two bussines process, which has user activities.My first bussines process is deployed succesfull, but second project show next error: java.lang.Exception: isProduction:Deployment failed on target localhost:18000_server : Context-Root already exists in a dep....What is ...

XSD FileNotFoundException during JCD creation

3636 byte By bonaly1998a at 2007-11-27 6:07:20
Hello to all,I have a nebulous problem respective creation a JCD which should be callable as a WebService.I created XSD which contains three xsd imports. It seems to be proper because the OTD Wizard in the eDesginer built a proper OTD. Furthermore after importing the base xsd the validation in ...

Installation on Windows fails: Shared DLLs are in use

403 byte By Linda_Ba at 2007-11-27 6:00:23
HiWhen running setup script on windows, a dialogue box appears:Installation cannot proceed because some shared DLLs are in use by Java ES 2005Q4 components. Stop all Java ES 2005 Q4 components and then click ok to proceed with installation, or click cancel to terminate installation.i do not ...

eGate Base Directory

216 byte By cybert1mmya at 2007-11-27 5:57:51
In eGate 4.5.3 there was a way to get the base directory of eGate on the file system to easily locate application files without having to resort to the classpath. Is there a comparable way to do this in JCAPS?

Creating an Alias for URL's to access the JCAPS tools.

842 byte By CvtyRwolinskia at 2007-11-27 5:55:19
Has anyone determined a way to create an Alias to the access the various tools under JCAPS, so that you do not need to remember server host names and port numbers?Example: http://[Server Name]:12000 to access the Suite Installer, or http://[Server Name]:18000 to access the Integration Server ...

where to download JES4 from

89 byte By sureshsamuela at 2007-11-27 5:19:47
Hi Team,Where can I download JES4 from the sun download site.Thanks,

5.1.3 Released is EDI OTD lib included?

147 byte By eingfoana at 2007-11-27 5:12:48
hi *,does anyone know if the EDI OTD lib is now shipped with 5.1.3?in former 5.1.X it was excluded at all.regards chris

Problem connecting to update center

464 byte By Bogusa at 2007-11-27 5:05:05
hi allI'm using eDesigner on Windows 2003 server and Im trying to update it to get all modules using update center but Im getting the following errorUnable to connect to the update center server, check proxy server or try again later, the server may be unavailable at this timeI checked the ...

Async web service calls from eInsight or JCD?

289 byte By javaman01450a at 2007-11-27 4:43:19
Is it possible to perform (or produce for that matter) Asynchronous Web Services in Java CAPS. Could be called from eInsight BP or from a JCD. From my experiments and what I can tell this is just not supported in Java CAPS. Can someone please confirm or correct me with explanation?

JCAPS Integration with Weblogic 9 via JMS

449 byte By johnferrona at 2007-11-27 4:26:09
Has anyone had any experience in integrating with Weblogic 9 via JMS? I am on a project that needs to integrate with a product that was built on WL9. Since I know JCAPS supports WL9, I was wondering what I need to do, what JARS are needed to be imported so I can setup a spike between JCAPS and ...

CAPS&Access Manager

275 byte By eranhoa at 2007-11-27 4:25:09
Hi all,Does any one out there have ever tried to use AM with CAPS?I need to deploy the AM war file (amserver.war) to CAPS application server (Sun AS), but I have no idea how to deploy standalone web-apps in CAPS.Any hints?Thanks,Eran

JMS Grid configuration

677 byte By moonsita at 2007-11-27 4:25:06
How is JMS grid configuration done for active-active failover?Here's the test scenario. I have a simple jcaps project which has a jms topic and queue called jmsTopic and jmsQueue. The project is deployed (duplicated) to two different machines. Each machine has a JMS grid daemon, within a ...

Detailed SNMP Agent info in release 5.1.2

563 byte By jonas_pta at 2007-11-27 4:23:54
Hi *,In Enterprise Manager, the SNMP Agent appears to be running, but according to netstat -a, no process listens on the configured port. I would like to look into the "real" configuration for the agent to verify the port number I configured with Enterprise Manager really shows up in the ...

Duplicate ejb exception when building application with a web service client

1414 byte By Davza at 2007-11-27 4:23:40
Hello,I am quite a new user to Java CAPS and since I have added a new collaboration to my connectivity map I am having a strange problem of duplicated ejb when I build my project.My new collaboration is simply listening to a topic and when a message arrives, it calls a web service located on ...