Moved to the taverna-hackers list.

On Tue, Nov 17, 2009 at 11:47, wrote:
> java.lang.ClassNotFoundException: org.apache.ws.axis.security.WSDoAllSender
> at
> net.sf.taverna.raven.repository.impl.LocalArtifactClassLoader.findClass(LocalArtifactClassLoader.java:352)

It sounds like you are trying to do a secure Soaplab service.

We managed to do secure WSDL services for upcoming Taverna 2.1 RC1,
but we had to make a 'fake' dependency that has axis and wss4j all in
one bundle - to force Raven to have a single classloader.

Try using this dependency instead of axis-* and wss4j:

        <dependency>
            <groupId>net.sf.taverna.t2</groupId>
            <artifactId>axis-wss4j</artifactId>
            <version>1.4-1.5.4</version>
        </dependency>

If it can't be found, also add:

<repositories>
        <repository>
            <releases />
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <id>mygrid-repository</id>
            <name>myGrid Repository</name>
            <url>http://www.mygrid.org.uk/maven/repository</url>
        </repository>
    </repositories>


-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to