This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: dot notation question
- From: Per Bothner <per at bothner dot com>
- To: Li Lin <guru dot lin at gmail dot com>
- Cc: kawa at sourceware dot org
- Date: Mon, 10 Apr 2006 12:29:57 -0700
- Subject: Re: dot notation question
- References: <9B5EB331-36AA-4753-AF0A-4668C5BAC77D@gmail.com>
Li Lin asked why
(javax.naming.InitialContext:.INITIAL_CONTEXT_FACTORY)
doesn't work.
The problem was that INITIAL_CONTEXT_FACTORY is defined in a
super-interface javax.naming.Context rather than in
javax.naming.InitialContext itself. Kawa searched for fields in
super-classes but not in super-interfaces.
I checked a fix for this into CVS.
--
--Per Bothner
per@bothner.com http://per.bothner.com/