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 ...
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 ...
<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>
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 ...
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, ...
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>
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 ...
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 ...
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 ...
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. ...
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
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 ...
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 ...
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 ...
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
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
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 ...
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 ...
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 ...
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 ...
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.
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 ...
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 ...
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 ...
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?
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 ...
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 ...
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 ...
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 ...
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 ...
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,
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 ...
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 ...
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 ...
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?
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 ...
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
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 ...
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?
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 ...
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
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 ...
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 ...
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 ...
1177 byte By
StijnMa at 2007-11-27 4:16:08
Hi all,when creating a new OTD based on an XSD extra (unwanted) fields are automatically added, with the name __TYPE__ . The javaName is X__TYPE__ .I also created a webservice based on the same schemas. I imported the WSDL and set it up to run in a BP. When I look at the schema definitions ...
549 byte By
dmisraa at 2007-11-27 3:41:28
Hi,I need to create a JCAPS Project for connecting to SQL Server.The SQL Server e*Way User Guide (JCAPS 5.1.0) mentions that as part of configuring the SQL Server e*Way, the JAR files - ctgclient.jar and ctgserver.jar should be added to the location - <caps51>\logicalhost\is\lib prior to ...
Hi,I am currently having a problem when populating eVision components from page flows. The problem is being encountered when changing the data of the components. As an example, suppose we have a drop down list containing 5 elements. If we want to repopulate the drop down list with 3 new ...
refer to the subject above, Can we send document thru AS2 using JCAPS 5.1.2?is there any success cases? any tutorial or documentation or guide?
Hi,I have deployed simple JCD as a new web service. I am able to call the operation and get the result but I am happened to see the following message continuously.(Please ignore the project names etc).The main things are Cannot get the status for SeeBeyond GUID because instance not found. The ...
93 byte By
medinaa at 2007-11-27 2:43:01
Where can I find Java CAPS tutorials to get me started using the product?Thanks