Bugs item #556287, was opened at 2002-05-15 11:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=556287&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: St�phane Bidoul (sbidoul) Assigned to: Adrian Brock (ejort) Summary: create<METHOD> not working in 3.0RC1 Initial Comment: Hi! The attached jar fails to deploy with the following error: Exception in service lifecyle operation: create org.jboss.deployment.DeploymentException: Could not find matching method for public abstract org.my.MyTest org.my.MyTestHome.createMySuffix() throws javax.ejb.CreateException (see attached log for details). If I remove "MySuffix" to the create method, it deploys without error, so I suspect it is due to the create<METHOD> feature that is not fully implemented. I thought this had been fixed, but now it fails (again?), or is it because it is a local bean? -Stephane ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2002-05-15 12:37 Message: Logged In: YES user_id=9459 You need to add the following dtd to the top of your ejb-jar.xml Otherwise JBoss will default ejb1.1 behaviour <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb- jar_2_0.dtd"> Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=556287&group_id=22866 _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
