RE: Orion1.5.1 and erronous skeletons ?

2001-05-23 Thread Udo Christ

I know,

  but the problem is i need a version later than 1.4.5 with a CMR bug fixed
  since i need Servlet Filters + Working CMR

  thanks, udo

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Florin
Manolache
Sent: Tuesday, May 22, 2001 6:44 PM
To: Orion-Interest
Subject: Re: Orion1.5.1 and erronous skeletons ?


Seems like the new java compiler that ships with latest versions of Orion is
not ready yet for production environments.
If this stops your development go for older versions (1.4.5).

Florin

- Original Message -
From: Udo Christ [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, May 22, 2001 9:19 AM
Subject: Orion1.5.1 and erronous skeletons ?



 OK,

   1.5.1 fixed the problem with the missing transaction attribute in the
home
   interfaces, but now i (i mean orion) have problems with casting
   EntityEJBHome  to XYZ_EntityHomeWrapper61 in the skeletons.

   In addition there are lots of
 -
560. {
 . . .
664. }
 ^

 *** Syntax: } inserted to complete Block


Whats going on here ?  Can anybody shed some light on what has changed
 from 1.4.8
to 1.5.0 and 1.5.1 ??

TIA, udo








Orion1.5.1 and erronous skeletons ?

2001-05-22 Thread Udo Christ


OK,

  1.5.1 fixed the problem with the missing transaction attribute in the home
  interfaces, but now i (i mean orion) have problems with casting
  EntityEJBHome  to XYZ_EntityHomeWrapper61 in the skeletons.

  In addition there are lots of
-
   560. {
. . .
   664. }
^

*** Syntax: } inserted to complete Block


   Whats going on here ?  Can anybody shed some light on what has changed
from 1.4.8
   to 1.5.0 and 1.5.1 ??

   TIA, udo





Apologies for the return-receipt

2001-05-22 Thread Udo Christ


sorry for the return-receipt, i hit the send-button to fast.
I'll double-check next time.
/udo





Orion 1.5.0 and erronous home interfaces ?

2001-05-21 Thread Udo Christ



Hi,

  i just got 1.5.0 when autoupdating orion. This version suddenly has
  problems compiling the home interfaces due to missing
  transaction instance variables in the generated code. The application
  im trying to deploy was deploying/working under 1.4.8.

  Anybody else encountered that sort of problem and has a solution ?

  TIA, udo





EJB2.0 again

2000-09-04 Thread Udo Christ



Help, what am i doing wrong.

I cant get any CMR/CMP Beans to run. If tried it either using Orions OR
or the preliminary EJB2.0 way.

The database gets autocreated, I can create any EJB instances using
the Home interfaces. When i find a Parent with a Set of childs and
access that Set my client application freezes. this is with orion 1.3.0.

Please, does anybody have a working example of a CMR/CMP Bean - 
the EJB way preferred - so i can see what i'm doing wrong.

I did browse through the Orion and Sun sites but couldn't find anything
which is stated that it runs and is downloadable

ThX in advance, Udo





CMR / CMP problem on the client side

2000-08-22 Thread Udo Christ



Hello,

  i just started using the OrionServers CMR mapping for a simple
  CMP Bean.

  The bean has a "public Set getItems()" and returns a CMR Set
  of other CMP Beans. Creation of Beans using the create() using the
  homes create methods works flawless. All entries and dependencies get
  generated in the DB.

  The getter also works great on the server side since i put in a
  System.out.println in the EJB's getter implementation and it shows the set
  of read Objects. Alas the Client invoking the getItems()
  just sits there and waits for the result. At least i assume it does.
Nothing
  happens any more after the call.

  My setup is Win98, JDK1.3, mySQL shareware and OrionServer 1.0.3 or 1.2.0.
  That problem occurs with both versions of Orion. Is there anything i can
do ?
  I tried to get some info from the mail-archive but couldn't find anything
  relating to that problem.

  THX in advance, Udo