12.31iMobile我的云许可分配
html
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.isupermap.cloudmanagement.order.GISServerOrderPaidCommandImpl] for bean with name 'gisServerOrderPaidCommand' defined in URL [file:/www/supermapol_cloudlicense_linux64_9/webapps/cloudlicense/WEB-INF/handlers/CloudManagementBeans/RuntimeConfiguringObject.xml]; nested exception is java.lang.ClassNotFoundException: com.isupermap.cloudmanagement.order.GISServerOrderPaidCommandImp
com.isupermap.cloudmanagement.ilicense.resources.CloudLicenseResource.allocationLicense(CloudLicenseResource.java:126)1.去掉事务
cloudLicenseBean.xml
<!-- 事务管理器 -->
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="ilicensedataSource"></property>
</bean>
<tx:annotation-driven transaction-manager="transactionManager"></tx:annotation-driven>