Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BeyonderAtLarge

    Repeating Nodes in Java ETDs

    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...
  2. BeyonderAtLarge

    Does Anyone have the getRegistryInfo() API documented?

    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...
  3. BeyonderAtLarge

    Getting schema/host name within a collab. rule

    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...
  4. BeyonderAtLarge

    How to get value of environment variable in Java Collaboration Rul

    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...
  5. BeyonderAtLarge

    Problem keeping "\" chars in a path value using the Properties class

    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...
  6. BeyonderAtLarge

    AIX 4.3.3: GID Limit?

    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
  7. BeyonderAtLarge

    How do you open multiple instances of an Access 97 form?

    I'm trying to open multiple instances of an Microsoft Access 97 from from Access Visual Basic. I cannot get it to work. How does it work?
  8. BeyonderAtLarge

    Bogus Directories

    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...
  9. BeyonderAtLarge

    Command Line Completion with ESC ESC on AIX

    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

Part and Inventory Search

Back
Top