I'm more than a little surprised by this. Does JBoss not provide documentation for their API? How are we supposed to know how to use it? What methods are available, what parameters they take, what exceptions they throw, etc.?
For example, in working with EJB3, I can reference the
Java EE 6 API Javadoc, which provides information about, among other things, the EntityManager interface, which shows all the methods, etc.. Is there nothing like this for JBoss AS?
Thanks,