[JBoss-user] [EJB 3.0] - SocketException with an MDPOJO

2006-07-10 Thread malmei
Hello I get a | 2006-07-10 16:34:24,140 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE | java.net.SocketException: socket closed | at java.net.SocketInputStream.socketRead0(Native Method) | at

[JBoss-user] [EJB 3.0] - Re: SocketException with an MDPOJO

2006-07-10 Thread malmei
I put more research into it - it seems that this one is not deadly. I can send 1000 messages, close the ProducerManager, get the Exception and then can just send the next 1000 messages (with a new ProducerManager). If it's true, that the Exception means that the client is not reading messages

[JBoss-user] [EJB 3.0] - Re: ClassLoader problems while deploying a EJB3

2006-07-06 Thread malmei
Here you are: $ jar -tf Tools.ejb3 META-INF/ META-INF/MANIFEST.MF WEB-INF/ WEB-INF/classes/ WEB-INF/classes/de/ WEB-INF/classes/de/s2i/ WEB-INF/classes/de/s2i/service/ WEB-INF/classes/de/s2i/service/tools/ WEB-INF/lib/ WEB-INF/classes/de/s2i/service/tools/MsgConsumerBean.class

[JBoss-user] [EJB 3.0] - Re: ClassLoader problems while deploying a EJB3

2006-07-06 Thread malmei
To make sure that it's not the missing ejb-jar.xml I added this: ?xml version=1.0? ejb-jar version=3.0 enterprise-beans !-- A minimal session EJB deployment -- message-driven ejb-nameMsgConsumerBean/ejb-name MsgConsumerLocal MsgConsumerRemote

[JBoss-user] [EJB 3.0] - Re: ClassLoader problems while deploying a EJB3

2006-07-06 Thread malmei
Things can be so easy - that fixed it ! many thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955901#3955901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955901 Using Tomcat but need to do more? Need to support web

[JBoss-user] [EJB 3.0] - ClassLoader problems while deploying a EJB3

2006-07-05 Thread malmei
Hello The following happens, when i deploy an ejb3: 17:50:01,984 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=Tools.ejb3 java.lang.ClassNotFoundException: No ClassLoaders found for: de.s2i.service.tools.MsgConsumerBean at