246247248249250251252253254255256
* Only throw an exception if we have no * transaction context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); else stringRef = null; } if (stringRef != null)
177178179180181182183184185186187
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } } catch (TRANSACTION_REQUIRED ex) { throw ex;
193194195196197198199200201202203
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } } catch (TRANSACTION_REQUIRED ex) { ex.printStackTrace();
183184185186187188189190191192193
188189190191192193194195196197198
242243244245246247248249250251252
* Only throw an exception if we have no transaction * context and we require one. */ if (InterceptorInfo.getNeedTranContext()) throw new TRANSACTION_REQUIRED(); } if (data != null) { byte[] octets = _codec.encode_value(data);
234235236237238239240241242243244
197198199200201202203204205206207
253254255256257258259260261262263