I have a question for all you nice people on this list.

I have a session bean controlling several items.
I update the items through the normal ways (Finder method, the Setxxxx).

Before i start updating all my items, i need to delete all items to a
specific Package. (Package is only a grouping of items, not the reserved
package word:-))

The easiest thing to do, is make a DELETE * FROM ITEMS WHERE PACKAGE_ID=xxxx
So this is what i do :-)

It works fine, the SQL is executed without problems (and deletes the items),
and the COMMIT after also returns ok.
The single updates of all the items also go all-right. They will also detect
the deletes executed, and will make creates instead of "pure" updates.

So far all seem ok.

BUT - my Interserver starts eating CPU, and if i try to stop JBoss (CTRL-C)
it hangs when comming to :
[InterBase] XA Connection pool InterBase removed from JNDI

There is at present no indications of any failures what so ever, så what can
make the JBoss hang in the disconnect to the database ?

JBoss is 2.0Final (We are currently getting the latest CVS version up and
running)
Interbase is 6.0
Tomcat is also in there :-)
And Java is 1.3
And for the really interested: My outlook is M$ 2000 Outlook :-))

- René Rolander Nygaard



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to