@jvallejo80 wrote:
Hi folks!
I have a trouble deploying my EJB to JBOSS, I got this message.
Bean : Login
Section: 7.10.3
Warning: A Session bean must define at least one ejbCreate method.
I have an ejbCreate Method at Login home interface and bean.
– System Setup ——————————-
Operating System and version:
Eclipse version:
Eclipse build id:
Fresh Eclipse install (y/n):
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version:
Eclipse JDK version:
Application Server JDK version:
Are there any exceptions in the Eclipse log file?
– Message Body ——————————-
我在做一个有状态的session ejb 时也碰到这个问题(Warning: A Session bean must define at least one ejbCreate method.),请帮忙,感激!