You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/08/27 19:57:15 UTC

svn commit: r808554 - /tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF

Author: slaws
Date: Thu Aug 27 17:57:15 2009
New Revision: 808554

URL: http://svn.apache.org/viewvc?rev=808554&view=rev
Log:
When running binding-sca-axis unit tests in Eclipse I was getting javax.jms not found from Axis. Was working OK in maven. I added the package import to the Tuscany module manifest and this seems to get the tests working for me in Eclipse. It not immediately clear to me how changing this bundle helps out the Axis bundle but I've lost track a bit of the complex relationship between tuscany and axis bundles so need to look closer. This may help others in the mean time. 

Modified:
    tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF?rev=808554&r1=808553&r2=808554&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/binding-sca-axis2-runtime/META-INF/MANIFEST.MF Thu Aug 27 17:57:15 2009
@@ -9,9 +9,11 @@
 Bundle-ManifestVersion: 2
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: Apache Tuscany SCA Default Binding Model
-Import-Package: javax.xml.namespace,
+Import-Package: javax.jms;version="1.1.0",
+ javax.xml.namespace,
  javax.xml.stream;resolution:=optional,
  org.apache.axiom.om,
+ org.apache.commons.fileupload;version="1.2.0",
  org.apache.tuscany.sca.assembly;version="2.0.0",
  org.apache.tuscany.sca.assembly.builder;version="2.0.0",
  org.apache.tuscany.sca.assembly.xml;version="2.0.0";resolution:=optional,