The NullPointerException is coming from your code:
Caused by: java.lang.NullPointerException at MyService.create(MyService.java:39)
Caused by: java.lang.NullPointerException
at MyService.create(MyService.java:39)
So you'll have to see what's wrong with line 39 of that class in your application.
Reply to this message by going to Community
Start a new discussion in EJB 3.0 at Community