Originally posted by chennaisen kumar:
can i deploy a ejb without stub and skeleton. whether it will give a
compile time error/ runtime error
No, the stubs and skeletons are generated by
ejbc. Ejbc will give a compile time error if it is unable to generate stub/skeleton, and deployment would not succeed.