Apparently, we're missing a few packages in Import-Package header. I'll try
to fix them.
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Tuesday, March 23, 2010 12:33 AM
To: <[email protected]>
Subject: Build problems in OSGi modules
I've been getting build fails in the OSGi modules and samples which i
thought must be due to local changes but i'm still getting them now
after a clean checkout, and looking in the Hudson logs similar things
are happening there though its not failing the build there for some
reason. The fails are things like:
Mar 23, 2010 12:19:34 AM
org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint start
SEVERE: org/apache/geronimo/transaction/manager/XidFactory
java.lang.NoClassDefFoundError:
org/apache/geronimo/transaction/manager/XidFactory
at
org.apache.tuscany.sca.policy.transaction.runtime.geronimo.TransactionModuleActivator.start(TransactionModuleActivator.java:56)
and
Caused by: java.lang.NoClassDefFoundError:
org/apache/tuscany/sca/common/xml/stax/StAXHelper
at
org.apache.tuscany.sca.binding.sca.provider.DefaultSCABindingMapper.createDelegatingBinding(DefaultSCABindingMapper.java:209)
at
org.apache.tuscany.sca.binding.sca.provider.DefaultSCABindingMapper.<init>(DefaultSCABindingMapper.java:101)
... 61 more
Anyone else seeing these or can see whats wrong?
...ant