On Mon, Dec 7, 2009 at 3:46 PM, amit patel <[email protected]> wrote: > Just fyi we are using Websphere 6.1 runtime right now in production. It > would be a while before we can upgrade to Websphere 7 > > I went through some sample applications, I am unable to get this one to run > > e.g. > https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/ > > I am getting below error when i hit > http://localhost:8080/helloworld-jsf/index.jsp > > java.lang.LinkageError: loader constraint violation: loader (instance of > org/codehaus/classworlds/RealmClassLoader) previously initiated loading for > a diff > erent type with name "javax/el/ELResolver" > at java.lang.ClassLoader.defineClass1(Native Method) >
I haven't tested in WAS 6.1 specifically, but the following application deploys perfectly in WAS 7.x https://svn.apache.org/repos/asf/tuscany/sandbox/sca-cloud-tutorial/store-catalog-ibmcloud-webapp/ Also note the following post around some tweaks necessary to run Tuscany applications in WebSphere environment: http://lresende.blogspot.com/2009/03/how-to-use-apache-tuscany-with.html http://jsdelfino.blogspot.com/2007/10/how-to-use-apache-tuscany-with.html -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/
