Re: Some problems implementing EJB 2.0 type OR

2001-05-15 Thread James Donnelly
Hi Mathias, What I found was that if I changed the object type for my reference field from Vector to List, Orion was happy to work with it. I decided to rework the interface to my beans so that operations like getting the set of child object references from an EJB involved passing out a list ins

Some problems implementing EJB 2.0 type OR

2001-05-03 Thread James Donnelly
Hi, I'm trying to change the way my application does OR on my entity beans. I have encountered a problem. Using Orion 1.4.8. I have an EJB which has a vector field, listIDs, which contains Integer ID references to child EJBs. In my EJB code I have used the following syntax: public static fin

Re: EJB Passivation problem

2001-04-27 Thread James Donnelly
sion path in an ejb-jar to the META-INF/ directory from the orion/ directory for consistency." Thanks again,   James - Original Message ----- From: James Donnelly To: Orion-Interest Sent: Thursday, April 26, 2001 10:38 AM Subject: EJB Passivation problem

Re: freetds.org

2001-04-26 Thread James Donnelly
Hi Johan,   I don't know if this is much help, but I'm using SQL Server 7 with no problems, however I'm using a JDBC driver called UNA2000.jar by I-net Software ( http://www.inetsoftware.de).   Their driver is available cost free for development, but limits you to 1 connection.   For what it'

test post

2001-04-26 Thread James Donnelly
Can't seem to get my postings seen   If anyone can see this (getting desparate here), can you confirm it's   [EMAIL PROTECTED] Ta, James [EMAIL PROTECTED]

EJB Passivation problem

2001-04-26 Thread James Donnelly
Sending this again, as my last post did not seem to appear.  Sorry if you've got it already.   Hi All,   I am trying to do an import of around 90,000 articles which involves creating 3 EJB's per article.  The server gets to around 6000 articles, then falls over giving me an OutOfMemory error

EJB Passivation problem

2001-04-26 Thread James Donnelly
Hi All,   I am trying to do an import of around 90,000 articles which involves creating 3 EJB's per article.  The server gets to around 6000 articles, then falls over giving me an OutOfMemory error.  Reading the list, it seems related to Orion's inablity to passivate EJB's.   I'm using 1.4.8