1 2 3 4 5 6 7 8

Problem with using external web service in Java CAPS

2004 byte By Sangig at 2007-11-26 11:21:55
Hi all,I was trying to invoke a web service that is created using NetBeans 5.5 Beta 2 IDE. It is a simple web service that accepts two integers and will return the sum of the numbers.I was able to consume the webservice outside Java CAPS. But when i tried to import the WSDL file, it is giving ...

Required file - Java_CAPS_Tutorial.zip

213 byte By Ramesh_Babu at 2007-11-26 11:22:23
I need the file - Java_CAPS_Tutorial.zip for completing the tutorial of JCAPS 5.1.2. Can some one post the link for downloading. The same is not available in eGateDocs.sar which is available with me. Thanks

CAPS512 on linux

587 byte By tivadar at 2007-11-26 11:26:44
Hello,I'd like to set up CAPS512 on a linux box.Unfortunately it is an Ubuntu (6.10) box, and both the Suse and Redhat logicalhosts fail to start up on it.The error message is the same, a not very specific java.lang.ExceptionInInitializerError.Can anyone give me a few pointers about this ? ...

Reading data from .xls file(MSExcel) through SunSeeBeyond?

474 byte By RengaScreen at 2007-11-26 11:28:20
Hi Folks,We need to read the data and process the same from .xls file(EXCELFile).I was tring the same using file eWay and I was getting some marshal exception while creating the project itself and later I came to know that we need to use COM/DCOM eWay to read the data from MicroSoft ...

WLM Execution

164 byte By eduz at 2007-11-26 11:29:27
How do I continue the execution of a Task in WLM that is composed by two or more EVision pages and I close the execution window in the middle of the process?

automted test harnesses

429 byte By deniskrizanovic at 2007-11-26 11:29:45
Hi folks,We're thinking of building an automated test harness for our sbyn stuff. Is there anyone who'se done something similar before and would like to share any insights, feelings, docs, or hell, even code?Is this possible at all? So far, I've found reference to this class that sounds ...

Displaying the PDF ByteStream on to the browser?

521 byte By RengaScreen at 2007-11-26 11:30:30
Hi,I want to display a pdf on the browser.I have with me the byte stream, using which I need to display the pdfdirectly on the browser.Currently, I am storing it in my local file system by creating a fileoutput stream. But its taking a lot of time.I don't want to create any intermediate ...

Message Caching

319 byte By jpalmeiro at 2007-11-26 11:30:59
Hi,Is there any message caching mechanism in eGate? How can I cache messages with CAPS in order to make business processes faster?Can Integration Server be used to cache web services messages?CAPS documentation doesn't make any reference to this ...

JES on Windows XP SP2

1015 byte By crimsonlogic at 2007-11-26 11:31:57
Hi All,I am facing JES installation problem on Windows XP SP2 OS.Iam trying to intall sun java Enterprise System(java_es_05Q4-ga2-windows-x86) by selecting follwing servers- Sun Java System Directory Server- Sun Java System Web Server- Sun Java System MessageQueue- High Availability Session ...

Instrumenting JCAPS JCDs with JMX

167 byte By AKsuited at 2007-11-26 11:33:13
Do you have any experience with instrumenting JCAPS JCDs with JMX? I'm just beginning the research and would be interested in any lessons learned.Thanks

Printing Business Processes

158 byte By VinceVella at 2007-11-26 11:35:07
Is there a way/method (or a third party tool) which can allow the printing of business process diagrams?Message was edited by: VinceVella

"Error: Enter a valid IP Address" on FC5 with JES 2005Q4

1360 byte By smaring at 2007-11-26 11:35:11
Things started a bit rough, but then seemed to get better until I hit a brick wall on the IP address thing. It just does not seem to like my IP address for some reason. Any suggestions?-Steve Maringsteve dot maring at gca.netGCA.net# ./installerbash: ./installer: /bin/sh: bad interpreter: ...

SOA Certificatrion details.

