When specifying the packages exported by the system bundle, attributes and
directives on packages do not show up in the system bundle headers
---------------------------------------------------------------------------------------------------------------------------------------------
Key: FELIX-2599
URL: https://issues.apache.org/jira/browse/FELIX-2599
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: framework-3.0.2
Reporter: Guillaume Nodet
When using:
javax.transaction; partial=true; mandatory:=partial, \
javax.transaction.xa; partial=true; mandatory:=partial, \
for example, the headers become:
javax.transaction;version=0.0.0,
javax.transaction.xa;version=0.0.0,
The attributes may actually been taken into account, because specifying a
version does have an effect, but not completely sure about other attributes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.