Hi.
It should not be neccessary to commit the changes yourself if you are using
the right datasource (the ejb-location). One clue of EJB is that the
container manages the transactions and the commit is part of the
transaction. So check your code (you may not gather an own pure JDBC
connection but should retrieve a datasource from the ejb server).
Regards,
Jens Stutte
> -----Urspr�ngliche Nachricht-----
> Von: Ishpal [mailto:[EMAIL PROTECTED]]
> Gesendet am: Freitag, 15. September 2000 06:08
> An: Orion-Interest
> Betreff: Re: BMP Problem
>
> Hi ,
>
> May be u've seen my mail regarding the BMP Problem...
>
> Well, my problem has been solved. I was not committing the changes to
> the database before closing the connection...
> In the finally block I included con.commit() and now it works fine...
>
> Thanks,
> Ishpal.
>