167 byte By RengaScreen at 2007-11-26 11:35:39
Hi,I would like to give SOA Certification,hence I need some details about that,If any one aware of this please let me know..Thanks,Renga.S.

Developing dynamic WebServices,,

413 byte By RengaScreen at 2007-11-26 11:35:43
Hi,There is a webservices which I can used across my application in morethan one place .The webservices will expect 5 input and give 3 output.When I call the webservices I some times I will give 3 input and some times I will give 4 inputs.So is there a possibility where I can develope dynamic ...

Monitoring Business Process

361 byte By dianaIt at 2007-11-26 11:35:54
Hi,First of all, sorry for my English but I will try to make my best!I'm new to JCAPS.I'm doing a simple BPEL flow in eEnsight. I want monitoring it. I have setted the persistence but into Emanager page i don't see the windows: Business Process Instance Monitor tab.Any idea?Thanks for yours ...

embedded JARs and renaming variables

855 byte By tivadar at 2007-11-26 11:37:36
Hi,I have two (quite unrelated) questions:1. While deploying my apps, I spotted a line in server.log:".... contains one or more embedded jars. This will significantly decrease deployment performance. It is recommended to move the embedded jar file(s) to top level of the EAR...."I have no idea ...

Oracle OTD - error when changing prepared statement

684 byte By marto10 at 2007-11-26 11:38:21
I have some oracle otds which were originally created under ican 5.0.5. These are prepared statements with placeholders (e.g. update tableX set a = ? where b = ?)where i provide the variables in my jcd code.These work at runtime now that I have upgraded to jcaps 5.1.1. However if I try and edit ...

ebXML with Java CAPS

134 byte By abhiforyou at 2007-11-26 11:39:23
Hi,Has anyone ever worked on ebXML transactions with Java CAPS. Any pointers would be helpfull.Thanks in adavance

Difference between ICAN and JCAPS

100 byte By dema at 2007-11-26 11:42:29
Pls let me know the difference between ICAN and JCAPS ,not able to find the excat difference.

Executiong prepared statement with Like% in SQL Query?

891 byte By RengaScreen at 2007-11-26 11:43:00
Hi,We are developing GUI project.In which we need to retrieve the contract details based on the Name which we enter in eVision page.Here we will not enter the whole name,we will enter only the part of the name,for example if the actual name is Sun Seebeyond,I will enter only Su.So if there are ...

Ldap eway Autentication

489 byte By conector at 2007-11-26 11:43:09
Hi everyoneI am using ldap eWay. I did a java collaboration for connecting to ldad. My java collaboration receive two parameters userID an password. I want autenticate this user against a Ldap server. I implement performCompare operation from ldapOTD for comparing userPassword attribute on ldap ...

Database caching

281 byte By awid2 at 2007-11-26 11:43:37
Hi,I'm just wondering if anyone has implemented some sort of database caching in JCAPS? sample scenario would be: a message flows thru and needs to do a lookup from database (routing info), the 2nd msg will just need to access the cached data.thanksAri

Problems with the eway development kit (eDK) on CAPS 5.1.1

722 byte By brynjarno at 2007-11-26 11:43:48
Hi all!I'm having difficulties trying out the eway development kit(CAPS 5.1.1). I would like to create an oracle AQ eway, but first of all i would like to test out the samples included in the documentation, for instance the edkfile eway.I've build the sar file from the post implementation zip ...

Configuring saml v2 plugin for access manager 7.1 beta

606 byte By sar_an at 2007-11-26 11:44:28
I have been tryin to configure the saml v2 plugin in my access manager 7.1 in windows but i am getting a empty directory (saml2) after following all the instructions in the federation services user guide etc etc.Can anyone elaborate the steps i have to follow1) I have a ...

Probelm with new installation of JES2005/Q4

544 byte By m-meskarian at 2007-11-26 11:47:02
Dear AllI am having probelm to get the JES2005/Q4 get working on my server, installation goes okay with no error and installation log and events looks okay, after installation and configuration of Delegated administrator i can not login to DA with admin or amadmin username name and I keep ...

