I checked out the latest source from CVS yesterday... The only classes I'm inheriting from are EntityBean, EJBLocalObject and EJBLocalHome...
> From: Dave Smith <[EMAIL PROTECTED]> > Date: Thu, 01 Nov 2001 06:49:53 -0500 > To: Hunter Hillegas <[EMAIL PROTECTED]> > Cc: JBoss 2 <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] RH Deploy Problems Continue > > What version of RH are you running. I have you throwing an exception on > a debug line. Possibly doing inheritence and the super class does not > exsist? Return class not in class path ? > > Hunter Hillegas wrote: > >> I continue to have a problem deploying my SLSBs into rabbit-hole... >> >>> From the message it looks like it is a SLSB that is having trouble. I looked >> at the RH source code but that didn't help much. I've been through all my >> beans and I'm having a real hard time tracking it down. >> >> Also, I ran my JAR through Sun's verifier and it came out okay... >> >> Any ideas how I can figure out which bean Jboss is choking on? >> >> Here's part of the exception on the console: >> >> [15:50:00,658,ContainerFactory] Deploying PollManagerBean >> [15:50:00,664,ContainerFactory] Deploying LinkManagerBean >> [15:50:00,670,ContainerFactory] Deploying EmailBean >> [15:50:15,754,ContainerFactory] Could not deploy >> file:/Users/hunter/Desktop/jboss-3.0.0alpha/deploy/Default/ratevegas-ejb.jar >> java.lang.NoSuchMethodException >> at java.lang.Class.getMethod0(Native Method) >> at java.lang.Class.getMethod(Class.java:888) >> at >> org.jboss.ejb.StatelessSessionContainer.setUpBeanMappingImpl(StatelessSessio >> nContainer.java:447) >> at >> org.jboss.ejb.StatelessSessionContainer.setupBeanMapping(StatelessSessionCon >> tainer.java:473) >> at >> org.jboss.ejb.StatelessSessionContainer.init(StatelessSessionContainer.java: >> 157) >> >> >> >> _______________________________________________ >> JBoss-user mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/jboss-user >> >> > > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
