RE: [U2] UniObjects for Java Unnamed Common Corruption

2004-12-10 Thread Horn, John
Behalf Of Sean W Ferguson I have recently encountered a very strange UniObjects bug. I have an application that includes a file containing unnamed commons. The application calls a subroutine that also includes that same unnamed common. In my experience unnamed commons tend to get a

RE: [U2] UniObjects for Java Unnamed Common Corruption

2004-12-09 Thread Cordes, Tom (contractor)
W Ferguson [mailto:[EMAIL PROTECTED] Sent: December 08, 2004 7:16 PM To: [EMAIL PROTECTED] Subject:Re: [U2] UniObjects for Java Unnamed Common Corruption /* * Created on Dec 6, 2004 */ package com.docmagic.rd; import asjava.uniobjects.*; /** * @author jay */ public class

[U2] UniObjects for Java Unnamed Common Corruption

2004-12-08 Thread Sean W Ferguson
I have recently encountered a very strange UniObjects bug. I have an application that includes a file containing unnamed commons. The application calls a subroutine that also includes that same unnamed common. I also have a command that includes the unnamed comman and calls the same

Re: [U2] UniObjects for Java Unnamed Common Corruption

2004-12-08 Thread Sean W Ferguson
/* * Created on Dec 6, 2004 */ package com.docmagic.rd; import asjava.uniobjects.*; /** * @author jay */ public class TestCommons { UniSession session = null; static String host, username, password, accountPath; public static void main(String[] args) { if(args.length 4) {