Discussion:
[Middlegen-user] SequenceBean ejbPostCreate
Ben Litchfield
2002-11-15 14:28:05 UTC
Permalink
I am getting the following error when I try to deploy to jboss-3.0.4. Any
suggestions?

Bean : Sequence
Method : public String ejbCreate(String) throws CreateException
Section: 10.6.5
Warning: For each ejbCreate(...) method, the entity bean class must define
a matching ejbPostCreate(...) method.

11:12:48,162 WARN [ServiceController] Problem creating service
jboss.j2ee:jndiN
ame=middlegen.sequencegenerator.ejb.SequenceLocalHome,service=EJB
java.lang.NoSuchMethodException: Can't find ejb[Post]Create in
org.kelut.discourse.entity.ejb.SequenceBean
at
org.jboss.ejb.plugins.CMPPersistenceManager.createMethodCache(CMPPers
istenceManager.java:189)
at
org.jboss.ejb.plugins.CMPPersistenceManager.create(CMPPersistenceMana
Loading...