Return-Path: Delivered-To: apmail-servicemix-users-archive@www.apache.org Received: (qmail 69794 invoked from network); 7 Oct 2008 20:50:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2008 20:50:53 -0000 Received: (qmail 81543 invoked by uid 500); 7 Oct 2008 20:50:51 -0000 Delivered-To: apmail-servicemix-users-archive@servicemix.apache.org Received: (qmail 81526 invoked by uid 500); 7 Oct 2008 20:50:51 -0000 Mailing-List: contact users-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@servicemix.apache.org Delivered-To: mailing list users@servicemix.apache.org Received: (qmail 81515 invoked by uid 99); 7 Oct 2008 20:50:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 13:50:50 -0700 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,DNS_FROM_SECURITYSAGE,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 20:49:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KnJVb-0005F4-R0 for users@servicemix.apache.org; Tue, 07 Oct 2008 13:50:19 -0700 Message-ID: <19866939.post@talk.nabble.com> Date: Tue, 7 Oct 2008 13:50:19 -0700 (PDT) From: rinku24 To: users@servicemix.apache.org Subject: SMPP Service Unit: What I am missing in xbean.xml MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: rinku24@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have written a SMPP binding component which has poller and sender endpoints. Both endpoints works fine individually but when I try to set targetService in poller endpoint as "sender", it doesn't work. I have following classes. SMPPComponent extends DefaultComponent SMPPPollerEndpoint extends PollingEndpoint implements SMPPEndpointType SMPPSenderEndpoint extends ProviderEndpoint implements SMPPEndpointType SMPPMarshaler: My xbean.xml is as below. Why the targetService doesn't work but individual "poller" and "sender" endpoints work fine. -- View this message in context: http://www.nabble.com/SMPP-Service-Unit%3A-What-I-am-missing-in-xbean.xml-tp19866939p19866939.html Sent from the ServiceMix - User mailing list archive at Nabble.com.