[JBoss-user] polymorphic primary keys

2001-10-26 Thread prajapatib
Hi all, I have a class that is the super-interface of all primary key classes (BasePK). What I have managed to do with this is to implement a generic finder that can go to any entity bean and give back collections of primary keys of the super interface type (in the ebjFindBy() methods). Over

RE: [JBoss-user] MDB listening to a queue not working?

2001-09-19 Thread prajapatib
de in a try...finally block. > in the finally, close the session, connection and queue so every thing is > cleanup property. > I already had that prob and thats how I fixed it. > > -Original Message- > From: prajapatib [ <mailto:[EMAIL PROTECTED]>] > Sent: Tue

[JBoss-user] MDB listening to a queue not working?

2001-09-18 Thread prajapatib
Hi, I am trying to send a message to a queue which a MDB is listening to, however the onMessage() method never gets called, I just get a stacktrace telling me that the peer has reset the connection. ( I am using a JUnit TestCase as the Client on NT4 sp 4 with JBoss 2.4 (with tomcat running), JDK