Skip to Content
0
Former Member
Jul 27, 2009 at 11:01 AM

How to add/find ressource bundle to/of composite application?

21 Views

Hello,

using the NWDS 7.1.1 I have create a composite application. This application provides a number of web service which might raise CAFServiceExceptions. Now, I want to encapsulate the CAFServiceExceptions into my own Exceptions which provide more detailed exception messages.

To this end, I have created own fault types. My web service operations now catch CAFServiceExceptions and throw my own exceptions instead. Theereby, the constructor of my exception my be provided with a location for logging, the exception which has been caught, and the key of an error message from a ressource bundle.

My question is, how can I add/find the ressource bundle for defining my error messages?

Best regards

Alexander