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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...