src/org/apache/kandula/wsba/BACoordinatorCompletionParticipantServiceSkeleton.java [77:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			throws AxisFault {
		OMElement header = MessageContext.getCurrentMessageContext().getEnvelope().getHeader();
		OMElement firstChildWithName = header
				.getFirstChildWithName(Constants.REQUESTER_ID_PARAMETER);
		if (firstChildWithName != null) {
			String requesterID = firstChildWithName.getText();
			AbstractContext context2 = StorageUtils.getContext(requesterID);
			if (context2 != null) {
				ParticipantContext context = (ParticipantContext) context2;
				BAParticipantTransactionCoordinator participantCoordinator = new BAParticipantTransactionCoordinator();
				try {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/org/apache/kandula/wsba/BACoordinatorCompletionParticipantServiceSkeleton.java [111:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			throws AxisFault {
		OMElement header = MessageContext.getCurrentMessageContext().getEnvelope().getHeader();
		OMElement firstChildWithName = header
				.getFirstChildWithName(Constants.REQUESTER_ID_PARAMETER);
		if (firstChildWithName != null) {
			String requesterID = firstChildWithName.getText();
			AbstractContext context2 = StorageUtils.getContext(requesterID);
			if (context2 != null) {
				ParticipantContext context = (ParticipantContext) context2;
				BAParticipantTransactionCoordinator participantCoordinator = new BAParticipantTransactionCoordinator();
				try {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



