Hey Indigo Blue wrote: > (you must be sick and tired of my newbie questions but please bear with me > for a little bit more, I promise it won't be long) > This is how I tried to deploy my bean: > 1. Created a directory under jBoss\deploy and put all the compiled classes > in there. > 2. Created a subdirectory of that directory named META-INF and placed the > EJB 1.1 and jBoss descriptors there (created with EJX). > Then I restarted the jBoss server and expected the bean to be automatically > deployed. But some exceptions appeared there and I was informed that the > deployment failed :-(. > Bellow is the full transcript of the exceptions. > Please advise..... Hmmm........ It seems as though you're using an old version of jBoss to configure your beans. The class that it is trying to find has been split up into two others, so you'll have to reconfigure your beans using the new latest version of jBoss. In particular, if you check your jboss.xml you should find no reference to "org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker", but rather "org.jboss.ejb.plugins.jrmp12.server.JRMPContainerInvoker" or "org.jboss.ejb.plugins.jrmp13.server.JRMPContainerInvoker" /Rickard -- Rickard �berg @home: +46 13 177937 Email: [EMAIL PROTECTED] http://www.telkel.com http://www.ejboss.org http://www.dreambean.com -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