How to install logicalhost and monitor with JConsole

204 byte By Ayan_Kolkata at 2007-11-26 11:49:43
Hi , I have logicalhost-win32.zip and JDK 5 .How would I install the logicalhost ? I have no idea about JavaCaps .Any docs u people have or any hint ?Regards,Ayan

Running Queries in JCAPS

83 byte By krishnan_gopu at 2007-11-26 11:50:18
How can we connect to a DB and fire DB queries in JCAPSPlease help me

SOAP USERNAME TOKEN

605 byte By dianaIt at 2007-11-26 11:51:57
Helloi have implementated a JCAPS Business Process.How I can comunicate it the username and password of user that is calling the service?I have created a SOAP/HTTP Web Service External System and i have enabled the SOAP Message Security. When i call the service I have the follow ...

JNDI properties for JCAPS

1074 byte By Ayan_Kolkata at 2007-11-26 11:52:02
Hi I have installed the Logical Host of JCAPS .Also I can explore the differentMBeans of it using JConsole.If I want to access those MBeans programmatically what would be the JNDI properties ? For examplke if I want to access JBoss 3.2.5 MBeans My sample code would be something like ...

Accessing an MBean Programmatically

1211 byte By Ayan_Kolkata at 2007-11-26 11:54:40
Hi can anybody tell me how access an mbean by a sample program .For example in case of jboss , the jboss-service.xml contains an entry like the following...*****************<mbean code="org.jboss.jmx.adaptor.rmi.RMIAdaptorService" name="jboss.jmx:type=Connector,name=RMI"><!-- Bind the ...

JCAPS 5.1.1 Java Collaborations in eInsight Business Process

370 byte By sivaprakash at 2007-11-26 11:56:25
We currently use JCAPS version 5.1.1. We use Java Collaborations (jcd) services embedded on eInsight Business process(bp) to complete a business process.Question:Java Exception from a collaboration (jcd) is received by business process (bp) only if I have an output specified for that ...

oracle Eway performance problem

608 byte By conector at 2007-11-26 11:58:50
Hi everyoneI have a java collaboration definition, which use OTD for conect to oracle 10g.When I connect to Database, which is on external server, java collaboration take too long time to connect to database when that java collaboration receive first request message.When I connect to Database, ...

Exception handling with eInsight

221 byte By GoldFish at 2007-11-26 11:59:24
hi,Can any body has any specific document regarding to achieve the effective exception handling with respect to JCAPS eInsight. where we have very limited information in the eInsight user guide.Thanks

Jcaps sample application

262 byte By StashKumara at 2007-11-26 12:24:13
Hi, I am new to the JCAPS, I am trying to create web application in eVision. Can you any one of you help me, how to create and run simple web application.Also can you please provide links for sample web application developed through eVision.

Caching data from database on a java collaboration

431 byte By conectora at 2007-11-26 12:26:45
Hi I implement cache in a java collaboration working with HashMaps. When the first message arrive to java colaboration, this message ititialize a HashMap, the next message use that cache for looking neccesary data.But when the first message arrive, it take any seconds for initializing hashmap. ...

Whats a JMSGrid?

320 byte By RaviAkkirajua at 2007-11-26 12:30:01
Hi All,Working in egate /ICAN for past 6 years. Any documentation on JMSGrid? What is this used for?In the topics i read so far about JMSGrid, it is supposed to be Loadbalanced/HA JMS queue. If so how does that work? Any docs on this topic will be greatly ...

Installation bug?

546 byte By quai83a at 2007-11-26 12:31:48
Hi,I got a strange installer behaviour when I am installing the Java 6 JDK final release on Windows XP. Here is the senario:-i) My Windows installation is in Drive D, and has not enough space for JDK installation.ii) So, I browse to Drive E, which has a lot of space as install destination.iii) ...

accesing database from static method on java collaboration

303 byte By conectora at 2007-11-26 12:48:57
Hi *,I want cache data from a oracle database in a java collaboratioon when java collaboration is enabled by emanager.My java collaboration has a oracleOTDI did an static method on java collaboration, but I can't access database from static ...

