[jboss-user] [JBossWS] - @XmlSeeAlso usage

2009-07-14 Thread cracru
Should I expect @XmlSeeAlso to work on an SLSB/WS SEImpl? | @Stateless | @WebService() | @XmlSeeAlso({Wakeboard.class, WakeboardBinding.class, Tower.class}) | public class WakeRider | { |... | } | I am having no luck in getting the additional classes added to the

[jboss-user] [JBossWS] - Re: @XmlSeeAlso usage

2009-07-14 Thread cracru
I just tested, and it works with: JBoss 4.2.3.GA + JBossWS 3.1.1.GA Metro. So I guess the question really is: Is it supposed to work in 3.1.1.GA Native? Thanks, Craig. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243594#4243594 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Should unchecked, but declared exceptions get wrapped in

2007-04-17 Thread cracru
The spec lead at Sun was kind enough to answer my question. Here's the results: Of course, the JBoss implementation is operating per design and spec. This means, all unchecked (and extending RuntimeException) exceptions that are not in the control of the business method developer, should not

[jboss-user] [EJB 3.0] - Should unchecked, but declared exceptions get wrapped in EJB

2007-04-16 Thread cracru
Should unchecked, but declared exceptions get wrapped in EJBException? The spec is a little vague on the subject. It would seem logical and beneficial to have any unchecked exception that is explicitly stated in the throws clause of a business method be considered an application exception,