Bugs item #541866, was opened at 2002-04-10 00:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541866&group_id=22866
Category: None Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Nobody/Anonymous (nobody) Summary: Non-Default create methods don't work Initial Comment: i am using 3.0beta1 with tomcat. the sample entity bean that i have does not work due to the non-default create method, ie instead of having primarkKeyType create(primarkyKeyType pk) i have primaryKeyType createBlaBla(String one, String two). I just read the 2.0 spec and it is my interepetation that this should work. In addition the example code is actually grabbed from an ejb book - not that, that means it should work... I do not know if these are factors, but I an working with a cmp entity bean, using local interfaces. The example attached is really simple. ---------------------------------------------------------------------- >Comment By: Dain Sundstrom (dsundstrom) Date: 2002-04-15 13:34 Message: Logged In: YES user_id=251431 This is fixed in RC1. The problem was lack of support for createSomeName methods. ---------------------------------------------------------------------- Comment By: Peter Luttrell (objec) Date: 2002-04-10 01:04 Message: Logged In: YES user_id=472835 I suppose it would be helpfull if I actually included the error message... ERROR [EntityContainer] Exception in service lifecycle operation: create org.jboss.deployemnt.DefploymentExceptio: Could not find matching method for public abstract com.titan.address.AddressLocal com.titan.address.AddressHomeLocal.createAddress(java.lang.Sgring, java.lang.String, java.lang.String, java.lang.String) throws javax.ejb.CreateExcation at ord.jboss.ejb.EntityContainer.setupHomeMappingImpl(EntityContainer.java:783) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541866&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
