I think that JBoss too. try this : java org.jboss.verifier.Main <ejb.jar filename> or java -jar verifier.jar <ejb.jar filename>
Emmanuel > The Sun J2EE SDK has a verifier program which I've just started using. > It takes a while to run all its tests, but it does the trick. > > - Andy > > > Dominique Collette wrote: > > > Hi everyone, > > > > I was wondering if anyone knows of, uses or has used a maven plugin or > > other tool that validates an ejb before it is actually deployed? > > > > We're currently running JBoss, with a relatively large number of ejb's > > gathered from the maven repo. Unfortunately, we currently do not have > > the means to verify if they're well formed until we actually try to > > deploy them. At the moment, I do that by running a maven goal which > > deploys the application and then grep the jboss logs for things like > > 'EJB Spec Violation'. > > > > I'd like to be able to validate an ejb before putting it on the > > repository so users can trust that what's on the repo will deploy. > > > > Can checkstyle do something like this? > > > > Is there an equivalent to BEA's ejbc/appc out there? (...in maven > > plugin form... *wishful thinking* ;-) > > > > Thanks a bunch, > > /Dom. > > > > _________________________________________________________________ > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > http://join.msn.com/?page=features/virus > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
