I was wondering if there exists a tool (or, better yet, a maven plugin) out there that validates ejbs. Maybe something like BEA's ejbc or appc (?). What I'd like to do is validate an ejb before I put it on the maven repo, so users can trust that the ejb they fetch is deployable.
What I'm currently doing is running a post-build goal that deploys all the ejbs using jboss, then I grep the logs for things like "EJB Spec Violation"... but there's got to be a better way.
Is there some way I can use checkstyle to do this perhaps?
Thanks, /Dom.
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
