Title: RE: EJB 2.0 status.
Hi!
It seems to me that EJB 2.0 support was added in Orion
1.1.2x or something near. Update to latest version and check your ejb-jar.xml
for DOCTYPE tag. It must reffer to correct dtd.
With
best wishes,
Simon
Salykov.
-Original Message-From
Title: RE: EJB 2.0 status.
Hi
could some body tell me which version of orion supports some of ejb2.0 features. are these features relating to entity bean relation ship?
I have a problem .
i am using orion 1.0.3b latest stable version. As specified in ejb2.0 specifications that we have to
ll be MediaPlan has no field
campaign and Campaign EJB has Collection of MediaPlan.
Best wishes,
Simon Salykov.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Yann Doussot
Sent: Wednesday, August 30, 2000 8:27 PM
To: Orion-Interest
Subject: RE: EJB 2.0 s
On Wed, 30 Aug 2000, Simon Salykov wrote:
> Hi, Yann!
>
> Your relation description is incorrect. "campaign-has-mediaplan" role
> source's multiplicity must be one and "mediaplan_belongsto_campaign"
> source's multiplicity must be many. Because one campaign has many media
> plans. Try it.
ith best wishes,
Simon Salykov.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Yann Doussot
Sent: Wednesday, August 30, 2000 11:41 AM
To: Orion-Interest
Subject: RE: EJB 2.0 status.
On Mon, 28 Aug 2000, Simon Salykov wrote:
Here is the description
On Mon, 28 Aug 2000, Simon Salykov wrote:
> Hi!
>
> We are now deploying our applications using EJB 2.0 draft specification.
> We've discovered some bugs with dependents implementation (such as
> deployment fail on application with dependent containing cmp fields that
> must be serialized). Also
Hi!
We are now deploying our applications using EJB 2.0 draft specification.
We've discovered some bugs with dependents implementation (such as
deployment fail on application with dependent containing cmp fields that
must be serialized). Also all bugs discovered in EJB 1.1 implementation
presents