look at org.jboss.ejb.plugins.CMPPersistenceManagern line 160. You obviously don't have a matching ejbPostCreate method.
> -----Original Message----- > From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 6:41 PM > To: JBoss 2 > Subject: [JBoss-user] CMP 2 Bean Deploy Failed > > > I just tried to deploy a EJB2 jar and it deployed most of my > entities and > then I got this: > > [16:39:25,585,ContainerFactory] Could not deploy > file:/Users/hunter/Desktop/jboss-3.0.0alpha/deploy/Default/rat > evegas-ejb.jar > java.lang.NoSuchMethodException > at java.lang.Class.getMethod0(Native Method) > at java.lang.Class.getMethod(Class.java:888) > at > org.jboss.ejb.plugins.CMPPersistenceManager.createMethodCache( > CMPPersistence > Manager.java:160) > at > org.jboss.ejb.plugins.CMPPersistenceManager.init(CMPPersistenc > eManager.java: > 133) > at > org.jboss.ejb.EntityContainer.init(EntityContainer.java:313) > at org.jboss.ejb.Application.init(Application.java:198) > at > org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:377) > at > org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:305) > at java.lang.reflect.Method.invoke(Native Method) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl. > java:1628) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl. > java:1523) > at > org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:491) > at > org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeploye > r.java:469) > at > org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:231) > at java.lang.reflect.Method.invoke(Native Method) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl. > java:1628) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl. > java:1523) > at > org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:633) > at > org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:308) > at java.lang.Thread.run(Thread.java:496) > > > How can I determine where I've messed up? > > Hunter > > > _______________________________________________ > 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
