Re: question on use of refOutmostPackage

Martin Matula <[email protected]> Fri, 20 Jun 2003 15:05:39 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi Ronald,
no, there is no reason for doing that - you have correctly noticed that 
it is incorrect and we should fix it. If you find any other place where 
refOutermostPackage is incorrectly used, please file an issue.
Thanks,
Martin

Krijgsheld, Ronald wrote:
> Hello,
> 
> we are building an extension of Mof called XMof. So, the XMof package
> imports the Model package. At some point I want to generate the JMI
> interfaces for the mof models that are in the XMof extent. This fails on two
> places, in TagSupport and TagProvider. Both because a call to
> refOutermostPackage is done, and the result is assumed to be a Mof extent,
> where in our case it is a XMof extent. Is there any reason for not using
> refImmediatePackage in these places?
> 
> 
> Ronald Krijgsheld
> 
>