views:

65

answers:

0

I've downloaded the Websphere community server examples and gotten them to compile and run with Maven. I'd like to run these on Websphere 7.0. When trying to deploy the calculator example to Websphere 7.0 as an ear file I get the following error. Getting Error executing deployment: java.lang.NoClassDefFoundError. Error is com.ibm.ws.ast.st.core.WASRuntimeLocator. A google search hasn't given me any info on this error and the last migration redbook I found was for Websphere server community adition 1.0 and Websphere 6.1. any info on how to convert community server to was 7.0 would be appreciated. I'm thinking there may be some dependencys I need to change in Maven but don't know what these are.