UNSUSCRIBE

2001-07-02 Thread Juan Gargiulo

problems deploying to Oracle

2001-02-01 Thread Juan Gargiulo
Hi, I have around 15 CMP EJBs that deploy great using MSSQL but now I want to deploy using Oracle and I found a problem with a not very clear error. Some of the tables for my EJBs are being created in my Oracle DB. But if the EJB's description is extended in the orion-ejb-jar.xml file, then the f

Bug in CMP 1->many relations deployment

2000-12-20 Thread Juan Gargiulo
I'm trying to create a CMP 1-many relation between two entity beans. The relation is as follows: the Customer has a List of Service objects (both, Customer and Service are entity beans). When I deploy this, I get the following error: CustomerService_ORList104.java:182: Exception java.rmi.RemoteEx

RE: www.orionserver.com down again

2000-12-13 Thread Juan Gargiulo
The site works for me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez Sent: Wednesday, December 13, 2000 11:36 AM To: Orion-Interest Subject: www.orionserver.com down again Once again the web site is down. This time a scan shows me

Is this a bug?

2000-12-08 Thread Juan Gargiulo
Title: RE: EJB2.0 Generated class uncompilable I'm trying to create a CMP 1 to many relation between two entity beans. So, the Customer has a List of Service objects (both, Customer and Service are entity beans). When I deploy this, I get the following error:   CustomerService_ORList104.jav

RE: Entity bean reference mapping

2000-12-07 Thread Juan Gargiulo
Subject: RE: Entity bean reference mapping juan, have you set the descriptor to be EJB 2.0 complaint?? -Original Message- From: Juan Gargiulo [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 06 de Diciembre de 2000 20:27 To: Orion-Interest Subject: Entity bean reference mapping Joe, I tried

Entity bean reference mapping

2000-12-06 Thread Juan Gargiulo
Joe, I tried the configuration example for EJB reference mapping that you described in the orionsupport site (http://www.orionsupport.com/articles/complex-or.html) for my EJBs but it's not working. I have two EJBs: Member that has a variable called "memberInfo" that is a reference to the MemberIn

EJB-EJB CMP

2000-11-13 Thread Juan Gargiulo
Hi, I'm having problems configuring orion to create the tables for entity EJBs with references to other entity EJBs (using CMP). Can somebody, please, enumerate the steps for doing this. Thanks in advance, Juan Gargiulo

Entity bean reference mapping

2000-11-09 Thread Juan Gargiulo
lready tried setting the persistence-type to "integer" but it didn't work. Here is my configuration: My XML deployment descriptor in orion-ejb-jar.xml has the following: Thanks, Juan Gargiulo