Hi Isomorphic,
I'm getting this error log inside my DMIs (using SNAPSHOT_v10.1d_2015-04-07):
I don't have in my classpath and also not in my war/WEB-INF/lib, as I'm not using it. My DMIs are defined like this:
When I debug into the called serverMethod with the signature
I can see that the servletRequest is null.
Could you please check this?
Best regards,
Blama
I'm getting this error log inside my DMIs (using SNAPSHOT_v10.1d_2015-04-07):
Code:
=== 2015-04-07 23:45:15,572 [c-28] ERROR InterfaceProvider - Unable to instantiate class 'com.isomorphic.spring.SpringBeanFactory' - check to make sure you have isomorphic_spring.jar (and its dependencies: isomorphic_core_rpc.jar, spring-core-3.2.10.RELEASE.jar, groovy-2.3.6.jar, commons-jxpath-1.3.jar, commons-pool-1.6.jar, spring-aop-3.2.10.RELEASE.jar, httpcore-4.3.2.jar, xml-apis-1.3.04.jar, commons-logging-1.1.1.jar, xercesImpl-2.9.1.jar, commons-fileupload-1.3.1.jar, aopalliance.jar, commons-lang-2.6.jar, commons-vfs-1.0.jar, xbean.jar, poi-ooxml-schemas-3.9-20121203.jar, activation.jar, poi-ooxml-3.9-20121203.jar, isc-jakarta-oro-2.0.6.jar, log4j-1.2.17.jar, slf4j-api-1.7.7.jar, spring-tx-3.2.10.RELEASE.jar, joda-time-2.3.jar, spring-beans-3.2.10.RELEASE.jar, spring-jdbc-3.2.10.RELEASE.jar, commons-io-2.2.jar, velocity-1.7.jar, spring-webmvc-3.2.10.RELEASE.jar, spring-context-3.2.10.RELEASE.jar, spring-orm-3.2.10.RELEASE.jar, commons-cli-1.2.jar, hibernate-validator-4.1.0.Final.jar, mail.jar, javax.persistence.jar, poi-3.9-20121203.jar, spring-web-3.2.10.RELEASE.jar, validation-api-1.0.0.GA.jar, commons-collections-3.2.1.jar, spring-expression-3.2.10.RELEASE.jar, httpclient-4.3.5.jar, commons-codec-1.6.jar) in your CLASSPATH
Code:
<serverObject lookupStyle=[B]"new"[/B] className="com.lmscompany.lms.server.worker.V_LEAD_CURRENT" />
Code:
public DSResponse assignStatus(DSRequest dsRequest, HttpServletRequest servletRequest) throws Exception
Could you please check this?
Best regards,
Blama
Comment