[jboss-dev-forums] [Design of POJO Server] - Re: [jboss-metadata] Validation on completely merged view

ALRubinger do-not-reply at jboss.com
Mon Oct 13 22:52:15 EDT 2008


I'm also giving the ValidatorChain the ability to report all Validation failures at once, instead of fail-fast (should make things easier for bean providers)

org.jboss.metadata.validation.ValidationException: An @RemoteBinding was defined on EJB MyStatelessBean, but this bean has no remote business interfaces defined. [JBMETA-117]

...becomes:

org.jboss.metadata.validation.chain.ValidatorChainException: Validation has failed due to the following ValidationException(s) raised:
  | An @RemoteBinding was defined on EJB MyStatelessBean, but this bean has no remote business interfaces defined. [JBMETA-117]

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181982#4181982

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181982



More information about the jboss-dev-forums mailing list