[JBoss-user] [Messaging, JMS & JBossMQ] - Problem in deploying a MDB with javax.jms.Topic

2004-06-25 Thread akhilanand
hi, am trying to create a topic to which a number of subscribers can listen but am facing a problem says JMS provider failure detected. what actually am doing is i developed a message driven bean that listens to the same topic and will inform to all clients listening on the topic with a sim

[JBoss-user] [Persistence & CMP/JBoss] - Re: Deleting a row in cmr entity bean

2004-06-14 Thread akhilanand
hi cuoz, thanks for that, it worked and we have to embed that within try-catch block as it throws RemoveExcpetion. regards Akhil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838665#3838665 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Deleting a row in cmr entity bean

2004-06-14 Thread akhilanand
hi , i am having two entity beans which are having a reference(like deptartment and employee related with deptcode) and both are having only local interfaces, and am having a session bean which interacts with these 2 entity beans to perform the required tasks and the client can communicate

[JBoss-user] [Persistence & CMP/JBoss] - Re: IllegalStateException Help!

2004-06-11 Thread akhilanand
hi, i think you are geeting a collection of localhome objects and then getting an iterator and you are running a while loop over that within which you are type casting the object to the secondary localhome object and then you are applying remove over that, but you do like this get the collec