I\'m trying to run j2EE project on external server. Project was made in NetBeans (6.7.1) and when I run it from there, everything\'s going fine (I run it on GlassFish v3 server)
Had the same issue. Problem was wrong import. Instead of javax.enterprise.context.SessionScoped, I had javax.faces.bean.SessionScoped which didn't work and was throwing mentioned exception.