We are recieving single JMS messages that contain multiple IDOCS. Each of the IDOCs starts with "EDI_DC".
I created a simple ETD with a repeating String field node.
I can't seem to parse in such a way that I get a repeating node for each EDI_DC in the message.
I can appreciate any help.
Thanks...
I don't know of a place where you can get this info other than:
1.) Contacting SeeBeyond support. You'll get a good answer if you ask a very specific question.
2.) Use the reflection API in the collaboration to display some information on the public methods available on the object returned...
myEmailObject.setComponentName(jcc.getCollaborationName());
myEmailObject.setSchemaName(
((JCCollabControllerImpl)jcc).getRegistryInfo().getSchemaName());
As far as the host name is concerned, I think there are several ways to do it:
1.) Add a property file to the collaboration.
The following...
Hi Meenasar,
It may be useful to consider using a configuration file, more commonly called a properties file -- using Properties class.
System.getEnv() method is deprecated in Java 1.3.1
Also, since you seem to be using eGate, consider the limitation of using environment variables. Since eWay...
Hi,
I have a properties file with key/value pairs:
SystemData=C:\egate\client\tmid01
The code:
String systemData = prop.getProperty("SystemData");
returns C:EGATEClient and not C:\egate\client as I would like it to.
I want to make sure the "\" characters don't go away...
If anyone can help with the followin:
1.) Is there a limit to the number of groups supported on AIX 4.3.3 ?
2.) Is there a limit to the number of secondary groups a particular user can have on AIX 4.3.3.?
Thanks in advance,
Jon
Two questions:
1.) Has anyone seen this problem before?
2.) Any sugestions?
Thanks in advance,
Jonathan Ben-Hamou
(503) 504 7660
All of our normal directories are separated by forward-slashes, since we work on AIX. The bogus directories (see below) are being created with backward slashes...
I was wondering if anyone knows how to invoke command line completion on AIX when "EDITOR=vi" or "set -o vi". In HP I used to click on the Esc key twice. Is there an environment variable that needs to be set.
Thanks in advance,
Jonathan
(503) 504 7660
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.