On 10/14/10 6:34, LongkerDandy 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.
Well, once you add this then every bundle needs to import these packages
by specifying the attribute "partial=true" since you just made it
mandatory. Or else you need to deploy another bundle that exports the
packages without the mandatory attribute.
-> richard
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]