Do we need to put maven dependencies manually in WSO2_HOME\repository\components\lib folder ?
The Scenario here is : When I build the Maven Bundle Project in WSO2 Developer Studio, it gets all Maven Dependencies resolved
but when I try to deploy this OSGi bundle as JAR Service through WSO2 Application Server GUI it gives
java.lang.ClassNotFoundException: org.springframework.dao.support.PersistenceExceptionTranslator
After that I put spring-tx.jar to
WSO2_HOME\repository\components\lib folder
and after this the Exception was gone ..
So the main question pop up here is that,
Is wso2 able to resolve maven dependencies from local .m2 repository or not ?