> This is ejb jar worked in jboss2 but gets following error in 2.1: > > [J2EE Deployer Default] Deploy J2EE application: > file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/deploy/RoomsBeans.jar > [J2EE Deployer Default] Create application RoomsBeans.jar > [J2EE Deployer Default] install module RoomsBeans.jar > [Container factory] > Deploying:file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/Room > sBeans.jar > [Verifier] Verifying > file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/RoomsBeans.jar > /ejb1002.jar > [Verifier] RoomsService: Verified. > [Container factory] Deploying RoomsService > [Container factory] Container Invoker RMI Port='4444' > [Container factory] Container Invoker Optimize='true' > [Container factory] Binding resource manager java:/castorrooms with JDNI > ENC jdo/RoomsJDO > [Container factory] Mapped Container method remove HASH -1842617161 > [Container factory] Mapped Container method getEJBHome HASH -993218923 > [Container factory] Mapped Container method getHandle HASH 1182305581 > [Container factory] Mapped Container method getPrimaryKey HASH -131865408 > [Container factory] Mapped Container method isIdentical HASH 285457048 > [Container factory] Mapped addOccupant -1308607590to public > java.lang.String > rooms.ejb.RoomsServiceBean.addOccupant(rooms.dao.OccupantData) throws > rooms.util.ServerException > [Container factory] Mapped addRoom -56295432to public java.lang.String > rooms.ejb.RoomsServiceBean.addRoom(rooms.dao.RoomData) throws > rooms.util.ServerException > [Container factory] Mapped findAllOccupant -885928479to public > java.util.Collection rooms.ejb.RoomsServiceBean.findAllOccupant() throws > rooms.util.ServerException > [Container factory] Mapped findAllRoom -1135022905to public > java.util.Collection rooms.ejb.RoomsServiceBean.findAllRoom() throws > rooms.util.ServerException > [Container factory] Mapped findOccupant 1892949106to public > rooms.dao.OccupantData > rooms.ejb.RoomsServiceBean.findOccupant(java.lang.String) throws > rooms.util.ServerException > [Container factory] Mapped findRoom -1867600688to public > rooms.dao.RoomData rooms.ejb.RoomsServiceBean.findRoom(java.lang.String) > throws rooms.util.ServerException > [Container factory] Mapped removeOccupant -1759832955to public void > rooms.ejb.RoomsServiceBean.removeOccupant(java.lang.String) throws > rooms.util.ServerException > [Container factory] Mapped removeRoom 106414491to public void > rooms.ejb.RoomsServiceBean.removeRoom(java.lang.String) throws > rooms.util.ServerException > [Container factory] Mapped updateOccupant 607372098to public void > rooms.ejb.RoomsServiceBean.updateOccupant(rooms.dao.OccupantData) throws > rooms.util.ServerException > [Container factory] Mapped updateRoom -1451856992to public void > rooms.ejb.RoomsServiceBean.updateRoom(rooms.dao.RoomData) throws > rooms.util.ServerException > [Container factory] Mapping remove > [Container factory] Mapping remove > [Container factory] Mapping getEJBMetaData > [Container factory] Mapping getHomeHandle > [Container factory] Mapping create > [Container factory] JRMP 1.3 CI initialized > [Container factory] javax.naming.ServiceUnavailableException: Connection > refused: no further information. Root exception is > java.net.ConnectException: Connection refused: no further information > > Attached is ejb jar. Any ideason what needs to be changed? > > Thanks > Ruan > > << File: ejb1002.jar >> -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
