Thanks for the update Bengt,
but I'm a little bit surprised as we have two standard package set: one
for jre-1.5 and one for jre-1.6.
Note that javax.transaction is exported with a mandatory attribute:
javax.transaction; javax.transaction.xa; partial=true;mandatory:=partial, \
in both jre 1.5 and 1.6.
Regards
JB
On 06/14/2010 03:43 PM, Bengt Rodehav wrote:
I had the same problem a while back. I was informed that since Karaf also
supports Java 1.5 (which doesnt have these packages), they should not by
default be imported by Karaf.
See the following:
http://old.nabble.com/Karaf-1.4.0-and-ActiveMQ-5.3.1-td28191404.html
/Bengt
2010/6/14 Jean-Baptiste Onofré (JIRA)<[email protected]>
[
https://issues.apache.org/jira/browse/FELIX-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878569#action_12878569]
Jean-Baptiste Onofré commented on FELIX-2409:
---------------------------------------------
It sounds good for me.
javax.annotation not exported
-----------------------------
Key: FELIX-2409
URL: https://issues.apache.org/jira/browse/FELIX-2409
Project: Felix
Issue Type: Bug
Components: Karaf
Affects Versions: karaf 1.6.0
Environment: Windows / jre-1.6
Reporter: Jean-Philippe CLEMENT
Karaf config.properties does not export "jre-1.6" javax.annotation and
javax.annotation.processing standard packages.
As they are part of the java 1.6 API it sounds normal to have them
imported by default:
javax.annotation, \
javax.annotation.processing, \
Would it be possible to fix this?
Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.