Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58D5499A4 for ; Fri, 17 May 2013 15:12:35 +0000 (UTC) Received: (qmail 97935 invoked by uid 500); 17 May 2013 15:12:35 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 97840 invoked by uid 500); 17 May 2013 15:12:35 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 77400 invoked by uid 99); 17 May 2013 15:06:27 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of smootch@gmail.com) Date: Fri, 17 May 2013 08:05:42 -0700 (PDT) From: "Jason C." To: users@camel.apache.org Message-ID: <1368803142640-5732768.post@n5.nabble.com> Subject: Bindy + OSGi (The separator has not been defined in the annotation...) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi there, anyone got bitten by "The separator has not been defined in the annotation @CsvRecord or not instantiated during initModel. must be specified" when using Bindy with camel (@ 2.10.4)? I'm calling it from an OSGi-Bundle (Equinox using the OsgiDefaultCamelContext). from("file://" + CSV_IMPORT_DIRECTORY + "?fileName=0328IST.CSV&move=done") .unmarshal() .bindy(BindyType.Csv,com.test.Dummy.class).split(body())... com.test.Dummy is annotated with: @CsvRecord(separator=";",generateHeaderColumns=false,skipFirstLine=true) Thanks in advance, Jason -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-OSGi-The-separator-has-not-been-defined-in-the-annotation-tp5732768.html Sent from the Camel - Users mailing list archive at Nabble.com.