log4j configuration

255 byte By deniskrizanovica at 2007-11-26 12:51:56
Hi, I want to modify the log-level settings of a particular jcd. I've looked for a log4j.* file and embedded log4j properties. But cannot find any.Is it possible to modify the log4j setttings somehow? regards,dk-

Delimiters in OTD's

160 byte By ashokspandeya at 2007-11-26 13:24:16
Hi,While creating custom OTD, how we can set "Begin", "End" and "any" delimiter to a FIELD or an ELEMENTI am using JCAPS 5.1.2-Ashok

Unable to Import a project: Unable to resolve all in ICAN 5.0.5

2192 byte By Nag4.5.3a at 2007-11-26 13:38:14
Hi,I have ICAN 5.0.5.When we tried to import a project we get the folloing exception:com.stc.repository.packager.PackagerException:Unable to resolve allException Name: java.lang.NullPointerExceptionMessage: nullStack Trace: Message:nullStack:java.lang.NullPointerExceptionat ...

Getting Access to the Soap Header from JCD exposed as web service

476 byte By johnflearya at 2007-11-26 13:43:07
I am exposing a JCD as a Web Service. Is there any way to get access to the Soap Header information from the JCD? We currently do not have the HTTP eway. I can get access to the WSDL binding editor via the Connectivity Map, and I can see where I can add a header to the message. I do not see how ...

Download of Java Composite Application Platform Suite

463 byte By vatsakattaa at 2007-11-26 14:00:32
Hi,We are in the process of evaluation SOA suites offered by different vendors, with this regard can someone tell me where do i get the download of the "Java Composite Application Platform Suite". I just found one link where it asked me to register to get notify once the suit is released, but i ...

Windows FQDN problem/bug

747 byte By cfgoiana at 2007-11-26 14:08:20
Hi all,I installed JES on Windows 2003.At first I had the following FQDN:test-1.itcnetworksA nslookup test-1.itcnetworks gave back the correct IP ...The hosts file had a line with IP and machine's name ...But I was unable to install, JES gave the message that my PC have no FQDN !!!The only ...

Outlook Connector Docs

202 byte By azfara at 2007-11-26 14:25:32
Where do i get the outlook connector configurtion. I have setup the Sun JES 2005Q4 and now want to configure the outlook connector setup.I cant find any info for server side configuration.

Regarding CAPS

460 byte By Harry07101954a at 2007-11-26 14:39:23
Hi All,I am presently working in a Software Company in India as a Programmer Analyst. I am presently pursuing my career in Java and J2EE. Recently i heard about Java CAPS. I went through the sun's site to know about it. It is very interesting. I want to learn it. can anyone guide me to build ...

Timeframe for JES5

198 byte By ShaneBlakea at 2007-11-26 14:53:44
Just wondering what the timeframe for GA release of JES5 is for Windows?The BETA program has been going for nearly 3 months with no word on release schedule.Regards,Shane

Reconstruct Hung

692 byte By Hughiea at 2007-11-26 14:59:13
Hi,Running JES as follows:Sun Java(tm) System Messaging Server 6.2-4.03 (built Sep 22 2005)libimta.so 6.2-4.03 (built 04:37:42, Sep 22 2005)SunOS zzzzzzzz 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-880Feeling a little paranoid. Can I interrupt a reconstruct -r -f user/xxxxx without ...

JCD - making a web service client call from a jcd

569 byte By kwscreena at 2007-11-26 15:03:19
Hi,We would like to make web service client calls from our jcd's in Java CAPS 5.1.2 to an external web services running under a Tomcat 5.5 servlet.What is the recommended method of calling web services from a jcd?We attempted to import a WSDL and use the wsdl object but that failed.One ...

Does CAPS support RosettaNet?

75 byte By kinwah.laia at 2007-11-26 15:04:43
Regarding the subject above, does CAPS eXchange support RosettaNet ?