I'd recommend reading the Activity Recovery<http://ode.apache.org/activity-failure-and-recovery.html>section of the documentation.
Most likely, your instance is simply suspended due to an undeclared WSDL fault. You can have your instance fail by using faultOnFailure="true". Or if you like the current behavior, you can get the information from the TFailureInfo field from the instance's state. alex On Tue, Nov 25, 2008 at 3:35 AM, wongwong <[EMAIL PROTECTED]> wrote: > > Hello Alex, > > The fault instance still remains ACTIVE status. The TFaultInfo = null. > Actually, the instance should be fault or error, the console has the > message: > ... > Caused by: java.lang.Exception: my exception > at bnPrice.BnPrice.bnPriceProcess(BnPrice.java:6) > ... 25 more > [ERROR] my exception > ... > > Thank you. > > > Alex Boisvert-3 wrote: > > > > Did you try TFaultInfo.getExplanation() or .getData()? > > > > > > On Mon, Nov 24, 2008 at 1:35 PM, wongwong <[EMAIL PROTECTED]> wrote: > > > > > > > > -- > View this message in context: > http://www.nabble.com/get-fault-info-with-InstanceManagement-admin-API-tp20670332p20679550.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
