Can you post the interface declaration?

We use a similar approach in our code, and it works fine.  There were
problems at one during earlier releases of orion.

Andre Vanha
NETdelivery Corporation



-----Original Message-----
From: Christoph Sturm [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 10:11 AM
To: Orion-Interest
Subject: Inheritance Problem, orion bug


Hey all!

I have an app with different article types, that are stored in
different tables, and are represented by different cmp-entity-beans.
 All my remote-interfaces implement the same
interface ArticleBase, which extends EJBObject.
Then I have a main article table which stores refenrences to the
different articles, so I declare a field of type ArticleBase there.
When I then try to deploy the bean, Orion crashes with a null-pointer
exception.

Can some1 give me a hint what I'm doing wrong, or what is the best way
to store references to Beans of different types?

Regards,
 Chris

  

-- 
Best regards,
 Christoph                          mailto:[EMAIL PROTECTED]


Reply via email to