Hi,

I removed the "javax.xml.stream" as StAX APIs are not part of JDK 1.5. I didn't realize that was the cause of the hang. Glad to see the problem is now fixed .

Thanks,
Raymond


From: Simon Laws
Sent: Wednesday, August 13, 2008 3:29 AM
To: [email protected]
Subject: Re: svn commit: r685246 - in /tuscany/java/sca: modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnit





On Tue, Aug 12, 2008 at 6:58 PM, <[EMAIL PROTECTED]> wrote:

Author: rfeng
Date: Tue Aug 12 10:58:42 2008
New Revision: 685246

URL: http://svn.apache.org/viewvc?rev=685246&view=rev
Log:
Remove javax.xml.stream* packages from systemPackages

Modified:
  
tuscany/java/sca/modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java
  
tuscany/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnitMojo.java

Modified: tuscany/java/sca/modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java?rev=685246&r1=685245&r2=685246&view=diff
==============================================================================
--- tuscany/java/sca/modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java (original) +++ tuscany/java/sca/modules/node2-launcher-osgi/src/main/java/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.java Tue Aug 12 10:58:42 2008
@@ -59,8 +59,8 @@
           + "javax.xml.validation, "
           + "javax.xml.xpath, "
           // Force the classes to be imported from the system bundle
-            + "javax.xml.stream, "
-            + "javax.xml.stream.util, "
+            // + "javax.xml.stream, "
+            // + "javax.xml.stream.util, "
           + "javax.sql,"
           + "org.w3c.dom, "
           + "org.xml.sax, "

Modified: tuscany/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnitMojo.java URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnitMojo.java?rev=685246&r1=685245&r2=685246&view=diff
==============================================================================
--- tuscany/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnitMojo.java (original) +++ tuscany/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/tools/sca/osgi/junit/plugin/OSGiJUnitMojo.java Tue Aug 12 10:58:42 2008
@@ -48,7 +48,7 @@
* @goal test
* @phase integration-test
* @requiresDependencyResolution test
- * @description Run the unit test over HTTP
+ * @description Run the unit test with OSGi
*/
public class OSGiJUnitMojo extends AbstractMojo {
   /**




Why were these removed? Is this why node-launcher-osgi test was locking up?

Simon

Reply via email to