Hi,

This problem was due to :
"jonathan.prop" file (Jeremie/Jonathan 's configuration file) was not
accessible
via the CLASSPATH.

Regards.
Hélène.

Bryan Field-Elliot wrote:
> 
> Actually, the problem existed with 2.2.4, and I upgraded to 2.2.6 to try
> to fix the problem (which it didn't). Sorry I should have pointed that
> out at first. Rollback was working with some prior version, I'm not sure
> when it was "lost".
> 
> Your environment is very different from mine, you are using Sun JDK
> 1.2.2 and I am using 1.3. You are using Postgres 6.5.3 and I am using
> 7.0.3, very different versions.
> 
> Thanks,
> Bryan
> 
> Hélène JOANIN wrote:
> 
> > Hi Bryan,
> >
> > I not able to reproduce your problem on one of our environment
> > which is the most nearby of your's:
> >       Linux mandrake 2.2.15-4mdk
> >       Sun JDK 1.2.2
> >       PostgreSQL 6.5.3
> >       JOnAS 2.2.7 (nearly equivalent as yours)
> >       Jeremie ORB
> >
> > Results of the eb example are ok. (see the traces following).
> >
> > It seems that you have not this problem before upgrading to JOnAS 2.2.6.
> > Have you done other change on your environment ?
> >
> > Kind regards.
> > Hélène.
> >
> > ----- Traces of eb example ------------
> > Getting a UserTransaction object from JNDI
> > Connecting to the AccountHome
> > Getting the list of existing accounts in database
> > 101 Antoine de St Exupery 200.0
> > 103 conan doyle 500.0
> > 104 alfred de musset 100.0
> > 105 phileas lebegue 350.0
> > 106 alphonse de lamartine 650.0
> > 102 alexandre dumas fils 200.0
> > Creating a new Account in database
> > Finding an Account by its number in database
> > Starting a first transaction, that will be committed
> > Starting a second transaction, that will be rolled back
> > Getting the new list of accounts in database
> > 101 Antoine de St Exupery 200.0
> > 103 conan doyle 500.0
> > 104 alfred de musset 100.0
> > 105 phileas lebegue 350.0
> > 106 alphonse de lamartine 650.0
> > 109 John Smith 100.0
> > 102 alexandre dumas fils 100.0
> > Removing Account previously created in database
> > ClientAccount terminated
> >
> >
> > Bryan Field-Elliot wrote:
> >
> >> I've upgraded to JOnAS 2.2.6, and now it seems that client transaction
> >> rollback()'s are not working!
> >>
> >> Never mind my own application, I'm simply using the "eb" sample to test
> >> (although I have modified the properties to use PostgreSQL 7.0.3 instead
> >> of the default DBMS).
> >>
> >> Basically, the rollback in the middle of the application (transfers $20
> >> to accno 102) is not rolling back. The final balance for accno 102
> >> (alexandre dumas fils) is $320, but reading the code it looks like it
> >> should be $300.
> >>
> >> I'm using:
> >>
> >> RedHat Linux 7.0 on Intel
> >> Sun JDK 1.3
> >> PostgreSQL 7.0.3
> >>
> >> Jeremie ORB
> >>
> >> Using the "eb" example, unmodified except that I loaded the database
> >> into PostgreSQL instead of whatever the default was.
> >> I tried both the AccountImplHome and the AccountExplHome variations, but
> >> they have the same problem.
> >>
> >> This is quite a killer for my application! (I make a lot of use of
> >> rollback's, and they all don't work at this point).
> >>
> >> Thank you,
> >>
> >> Bryan
> >>
> >> ----
> >> To unsubscribe, send email to [EMAIL PROTECTED] and
> >> include in the body of the message "unsubscribe jonas-users".
> >> For general help, send email to [EMAIL PROTECTED] and
> >> include in the body of the message "help".
> >

-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to