RE: JDOM and orion 1.5.2

2001-06-28 Thread Tommy Eriksson
org.jdom.input.SAXBuilder.build(SAXBuilder.java:167) at org.jdom.input.SAXBuilder.build(SAXBuilder.java:323) at knut.protocol.KSPParser.parse(KSPParser.java:46) ... Can anybody give me some hint ? thanks -alexander Tommy Eriksson wrote: > > Hi, > > I have a problem that is driv

Very strange connection problem.

2001-06-18 Thread Tommy Eriksson
Hi, I have a very strange problem that occurs when accessing the Orion web server from some sites. I have tried to trace at TCP level, but I can't understand why the error occurs. The following is happening. 1. A connection is established SYN - SYN, ACK - ACK 2. A get is received: GET / HTTP 1.

RE: JDOM and orion 1.5.2

2001-06-08 Thread Tommy Eriksson
PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information -Original Message- From: Tommy Eriksson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 12:29 AM To: Orion-Interest Subject: JDOM and orion 1.5.2 Hi, I have a problem that is driving me

JDOM and orion 1.5.2

2001-06-07 Thread Tommy Eriksson
Hi, I have a problem that is driving me crazy. I have been using orion 1.3.8 and jdom for some time now and it works fine (except that it sometimes hangs for a while). When I updated orion to 1.5.2 I got the a problem with JDOM complaining about SAX Parser not found. I think this is because JDOM

RE: Impossible getting the attention of the orion (support) team. Are they still around?

2001-03-19 Thread Tommy Eriksson
May be the problem with the mail not beeing delivered is that your mail server don't accept mails from host with a Non-authoritative DNS entry like this one from the mailserver used by orion: Non-authoritative answer: Name:druid.evermind.net Address: 195.58.126.196 /Tommy -Original Me

Re: Problem with pkclass

2000-12-07 Thread Tommy Eriksson
I was experiencing the same kind of trouble just the other day. May fault was in implementing the PK class I had forgot to implement the equals and the hashCode methods, hope it helps. Example of one of my PK classes: package knut.ejb.entity; public class UserContactPK implements java.io.Serial

Re: Problems when commiting a transaction.

2000-12-06 Thread Tommy Eriksson
ore you do a > commit. > I believe if it is false then you cannot commit it. > Also let us know how you have set the transaction attributes in the DD. > > > - Original Message - > From: Tommy Eriksson <[EMAIL PROTECTED]> > To: Orion-Interest <[EMAIL PROTECTE

Problems when commiting a transaction.

2000-12-06 Thread Tommy Eriksson
Hi, I have a problem with some transaction stuff. My transactions sometimes roll back when I try to commit them. There is no problem during the transaction i.e. no exceptions get thrown and the UserTransaction.getStatus returns Status.STATUS_ACTIVE before commit is called, but when I call commit