RE: EJB vs Servlets

2000-10-10 Thread BSmith
What a fun discussion. There are obviously alot of strong opinions out there, and here's one more. :) I come from a DCE/Encina background and have been playing with EJB 1.1 (Orion) for about 2 months now. For those of you not familiar with Encina, it is a highly distributable RPC environment

RE: Mapping Users/Groups to Roles

2000-10-05 Thread BSmith
OK. I'm sending this out once more. Is it that nobody knows the answer, or is it just to ignorant of a question for anybody to reply? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 7:59 AM To: Orion-Interest Subject: Mapping

RE: probs with bmp and foreign keys

2000-10-03 Thread BSmith
In the ejbRemove method for your project ejb, are you calling remove for the material first? Most databases won't let you delete a row if another table is referencing it, unless that particular db supports cascading deletes and it's enabled. Typically in 1-M relationships like this (I assume you

Mapping Users/Groups to Roles

2000-10-03 Thread BSmith
I know this question has been asked before but I couldn't find an answer in the archive. For starters in my orion/config I have the default principals.xml that has the groups users, guests and administrators and the users user, anonymous, guest, admin. The group assignment of the users is the

RE: Deletes with Complex OR Mapping

2000-09-19 Thread BSmith
What about the case where you are replacing a child. Example: Adding to a collection or removing from a collection. -Original Message- From: Nick Newman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 2:10 PM To: Orion-Interest Subject: Re: Deletes with Complex OR Mapping

Dependent Objects

2000-09-07 Thread BSmith
Hopefully this is an easy one. At theserverside.com and from other sources, references to dependent objects are made. I understand that a dependent object is simply a serializable class that is used for things like addresses, etc. My question is, how does the container map these to the database?

Counter.jar

2000-09-06 Thread BSmith
I'm trying to use the counter.jar provided with the orion release. Following the instructions for deploying it with my app with one change (I also had to add "ejb-ref-typeEntity/ejb-ref-type" to web.xml), when I launch my app, I get a NaeNotFoundException when I call