dev@glassfish.java.net

Re: glassfish-corba-omgapi exports javax package

From: Sahoo <Sahoo_at_Sun.COM>
Date: Tue, 14 Apr 2009 22:33:13 +0530

Ken Cavanaugh wrote:
> Sahoo wrote:
>> Ken Cavanaugh wrote:
>>> Sahoo wrote:
>>>> Ken,
>>>>
>>>> It exports javax.activation and javax.transaction packages. In
>>>> fact, it has a partial list of those classes.
>>>>
>>> There are several CORBA system exceptions defined in these two
>>> packages, which were added in
>>> JDK 5. Is there a split package problem here?
>> yes.
>>> What action would you like to take about this?
>> Pl. remove them from those packages and add appropriate
>> Import-Package statements.
>>
> These classes are in the JDK, so I think I just need to remove the
> packages.
No, please add the Import-Package as well instead of always expecting
them to come from JDK. The only packages for which you can make such an
assumption are the ones starting with java.

Sahoo