Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Question about tutorial

Received: by 10.52.90.36 with SMTP id bt4mr1541158vdb.7.1320078181472;
        Mon, 31 Oct 2011 09:23:01 -0700 (PDT)
X-BeenThere: cdiadvocate4j@googlegroups.com
Received: by 10.52.24.163 with SMTP id v3ls695317vdf.3.gmail; Mon, 31 Oct 2011
 09:23:01 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.188.99 with SMTP id fz3mr78833vdc.19.1320078181041; Mon, 31
 Oct 2011 09:23:01 -0700 (PDT)
Received: by s7g2000yqa.googlegroups.com with HTTP; Mon, 31 Oct 2011 09:23:01
 -0700 (PDT)
Date: Mon, 31 Oct 2011 09:23:01 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like
 Gecko) Chrome/15.0.874.106 Safari/535.2,gzip(gfe)
Message-ID: <d50b01d2-a7b9-4c41-82fc-a242f24edc86@s7g2000yqa.googlegroups.com>
Subject: Question about tutorial
From: mottagio <motta...@gmail.com>
To: CDI Advocate <cdiadvocate4j@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

"Let's configure the tranport based on an annotaion in the parent
class of the injection target, namely, AutomatedTellerMachine"

Being "AutomatedTellerMachine" an interface, the annotation will not
be returned from method call:
...
bean.getBeanClass().getAnnotation(TransportConfig.class)
...

At least, this is what is happening to me trying the tutorial
suggestion.
I'm asking how did you get:

deposit called
communicating with bank via Standard transport retries=7

Or am i missing something?