Ying Style
Ying Style

Reputation: 750

EJB Project can't be hot deploy? MyEclipse10 & JBoss4.0.5GA

When I deploy an EJB3 project in the JBoss server. There is no log in the Console. I can't find the JNDI name. This is wrong. 001 002

And when I try to run an EJB Client to remote call the EJB, I get an Exception: 003

How can I solve this problem? Thanks!

Upvotes: 1

Views: 70

Answers (1)

artbristol
artbristol

Reputation: 32437

You are trying to use EJB 3 (e.g. with @Stateless), but JBoss 4 is too old to support this. Try a more up-to-date version, e.g. JBoss AS 7.

Upvotes: 2

Related Questions