| Author |
Issues with module deployment in axis2.
|
Ravikanth Reddy Bapathi
Greenhorn
Joined: Apr 13, 2007
Posts: 27
|
|
Hi,
Can any help me resolve the below wierd error in axis2.
i have written new module called validation module validation.mar
when deploying the module, I am getting the below error
org.apache.axis2.deployment.DeploymentException: No ClassLoaders found for: com.esprit.enterpriseassetgateway.webservice.handlers.TestModule
at org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:531)
at org.apache.axis2.deployment.ModuleDeployer.deploy(ModuleDeployer.java:71)
at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
TestModule is a java class inside the validation.mar file.
I am able to deploy the module successfully in local environment, also able to successfully engage the module for specific operations.
but I couldn't deploy it to the unix box environment (jboss on unix.)
Is there anything i have missed out in deploying to unix environment ?
Can any one help me in getting the above error resolved.
Quick help is appreciated.
|
 |
 |
|
|
subject: Issues with module deployment in axis2.
|
|
|