[U2] RE: U2 Users Digest V1 #161

2004-08-02 Thread Tsombakos, John
Wendy Smoak [EMAIL PROTECTED] wrote: Harry Hambrick wrote: Does anyone have a small example program using CALLHTTP that works? Would like to study it for a project we need to do. There's some code on the Wiki. It uses SSL along with CallHTTP, but you can just ignore the SSL part:

RE: [U2] UniObjects for Java and Type 1 files

2004-07-22 Thread Tsombakos, John
: Thursday, July 22, 2004 12:42 PM To: [EMAIL PROTECTED]; Tsombakos, John Subject: RE: [U2] UniObjects for Java and Type 1 files Tsombakos, John wrote: However, I tried changing the sample code to read from a BP / source code file and it gives an error - asjava.uniobjects.UniFileException

RE: [U2] UniObject Problem

2004-06-29 Thread Tsombakos, John
Just want to give my two cents. Yes, there is a threading issue with using Uniobjects with IIS to talk to Universe. Universe is not thread safe/aware with regards to Uniobjects. IIS uses a threading model to talk to multiple web connections, and when those connections then try to use Uniobjects,

Re: [U2] Universe Redback Java Problem

2004-06-21 Thread Tsombakos, John
] On Behalf Of Tsombakos, John Now, here's the rub.. My initial testing is using Mac OS X. But, when the routine returns a multi-valued item, the value of the SubValue (@SM) character is wrong, so I can't pull sub-values out of a result. The Value mark (@VM) is correct (CHAR(253)). The SubValue

RE: [U2] Universe Redback Java Problem

2004-06-21 Thread Tsombakos, John
And I sent this before I double checked... the value mark is being in coded as %FD. -Original Message- From: Tsombakos, John Sent: Monday, June 21, 2004 2:15 PM To: '[EMAIL PROTECTED]' Subject: Re: [U2] Universe Redback Java Problem Thanks. I think it does have to do

[U2] Universe Redback Java Problem

2004-06-17 Thread Tsombakos, John
I don't know if anyone can help with this but here goes... I'm toying around with using Redback with Java - kicked off by an article in the latest International Spectrum Magazine (Using Redback with PHP). I couldn't get PHP to work with Java, so I went straight to a Java app. I am able to get