Hi I used to remove these two lines and it works, when setting the attribute, I got a lot of exceptions like:
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.geronimo.specs.geronimo-j2ee-connector_1.5_spec [6]: Unable to resolve 6.0: missing requirement [6.0] package; (package=javax.naming) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.openjpa [15]: Unable to resolve 15.0: missing requirement [15.0] package; (package=javax.annotation Any clue? LongkerDandy On Thu, Oct 14, 2010 at 9:52 PM, Guillaume Nodet <[email protected]> wrote: > Can you provide more informations about what does not work ? Any exception, > etc... ? > > On Thu, Oct 14, 2010 at 12:34, LongkerDandy <[email protected]> > wrote: > > > Hi > > I upgrade to felix 3.0.4. > > I copy from the default.properties and add : > > javax.transaction;partial=true;mandatory:=partial, \ > > javax.transaction.xa;partial=true;mandatory:=partial, \ > > > > But seems still not work. > > Got a lot of lack of dependency error. > > > > Regards > > LongkerDandy > > > > On Thu, Oct 14, 2010 at 6:03 PM, Guillaume Nodet <[email protected]> > wrote: > > > > > This may be related to > > > https://issues.apache.org/jira/browse/FELIX-2599which has been fixed > > > in 3.0.3 .. > > > > > > On Thu, Oct 14, 2010 at 11:38, LongkerDandy <[email protected]> > > > wrote: > > > > > > > Hi > > > > > > > > I follow this question from Aries. > > > > The question is simple, I got a conflict between system package and > > > bundle > > > > package. > > > > > > > > Aries provide a simple with Equinox: > > > > > > > > org.osgi.framework.system.packages=\ > > > > ... > > > > javax.transaction;partial=true;mandatory:=partial,\ > > > > javax.transaction.xa;partial=true;mandatory:=partial > > > > > > > > But this seems not work in felix. > > > > What is the correct way to set this. > > > > > > > > Regards > > > > LongkerDandy > > > > > > > > > > > > > > > > -- > > > Cheers, > > > Guillaume Nodet > > > ------------------------ > > > Blog: http://gnodet.blogspot.com/ > > > ------------------------ > > > Open Source SOA > > > http://fusesource.com > > > > > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com >

