This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dot notation question


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]