Hi responding to one GetResourceProperty request, i get this exception: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key spec.FAULT_ACTION_NOT_SUPPORTED_REASON
details below thank for responding... Details: * i didn't implement all methods on capability resource java file (some of them contains an throw new RuntimeException) [i think that it haven't relation with the exception] * i modified the router entry xml file with: <?xml version="1.0" encoding="UTF-8"?> <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"> <muse-wsa:ResourceId xmlns:muse-wsa="http://ws.apache.org/muse/addressing">MuseResource-1</muse-wsa:ResourceId> </wsa:ReferenceParameters> * and i starts my client with: ... my endpoint eference is "epr" .... ResourceIdFactory factory = new CounterResourceIdFactory(); QName name = factory.getIdentifierName(); String value = factory.getNextIdentifier(); epr.addParameter(name, value); some one can help me? -- View this message in context: http://www.nabble.com/MissingResourceException-tf3927432.html#a11138043 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
