This may have been discussed before, but just in case I want to bring to everyone's attention. If you are trying to run some of the Tuscany sample and demo web applications on WebSphere, you may see the following exception:

Caused by: java.lang.ClassNotFoundException: org.apache.tuscany.sca.host.webapp.WebSCADomain
        at java.lang.Class.forNameImpl(Native Method)
        at java.lang.Class.forName(Class.java:169)

The solution to this problem is that you must set application properties to use the application class loader before the parent container class loader. Then Tuscany class dependencies packaged in your web app will be successfully loaded and resolved.

A step by step explanation and walk through is given my Jean-Sebastien at http://jsdelfino.blogspot.com/2007/10/how-to-use-apache-tuscany-with.html.

--
Thanks, Dan Becker

Reply via email to