I am relatively new to this . But I think I have spent more than 10 hours googling . My goal is to run my first EJB3.0 . I have taken the code from Ch4 of Oriely Mastering EJB3.0 5th edition. I am using Ant and JBoss 4.2.2
First Thing is ant task compile is ok . Even deploy task is also happening OK . I can see the titan.jar in the deploy direcotry . However , It is not listed in the jmx_console.
Second thing is after titan.jar is deployed to Jboss , I am running the client , Thats where I am getting this exception .
Here is the client code
Another thing that is puzzling me is what is the meaning of messages that I see ( the following) on the console ,
-- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:jar=titan.jar,name=TravelAgentBean,service=EJB3 State: NOTYETINSTALLED I Depend On: persistence.units:unitName=titan
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: persistence.units:unitName=titan State: NOTYETINSTALLED Depends On Me: jboss.j2ee:jar=titan.jar,name=TravelAgentBean,service=EJB3
Looks like the application is not deployed successfully. The actual error messages will be somewhere above these few lines of exception. Post that exception stacktrace here. That might give us a clue.