RE: ejb 2.0 relations in orion 1.4.3 broken ?

2000-11-08 Thread Magnus Rydin
Title: RE: ejb 2.0 relations in orion 1.4.3 broken ?





Hi Alex,
well, the ATM needs to be updated a bit.
Its descriptor is stuck somewhere between 1.1 and 2.0 during that it has been updated as theĀ  2.0 implementation progressed.

Hopefully, I will get time to do this this weekend.
WR


> -Original Message-
> From: Axel Grossmann [mailto:[EMAIL PROTECTED]]
> Sent: den 8 november 2000 18:28
> To: Orion-Interest
> Subject: ejb 2.0 relations in orion 1.4.3 broken ?
> 
> 
> 
> The current ATM example uses EJB 2.0 definitions of ont-to-many
> relationships (account_owner -> account) . When I deployed it on
> orion 1.4.3 it workes quite well until I added some accounts.
> 
> After shutting down orion and re-login all accounts are lost. A quick
> look into the hsql file (.script) revealed that there was no INSERT
> statement for the ACCOUNTOWNER_ACCOUNTS table at all, where the
> set-mapping between the AccountOwner and Account bean should happen.
> 
> Any idea, or maybe an example how I can work around it by using
> orion-ejb-jar.xml ?
> 
> Thank you in advance,
> 
> Axel.
> 
> 
> 





Re: ejb 2.0 relations in orion 1.4.3 broken ?

2000-11-08 Thread Jim Archer

EEK!

Axel, I have not yet tried to verify this and am not dure how to work 
around it, but if you are sure please Bugzilla it as soon as possible. I 
was just reviewing the bug list and saw that Magnus seems to be making 
excellent progress in cleaning up the EJB 2.0 persistence manager related 
bugs. Maybe if you get this one logged quickly, he can throw a fix in for 
it.

Jim


--On Wednesday, November 08, 2000 6:28 PM +0100 Axel Grossmann 
<[EMAIL PROTECTED]> wrote:

>
> The current ATM example uses EJB 2.0 definitions of ont-to-many
> relationships (account_owner -> account) . When I deployed it on
> orion 1.4.3 it workes quite well until I added some accounts.
>
> After shutting down orion and re-login all accounts are lost. A quick
> look into the hsql file (.script) revealed that there was no INSERT
> statement for the ACCOUNTOWNER_ACCOUNTS table at all, where the
> set-mapping between the AccountOwner and Account bean should happen.
>
> Any idea, or maybe an example how I can work around it by using
> orion-ejb-jar.xml ?
>
> Thank you in advance,
>
> Axel.
>
>








ejb 2.0 relations in orion 1.4.3 broken ?

2000-11-08 Thread Axel Grossmann


The current ATM example uses EJB 2.0 definitions of ont-to-many
relationships (account_owner -> account) . When I deployed it on
orion 1.4.3 it workes quite well until I added some accounts.

After shutting down orion and re-login all accounts are lost. A quick
look into the hsql file (.script) revealed that there was no INSERT
statement for the ACCOUNTOWNER_ACCOUNTS table at all, where the
set-mapping between the AccountOwner and Account bean should happen.

Any idea, or maybe an example how I can work around it by using
orion-ejb-jar.xml ?

Thank you in advance,

Axel.