On Thu, May 22, 2008 at 9:08 PM, Dan Becker <[EMAIL PROTECTED]> wrote:
> 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 > Hi Dan Thanks for the reminder. I've created a "Hosting Questions" section in the FAQ on the web site and put your text there. Regards Simon
