I have a @SessionScoped @Named
bean with a @Producer
method for a user object:
@Named @SessionScoped
public class UserBean implements S
I had very similar problem, and I got some offline help. My problem was that where my service was, it was included in a deployed ear AND in my web project as well. It was an accidental duplication, drop one out, and it will work if it is your case as well.
here on the following picture I had the esb_khr inside the esb_khr_web, I removed. In eclipse: go to properties and deployment assembly.